summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2020-01-15 23:07:22 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2020-01-15 23:08:38 +0100
commit799508a65e2df5f4af267f3597ba1117bb3c3eeb (patch)
treeebb50e4fc60b8e02bcc1f85113b89f412a2d69d3
parent087c97b7959acb1f9417b0b02be58709666476dc (diff)
Release 1.9.61.9.6
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/NEWS4
-rw-r--r--debian/changelog33
-rw-r--r--doc/apt-get.8.xml2
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--doc/po/apt-doc.pot12
-rw-r--r--doc/po/de.po10
-rw-r--r--doc/po/es.po10
-rw-r--r--doc/po/fr.po10
-rw-r--r--doc/po/it.po10
-rw-r--r--doc/po/ja.po10
-rw-r--r--doc/po/nl.po10
-rw-r--r--doc/po/pl.po10
-rw-r--r--doc/po/pt.po10
-rw-r--r--doc/po/pt_BR.po10
-rw-r--r--po/apt-all.pot11
-rw-r--r--po/ar.po9
-rw-r--r--po/ast.po9
-rw-r--r--po/bg.po9
-rw-r--r--po/bs.po9
-rw-r--r--po/ca.po9
-rw-r--r--po/cs.po9
-rw-r--r--po/cy.po9
-rw-r--r--po/da.po9
-rw-r--r--po/de.po9
-rw-r--r--po/dz.po9
-rw-r--r--po/el.po9
-rw-r--r--po/es.po9
-rw-r--r--po/eu.po9
-rw-r--r--po/fi.po9
-rw-r--r--po/fr.po9
-rw-r--r--po/gl.po9
-rw-r--r--po/hu.po9
-rw-r--r--po/it.po9
-rw-r--r--po/ja.po9
-rw-r--r--po/km.po9
-rw-r--r--po/ko.po9
-rw-r--r--po/ku.po9
-rw-r--r--po/lt.po9
-rw-r--r--po/mr.po9
-rw-r--r--po/nb.po9
-rw-r--r--po/ne.po9
-rw-r--r--po/nl.po9
-rw-r--r--po/nn.po9
-rw-r--r--po/pl.po9
-rw-r--r--po/pt.po9
-rw-r--r--po/pt_BR.po9
-rw-r--r--po/ro.po9
-rw-r--r--po/ru.po9
-rw-r--r--po/sk.po9
-rw-r--r--po/sl.po9
-rw-r--r--po/sv.po9
-rw-r--r--po/th.po9
-rw-r--r--po/tl.po9
-rw-r--r--po/tr.po9
-rw-r--r--po/uk.po9
-rw-r--r--po/vi.po9
-rw-r--r--po/zh_CN.po9
-rw-r--r--po/zh_TW.po9
59 files changed, 482 insertions, 61 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 862a5d4ed..8272daaff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -204,7 +204,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.9.5")
+set(PACKAGE_VERSION "1.9.6")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)
diff --git a/debian/NEWS b/debian/NEWS
index 8615cbf4e..35b562dda 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,4 +1,4 @@
-apt (1.9.6) UNRELEASED; urgency=medium
+apt (1.9.6) experimental; urgency=medium
apt(8) no longer treats package names passed as regular expressions or fnmatch
expressions, requiring the use of patterns (apt-patterns(5)) to perform complex
@@ -9,7 +9,7 @@ apt (1.9.6) UNRELEASED; urgency=medium
or, if there is no g++ package, "all packages containing g". This change
will propagate to apt-* after the release of Debian bullseye.
- -- Julian Andres Klode <juliank@ubuntu.com> Wed, 15 Jan 2020 21:45:18 +0100
+ -- Julian Andres Klode <jak@debian.org> Wed, 15 Jan 2020 21:45:18 +0100
apt (1.9.5) unstable; urgency=medium
diff --git a/debian/changelog b/debian/changelog
index a180c0009..fb3989680 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+apt (1.9.6) experimental; urgency=medium
+
+ [ Julian Andres Klode ]
+ * gitlab-ci: Do not do coverage
+ * gitlab-ci: Use ccache
+ * satisfy: Fix segmentation fault when called with empty argument
+ * Add support for GTest 1.9, do not fail silently if its missing
+ * gtests: Fix netrc parser test regression from https-only changes
+ * Macro cleanup:
+ - Avoid #define _error, use anonymous C++ struct instead (Closes: #948338)
+ - Rename _count() macro to APT_ARRAY_SIZE()
+ - Remove various unused macros like MAX/MIN/ABS/APT_CONST
+ - Only define likely/unlikely if APT_COMPILING_APT set
+ * Performance: Avoid extra out-of-cache hash table deduplication for
+ package names, this saved about 10-16% on gencaches in memory
+ * acquire: Move queue startup after calling log's Start(), fixes abort()
+ calls in python-apt
+ * hashes: Use Libgcrypt for hashing purposes
+ - Raise buffer size for Hashes::AddFD() from 4 KiB to 64 KiB
+ - Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use Hashes
+ - Deprecate the Summation classes and mark them for removal
+ - Remove includes of (md5|sha1|sha2).h headers
+ * netrc: Add warning when ignoring entries for unencrypted protocols
+ * apt(8): Disable regular expressions and fnmatch
+
+ [ David Kalnischkies ]
+ * Drop g++ build-dependency to help crossbuilding (Closes: #948201)
+
+ [ Denis Mosolov ]
+ * Fix typo in README.md
+
+ -- Julian Andres Klode <jak@debian.org> Wed, 15 Jan 2020 23:06:49 +0100
+
apt (1.9.5) experimental; urgency=medium
[ Julian Andres Klode ]
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index 2cec32e9a..e603ec5bb 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>2019-05-09T00:00:00Z</date>
+ <date>2020-01-15T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index e4391757c..c094775ec 100644
--- a/doc/apt-verbatim.ent
+++ b/doc/apt-verbatim.ent
@@ -274,7 +274,7 @@
">
<!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "1.9.5">
+<!ENTITY apt-product-version "1.9.6">
<!-- (Code)names for various things used all over the place -->
<!ENTITY debian-oldstable-codename "stretch">
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot
index 9cf6d5b19..1a80db808 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.9.5\n"
+"Project-Id-Version: apt-doc 1.9.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -899,6 +899,14 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
msgid ""
+"Fallback to regular expressions is deprecated in APT 2.0, has been removed "
+"in &apt;, except for anchored expressions, and will be removed from "
+"&apt-get; in a future version. Use &apt-patterns; instead."
+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 ""
diff --git a/doc/po/de.po b/doc/po/de.po
index 948748b02..e0a523a07 100644
--- a/doc/po/de.po
+++ b/doc/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.9.2\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+0100\n"
"PO-Revision-Date: 2019-08-15 10:22+0200\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -1200,6 +1200,14 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
msgid ""
+"Fallback to regular expressions is deprecated in APT 2.0, has been removed "
+"in &apt;, except for anchored expressions, and will be removed from &apt-"
+"get; in a future version. Use &apt-patterns; instead."
+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 ""
diff --git a/doc/po/es.po b/doc/po/es.po
index 669ca01fb..b675b1f9a 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -1222,6 +1222,14 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+msgid ""
+"Fallback to regular expressions is deprecated in APT 2.0, has been removed "
+"in &apt;, except for anchored expressions, and will be removed from &apt-"
+"get; in a future version. Use &apt-patterns; instead."
+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 ""
diff --git a/doc/po/fr.po b/doc/po/fr.po
index 38b68a71e..5eb4a3e6f 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+0100\n"
"PO-Revision-Date: 2019-05-01 17:00+0100\n"
"Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -1190,6 +1190,14 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
msgid ""
+"Fallback to regular expressions is deprecated in APT 2.0, has been removed "
+"in &apt;, except for anchored expressions, and will be removed from &apt-"
+"get; in a future version. Use &apt-patterns; instead."
+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 ""
diff --git a/doc/po/it.po b/doc/po/it.po
index daff003ef..f08059007 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -1235,6 +1235,14 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+msgid ""
+"Fallback to regular expressions is deprecated in APT 2.0, has been removed "
+"in &apt;, except for anchored expressions, and will be removed from &apt-"
+"get; in a future version. Use &apt-patterns; instead."
+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 "
diff --git a/doc/po/ja.po b/doc/po/ja.po
index 53644d8ea..e2f521337 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -1210,6 +1210,14 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+msgid ""
+"Fallback to regular expressions is deprecated in APT 2.0, has been removed "
+"in &apt;, except for anchored expressions, and will be removed from &apt-"
+"get; in a future version. Use &apt-patterns; instead."
+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 ""
diff --git a/doc/po/nl.po b/doc/po/nl.po
index 1141cf2fe..8d3f60c4d 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~rc3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+0100\n"
"PO-Revision-Date: 2019-02-16 20:46+0100\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -1257,6 +1257,14 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
msgid ""
+"Fallback to regular expressions is deprecated in APT 2.0, has been removed "
+"in &apt;, except for anchored expressions, and will be removed from &apt-"
+"get; in a future version. Use &apt-patterns; instead."
+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 ""
diff --git a/doc/po/pl.po b/doc/po/pl.po
index 712c0c967..6571a5cbc 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -1200,6 +1200,14 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+msgid ""
+"Fallback to regular expressions is deprecated in APT 2.0, has been removed "
+"in &apt;, except for anchored expressions, and will be removed from &apt-"
+"get; in a future version. Use &apt-patterns; instead."
+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 ""
diff --git a/doc/po/pt.po b/doc/po/pt.po
index 0893cf91f..29bebeaf6 100644
--- a/doc/po/pt.po
+++ b/doc/po/pt.po
@@ -7,7 +7,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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+0100\n"
"PO-Revision-Date: 2019-04-07 22:02+0000\n"
"Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
"Language-Team: Portuguese <>\n"
@@ -1227,6 +1227,14 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
msgid ""
+"Fallback to regular expressions is deprecated in APT 2.0, has been removed "
+"in &apt;, except for anchored expressions, and will be removed from &apt-"
+"get; in a future version. Use &apt-patterns; instead."
+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 ""
diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po
index 9b00067ca..34012dab4 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -880,6 +880,14 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-get.8.xml
+msgid ""
+"Fallback to regular expressions is deprecated in APT 2.0, has been removed "
+"in &apt;, except for anchored expressions, and will be removed from &apt-"
+"get; in a future version. Use &apt-patterns; instead."
+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</"
diff --git a/po/apt-all.pot b/po/apt-all.pot
index cd469e0ce..6d8c2cc26 100644
--- a/po/apt-all.pot
+++ b/po/apt-all.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt 1.9.5\n"
+"Project-Id-Version: apt 1.9.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -842,6 +842,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/ar.po b/po/ar.po
index 56d703d31..82490ee96 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -855,6 +855,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/ast.po b/po/ast.po
index 480f53d4f..6e1bd5905 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -874,6 +874,13 @@ msgstr ""
"Nun pudó incrementase'l tamañu de MMap ya que crecer automáticamente ta "
"desactivao pol usuariu."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/bg.po b/po/bg.po
index 5b367609f..53a22bac5 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -896,6 +896,13 @@ msgstr ""
"Неуспех при увеличаване на паметта за MMap. Автоматичното увеличаване е "
"забранено от потребителя."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/bs.po b/po/bs.po
index ae06d01b2..62141a0f3 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -850,6 +850,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/ca.po b/po/ca.po
index 1f8298338..7ceae12eb 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -932,6 +932,13 @@ msgstr ""
"No s'ha pogut incrementar la mida del MMap ja que el creixement automàtic "
"està deshabilitat per l'usuari."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/cs.po b/po/cs.po
index b25a79623..66ae6efe5 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -902,6 +902,13 @@ msgstr ""
"Nelze zvýšit velikost MMapu, protože automatické zvětšování bylo uživatelem "
"zakázáno."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/cy.po b/po/cy.po
index 534a3837a..46316b16a 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -873,6 +873,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/da.po b/po/da.po
index f6b14ade9..a93ad07b3 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -911,6 +911,13 @@ msgstr ""
"Kunne ikke øge størrelsen på MMap da automatisk øgning er deaktiveret af "
"bruger."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/de.po b/po/de.po
index 1c13d6083..631e2a235 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -947,6 +947,13 @@ msgstr ""
"Unmöglich, die Größe der MMap zu erhöhen, da das automatische Anwachsen der "
"MMap vom Benutzer deaktiviert ist."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/dz.po b/po/dz.po
index 704ddcb30..81cc81f37 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -860,6 +860,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/el.po b/po/el.po
index cc9b6fd81..a810a6915 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -879,6 +879,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/es.po b/po/es.po
index e57e3e7b5..19f6bbc4b 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+0100\n"
"PO-Revision-Date: 2016-01-26 01:51+0100\n"
"Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox."
"org>\n"
@@ -995,6 +995,13 @@ msgstr ""
"No se pudo incrementar el tamaño de MMap dado que el usuario ha "
"deshabilitado el crecimiento automático."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/eu.po b/po/eu.po
index 16b3b6953..1cda63c20 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -864,6 +864,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/fi.po b/po/fi.po
index f2e830638..fa7291add 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -858,6 +858,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/fr.po b/po/fr.po
index c297a8f07..ed4a0981a 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: 2019-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -944,6 +944,13 @@ msgstr ""
"Impossible d'augmenter la taille de la « mmap » car l'augmentation "
"automatique a été désactivée par une option utilisateur."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/gl.po b/po/gl.po
index c711d691c..49ec90fdb 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -892,6 +892,13 @@ msgstr ""
"Non é posíbel aumentar o tamaño de MMap xa que o crecemento automático foi "
"desactivado polo usuario."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/hu.po b/po/hu.po
index 64779fb83..bf08172b2 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -925,6 +925,13 @@ msgstr ""
"Nem lehet növelni az MMap méretét, mert a felhasználó letiltotta az "
"automatikus emelést."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/it.po b/po/it.po
index 600eb184a..339eea169 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+0100\n"
"PO-Revision-Date: 2019-03-04 11:05+0100\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -937,6 +937,13 @@ msgstr ""
"Impossibile incrementare la dimensione della MMap poiché il "
"ridimensionamento automatico è stato disabilitato dall'utente."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/ja.po b/po/ja.po
index 3325d0134..a946ef92b 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -921,6 +921,13 @@ msgid ""
msgstr ""
"自動増加がユーザによって無効にされているため、MMap のサイズを増やせません。"
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/km.po b/po/km.po
index 9e342f162..cf076d69b 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -861,6 +861,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/ko.po b/po/ko.po
index c9f29f831..bb3c30560 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -861,6 +861,13 @@ msgid ""
msgstr ""
"mmap 크기를 늘릴 수 없습니다. 자동으로 늘리는 기능을 사용자가 금지했습니다."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/ku.po b/po/ku.po
index d3f95e24f..da68a26b5 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -849,6 +849,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/lt.po b/po/lt.po
index 7a765d8bf..320b92619 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -856,6 +856,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/mr.po b/po/mr.po
index fde0f0e06..ead28ee0a 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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 "
@@ -858,6 +858,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/nb.po b/po/nb.po
index c8e030a27..ccae74f05 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -888,6 +888,13 @@ msgstr ""
"Klarte ikke øke størrelsen på MMap-en siden automatisk voksing er deaktivert "
"av brukeren."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/ne.po b/po/ne.po
index 253bfd941..8a086c793 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -857,6 +857,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/nl.po b/po/nl.po
index 66f5460b4..7da9b0ad2 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.8.0~rc3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2019-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+0100\n"
"PO-Revision-Date: 2019-02-16 20:35+0100\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -941,6 +941,13 @@ msgstr ""
"Kan het formaat van de MMap niet vergroten omdat het automatisch vergroten "
"door de gebruiker is uitgeschakeld."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/nn.po b/po/nn.po
index f85c3cef1..ba1fd53a9 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -864,6 +864,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/pl.po b/po/pl.po
index c9eb62dbc..700b1afc6 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -898,6 +898,13 @@ msgstr ""
"Nie udało się zwiększyć rozmiaru MMap, ponieważ automatycznie powiększanie "
"zostało wyłączone przez użytkownika."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/pt.po b/po/pt.po
index cbb320d81..8b914bb5c 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -901,6 +901,13 @@ msgstr ""
"Não foi possível aumentar o tamanho do MMap pois o crescimento automático "
"está desabilitado pelo utilizador."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index bc71a8ff7..3fec6cf4a 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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."
@@ -866,6 +866,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/ro.po b/po/ro.po
index 1fac4a2b1..3435b4ec5 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -868,6 +868,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/ru.po b/po/ru.po
index 60c8987a5..12347771a 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+0100\n"
"PO-Revision-Date: 2019-02-10 11:50+0300\n"
"Last-Translator: Aleksej Shilin <rootlexx@mail.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -933,6 +933,13 @@ msgstr ""
"Невозможно увеличить размер отображения в память, так как автоматическое "
"увеличение отключено пользователем."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/sk.po b/po/sk.po
index e3f1884a8..8eec5bc6b 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -883,6 +883,13 @@ msgstr ""
"Napodarilo sa zväčšiť veľkosť MMap, pretože automatické zväčovanie vypol "
"používateľ."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/sl.po b/po/sl.po
index 912f6bd80..1e52e3243 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -879,6 +879,13 @@ msgid ""
msgstr ""
"Ni mogoče povečati velikosti MMap, ker je samodejno povečevanje onemogočeno."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/sv.po b/po/sv.po
index 678c121b5..dfa0b61c3 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -896,6 +896,13 @@ msgstr ""
"Kunde inte öka storleken för MMap eftersom automatisk växt har inaktiverats "
"av användaren."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/th.po b/po/th.po
index b3865bd4c..50f35e05d 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -866,6 +866,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr "ไม่สามารถเพิ่มขนาดของ MMap เนื่องจากผู้ใช้ปิดการขยายขนาดอัตโนมัติ"
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/tl.po b/po/tl.po
index a94a945df..5a49ea3d9 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -875,6 +875,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/tr.po b/po/tr.po
index da825c134..db80c6e70 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -920,6 +920,13 @@ msgstr ""
"Otomatik büyüme kullanıcı tarafından kapatıldığı için MMap boyutu "
"artırılamadı."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/uk.po b/po/uk.po
index 7ee2f90ae..921d4384b 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -896,6 +896,13 @@ msgstr ""
"Неможливо збільшити розмір MMap, так як автоматичне збільшення вимкнено "
"користувачем."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/vi.po b/po/vi.po
index f43812e68..e18e4b817 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -888,6 +888,13 @@ msgstr ""
"Không thể tăng kích cỡ của ánh xạ bộ nhớ, vì chức năng tự động tăng bị người "
"dùng tắt đi."
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 4cec9d34f..853e37aa3 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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"
@@ -873,6 +873,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr "无法增加 MMap 大小,因为用户已禁用自动增加。"
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 41f09e66b..11fda50a2 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-12-02 18:18+0100\n"
+"POT-Creation-Date: 2020-01-15 23:07+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."
@@ -859,6 +859,13 @@ msgid ""
"Unable to increase size of the MMap as automatic growing is disabled by user."
msgstr ""
+#: apt-pkg/contrib/netrc.cc
+#, c-format
+msgid ""
+"%s: Credentials for %s match, but the protocol is not encrypted. Annotate "
+"with %s:// to use."
+msgstr ""
+
#: apt-pkg/contrib/progress.cc
#, c-format
msgid "%c%s... Error!"