From 799508a65e2df5f4af267f3597ba1117bb3c3eeb Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 15 Jan 2020 23:07:22 +0100 Subject: Release 1.9.6 --- CMakeLists.txt | 2 +- debian/NEWS | 4 ++-- debian/changelog | 33 +++++++++++++++++++++++++++++++++ doc/apt-get.8.xml | 2 +- doc/apt-verbatim.ent | 2 +- doc/po/apt-doc.pot | 12 ++++++++++-- doc/po/de.po | 10 +++++++++- doc/po/es.po | 10 +++++++++- doc/po/fr.po | 10 +++++++++- doc/po/it.po | 10 +++++++++- doc/po/ja.po | 10 +++++++++- doc/po/nl.po | 10 +++++++++- doc/po/pl.po | 10 +++++++++- doc/po/pt.po | 10 +++++++++- doc/po/pt_BR.po | 10 +++++++++- po/apt-all.pot | 11 +++++++++-- po/ar.po | 9 ++++++++- po/ast.po | 9 ++++++++- po/bg.po | 9 ++++++++- po/bs.po | 9 ++++++++- po/ca.po | 9 ++++++++- po/cs.po | 9 ++++++++- po/cy.po | 9 ++++++++- po/da.po | 9 ++++++++- po/de.po | 9 ++++++++- po/dz.po | 9 ++++++++- po/el.po | 9 ++++++++- po/es.po | 9 ++++++++- po/eu.po | 9 ++++++++- po/fi.po | 9 ++++++++- po/fr.po | 9 ++++++++- po/gl.po | 9 ++++++++- po/hu.po | 9 ++++++++- po/it.po | 9 ++++++++- po/ja.po | 9 ++++++++- po/km.po | 9 ++++++++- po/ko.po | 9 ++++++++- po/ku.po | 9 ++++++++- po/lt.po | 9 ++++++++- po/mr.po | 9 ++++++++- po/nb.po | 9 ++++++++- po/ne.po | 9 ++++++++- po/nl.po | 9 ++++++++- po/nn.po | 9 ++++++++- po/pl.po | 9 ++++++++- po/pt.po | 9 ++++++++- po/pt_BR.po | 9 ++++++++- po/ro.po | 9 ++++++++- po/ru.po | 9 ++++++++- po/sk.po | 9 ++++++++- po/sl.po | 9 ++++++++- po/sv.po | 9 ++++++++- po/th.po | 9 ++++++++- po/tl.po | 9 ++++++++- po/tr.po | 9 ++++++++- po/uk.po | 9 ++++++++- po/vi.po | 9 ++++++++- po/zh_CN.po | 9 ++++++++- po/zh_TW.po | 9 ++++++++- 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 ") -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 Wed, 15 Jan 2020 21:45:18 +0100 + -- Julian Andres Klode 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 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; - 2019-05-09T00:00:00Z + 2020-01-15T00:00:00Z 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 @@ "> - + 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 \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 \n" "Language-Team: LANGUAGE \n" @@ -896,6 +896,14 @@ msgid "" "expression." msgstr "" +#. type: Content of: +#: 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: #: apt-get.8.xml msgid "" 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 \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 \n" "Language-Team: German \n" @@ -1197,6 +1197,14 @@ msgstr "" "wird, hängen Sie an den regulären Ausdruck mit »^« oder »$« an, um einen " "genaueren regulären Ausdruck zu erstellen." +#. type: Content of: +#: 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: #: apt-get.8.xml msgid "" 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 \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 \n" "Language-Team: Debian l10n Spanish \n" @@ -1220,6 +1220,14 @@ msgstr "" "comportamiento deseado, debe anclar la expresión regular con un «^» o un " "«$», o bien crear una expresión regular más específica." +#. type: Content of: +#: 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: #: apt-get.8.xml #, fuzzy 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 \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 \n" "Language-Team: French \n" @@ -1187,6 +1187,14 @@ msgstr "" "un caractère « ^ » ou un caractère « $ », une autre possibilité étant " "d'utiliser une expression plus précise." +#. type: Content of: +#: 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: #: apt-get.8.xml msgid "" 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 \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 \n" "Language-Team: Italian \n" @@ -1233,6 +1233,14 @@ msgstr "" "quello che si desidera, ancorare l'espressione regolare con un carattere «^» " "o «$», oppure creare un'espressione regolare più specifica." +#. type: Content of: +#: 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: #: apt-get.8.xml #, fuzzy 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 \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 \n" "Language-Team: Japanese \n" @@ -1208,6 +1208,14 @@ msgstr "" "は、'how-lo' や 'lowest' にマッチすることに注意してください。そうしたくなけれ" "ば、'^' や '$' を付けるか、もっと詳しい正規表現を指定してください。" +#. type: Content of: +#: 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: #: apt-get.8.xml #, fuzzy 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 \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 \n" "Language-Team: Debian Dutch l10n Team \n" @@ -1254,6 +1254,14 @@ msgstr "" "Indien dit niet wenselijk is, veranker de reguliere expressie dan met behulp " "van het teken '^' of '$' of maak de reguliere expressie specifieker." +#. type: Content of: +#: 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: #: apt-get.8.xml msgid "" 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 \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 \n" "Language-Team: Polish \n" @@ -1198,6 +1198,14 @@ 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: +#: 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: #: apt-get.8.xml #, fuzzy 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 \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 \n" "Language-Team: Portuguese <>\n" @@ -1224,6 +1224,14 @@ msgstr "" "lo' e 'lowest'. Se isto for indesejável, ancore a expressão regular com a " "caractere '^' ou '$', para criar uma expressão regular mais específica." +#. type: Content of: +#: 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: #: apt-get.8.xml msgid "" 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 \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 \n" "Language-Team: \n" @@ -878,6 +878,14 @@ msgid "" "expression." msgstr "" +#. type: Content of: +#: 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: #: apt-get.8.xml #, fuzzy 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 \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 \n" "Language-Team: LANGUAGE \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 \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 \n" "Language-Team: Arabic \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 \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 \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 \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 \n" "Language-Team: Bulgarian \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 \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ć \n" "Language-Team: Bosnian \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 \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 \n" "Language-Team: Catalan \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 \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 \n" "Language-Team: Czech \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 \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 \n" "Language-Team: Welsh \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 \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 \n" "Language-Team: Danish \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 \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 \n" "Language-Team: German \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 \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 \n" "Language-Team: Dzongkha \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 \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: Θανάσης Νάτσης \n" "Language-Team: Greek \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 \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 \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 \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 \n" "Language-Team: Euskara \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 \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 \n" "Language-Team: Finnish \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 \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 \n" "Language-Team: French \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 \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 \n" "Language-Team: galician \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 \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 \n" "Language-Team: Hungarian \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 \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 \n" "Language-Team: Italian \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 \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 \n" "Language-Team: Japanese \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 \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 \n" "Language-Team: Khmer \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 \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 \n" "Language-Team: Korean \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 \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 \n" "Language-Team: ku \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 \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 \n" "Language-Team: Lithuanian \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 \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 \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 \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 \n" "Language-Team: Norwegian Bokmål \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 \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 \n" "Language-Team: Nepali \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 \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 \n" "Language-Team: Debian Dutch l10n Team \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 \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 \n" "Language-Team: Norwegian nynorsk \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 \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 \n" "Language-Team: Polish \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 \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 \n" "Language-Team: Portuguese \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 \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) \n" "Language-Team: Brazilian Portuguese \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 \n" "Language-Team: Romanian \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 \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 \n" "Language-Team: Russian \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 \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 \n" "Language-Team: Slovak \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 \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 \n" "Language-Team: Slovenian \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 \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 \n" "Language-Team: Swedish \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 \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 \n" "Language-Team: Thai \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 \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 \n" "Language-Team: Tagalog \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 \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 \n" "Language-Team: Debian l10n Turkish \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 \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 \n" "Language-Team: Українська \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 \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 \n" "Language-Team: Vietnamese \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 \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 \n" "Language-Team: Chinese (simplified) \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 \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 \n" "Language-Team: Debian-user in Chinese [Big5]