From 61f8f40f921cde13c5b97abbdf900646745e8e30 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 21 Jan 2025 12:22:04 +0100 Subject: Release 2.9.24 --- CMakeLists.txt | 2 +- debian/NEWS | 12 ++++++++++++ debian/changelog | 11 +++++++++++ doc/apt-verbatim.ent | 2 +- doc/po/apt-doc.pot | 4 ++-- po/apt-all.pot | 26 +++++++++++++++++--------- po/ar.po | 24 ++++++++++++++++-------- po/ast.po | 24 ++++++++++++++++-------- po/bg.po | 24 ++++++++++++++++-------- po/bs.po | 24 ++++++++++++++++-------- po/ca.po | 48 ++++++++++++++++++++++++++++++++++-------------- po/cs.po | 46 +++++++++++++++++++++++++++++++++------------- po/cy.po | 24 ++++++++++++++++-------- po/da.po | 30 ++++++++++++++++++++++-------- po/de.po | 46 +++++++++++++++++++++++++++++++++------------- po/dz.po | 24 ++++++++++++++++-------- po/el.po | 24 ++++++++++++++++-------- po/es.po | 30 ++++++++++++++++++++++-------- po/eu.po | 24 ++++++++++++++++-------- po/fi.po | 24 ++++++++++++++++-------- po/fr.po | 30 ++++++++++++++++++++++-------- po/gl.po | 24 ++++++++++++++++-------- po/hu.po | 30 ++++++++++++++++++++++-------- po/it.po | 46 +++++++++++++++++++++++++++++++++------------- po/ja.po | 30 ++++++++++++++++++++++-------- po/km.po | 24 ++++++++++++++++-------- po/ko.po | 24 ++++++++++++++++-------- po/ku.po | 24 ++++++++++++++++-------- po/lt.po | 24 ++++++++++++++++-------- po/mr.po | 24 ++++++++++++++++-------- po/nb.po | 30 ++++++++++++++++++++++-------- po/ne.po | 24 ++++++++++++++++-------- po/nl.po | 48 ++++++++++++++++++++++++++++++++++-------------- po/nn.po | 24 ++++++++++++++++-------- po/pl.po | 48 ++++++++++++++++++++++++++++++++++-------------- po/pt.po | 24 ++++++++++++++++-------- po/pt_BR.po | 24 ++++++++++++++++-------- po/ro.po | 46 +++++++++++++++++++++++++++++++++------------- po/ru.po | 47 ++++++++++++++++++++++++++++++++++------------- po/sk.po | 24 ++++++++++++++++-------- po/sl.po | 24 ++++++++++++++++-------- po/sv.po | 24 ++++++++++++++++-------- po/th.po | 24 ++++++++++++++++-------- po/tl.po | 24 ++++++++++++++++-------- po/tr.po | 46 +++++++++++++++++++++++++++++++++------------- po/uk.po | 24 ++++++++++++++++-------- po/vi.po | 24 ++++++++++++++++-------- po/zh_CN.po | 44 +++++++++++++++++++++++++++++++------------- po/zh_TW.po | 24 ++++++++++++++++-------- 49 files changed, 940 insertions(+), 410 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 18466ccc8..d32d94194 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team ") -set(PACKAGE_VERSION "2.9.23") +set(PACKAGE_VERSION "2.9.24") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/NEWS b/debian/NEWS index 5c10ff1f2..4f2c4ef50 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,15 @@ +apt (2.9.24) unstable; urgency=medium + + /etc/apt/trusted.gpg is no longer trusted. Setting the Dir::Etc::trusted + option manually continues to work for some more time. + + sources.list(5) entries without the Signed-By field are deprecated; + migrate any legacy entries to the deb822 .sources format. See the + apt-secure(7) manual page for best practices for signer configuration. + This deprecates the /etc/apt/trusted.gpg.d directory. + + -- Julian Andres Klode Tue, 21 Jan 2025 12:17:36 +0100 + apt (2.9.19) unstable; urgency=medium This release switches to OpenSSL for hashing and TLS, replacing the diff --git a/debian/changelog b/debian/changelog index 1f34c6896..b1ea07a4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +apt (2.9.24) unstable; urgency=medium + + * gitlab-ci: Use platform: linux/i386 instead of i386/debian image + * Warn about missing Signed-By in .list format, this deprecates + /etc/apt/trusted.gpg.d. + * Remove superseded warning about trusted.gpg fallback + * Unset Dir::Etc::trusted, this removes /etc/apt/trusted.gpg from + the trusted path. + + -- Julian Andres Klode Tue, 21 Jan 2025 12:17:24 +0100 + apt (2.9.23) unstable; urgency=high [ David Kalnischkies ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 84a92d49f..eb6170615 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -268,7 +268,7 @@ "> - + diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index e162a0dbb..c3dddfa03 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 2.9.23\n" +"Project-Id-Version: apt-doc 2.9.24\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-17 19:42+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/apt-all.pot b/po/apt-all.pot index 488b47f81..fae50d5c6 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.9.23\n" +"Project-Id-Version: apt 2.9.24\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-17 19:42+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2524,6 +2524,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3573,13 +3588,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/ar.po b/po/ar.po index 9b2775ae3..164ed1924 100644 --- a/po/ar.po +++ b/po/ar.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat \n" "Language-Team: Arabic \n" @@ -2579,6 +2579,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3659,13 +3674,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/ast.po b/po/ast.po index 15d215b8b..5b04908f9 100644 --- a/po/ast.po +++ b/po/ast.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela \n" "Language-Team: Asturian (ast)\n" @@ -2665,6 +2665,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3845,13 +3860,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Fallu desconocíu al executar apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/bg.po b/po/bg.po index 70dd4a839..ee3a8fbf0 100644 --- a/po/bg.po +++ b/po/bg.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov \n" "Language-Team: Bulgarian \n" @@ -2714,6 +2714,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3901,13 +3916,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Неизвестна грешка при изпълнението на apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/bs.po b/po/bs.po index 107c37523..38f8f0cef 100644 --- a/po/bs.po +++ b/po/bs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović \n" "Language-Team: Bosnian \n" @@ -2561,6 +2561,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3644,13 +3659,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/ca.po b/po/ca.po index 0e2393cfc..20b3c88d8 100644 --- a/po/ca.po +++ b/po/ca.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~beta1\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-08-08 22:47+0100\n" "Last-Translator: Carles Pina i Estany \n" "Language-Team: Catalan \n" @@ -2770,6 +2770,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "No hi ha «Signed-By» a l'entrada %s de «%s»" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Consulteu la pàgina de manual apt-secure(8) per obtenir detalls sobre la " +"creació de dipòsits i la configuració d'usuaris." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3978,19 +3999,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "S'ha produït un error desconegut en executar apt-key" -# Si mai es tradueix el «apt-key»(8) canviar de DEPRECATION a la paraula feta servir al manual. -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"La clau està desada en un antic anell de claus «trusted.gpg» (%s); per més " -"detalls, consulteu la secció DEPRECATION d'«apt-key»(8)." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -4043,6 +4051,18 @@ msgstr "No s'ha pogut establir l'hora de modificació" msgid "Empty files can't be valid archives" msgstr "Els fitxers buits no poden ser arxius vàlids" +# Si mai es tradueix el «apt-key»(8) canviar de DEPRECATION a la paraula feta servir al manual. +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "La clau està desada en un antic anell de claus «trusted.gpg» (%s); per " +#~ "més detalls, consulteu la secció DEPRECATION d'«apt-key»(8)." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " diff --git a/po/cs.po b/po/cs.po index dbfd97578..eb354da0e 100644 --- a/po/cs.po +++ b/po/cs.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.10\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-11-09 20:38+0100\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -2677,6 +2677,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Chybí Signed-By v %s pro „%s“" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Podrobnosti o vytváření a nastavení repozitářů naleznete v manuálové stránce " +"apt-secure(8)." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3855,18 +3876,6 @@ msgstr "Nelze spustit „apt-key“ pro ověření podpisu (je gnupg nainstalov msgid "Unknown error executing gpgv" msgstr "Neznámá chyba při spouštění apt-key" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"Klíč je uložen v zastaralé klíčence trusted.gpg (%s), podrobnosti viz část " -"DEPRECATION v manuálové stránce apt-key(8)." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -3917,6 +3926,17 @@ msgstr "Nelze nastavit čas modifikace" msgid "Empty files can't be valid archives" msgstr "Prázdné soubory nejsou platnými archivy" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "Klíč je uložen v zastaralé klíčence trusted.gpg (%s), podrobnosti viz " +#~ "část DEPRECATION v manuálové stránce apt-key(8)." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " diff --git a/po/cy.po b/po/cy.po index 6d1cc1b66..d38c1572c 100644 --- a/po/cy.po +++ b/po/cy.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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries \n" "Language-Team: Welsh \n" @@ -2644,6 +2644,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3848,13 +3863,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/da.po b/po/da.po index 875a7070d..99adb0679 100644 --- a/po/da.po +++ b/po/da.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~rc2\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2017-03-02 23:51+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -2719,6 +2719,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Se apt-secure(8)-manualsiden for detaljer om arkivoprettelse og " +"brugerkonfiguration." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3930,13 +3951,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Ukendt fejl ved kørsel af apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, c-format diff --git a/po/de.po b/po/de.po index 2cdbf4a14..fb4f81c57 100644 --- a/po/de.po +++ b/po/de.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.7.2\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2023-07-17 19:13+0200\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: German \n" @@ -2816,6 +2816,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Fehlendes Signed-By im Eintrag %s für »%s«" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Weitere Details zur Erzeugung von Paketdepots sowie zu deren " +"Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8)." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -4058,18 +4079,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Unbekannter Fehler beim Ausführen von apt-key" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"Schlüssel ist im veralteten Schlüsselbund trusted.gpg gespeichert (%s), " -"siehe den Abschnitt MISSBILLIGUNG in apt-key(8) für Details." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, c-format @@ -4125,6 +4134,17 @@ msgstr "Änderungszeitpunkt kann nicht gesetzt werden." msgid "Empty files can't be valid archives" msgstr "Leere Dateien können kein gültiges Archiv sein." +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "Schlüssel ist im veralteten Schlüsselbund trusted.gpg gespeichert (%s), " +#~ "siehe den Abschnitt MISSBILLIGUNG in apt-key(8) für Details." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " diff --git a/po/dz.po b/po/dz.po index df1ae1803..9fc50c64a 100644 --- a/po/dz.po +++ b/po/dz.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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering \n" "Language-Team: Dzongkha \n" @@ -2619,6 +2619,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3807,13 +3822,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "apt-key་ལག་ལེན་འཐབ་ནི་ལུ་མ་ཤེས་པའི་འཛོལ་བ་།" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/el.po b/po/el.po index 90e1bdd45..e18041f49 100644 --- a/po/el.po +++ b/po/el.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2020-12-30 12:20+0200\n" "Last-Translator: Vangelis Skarmoutsos \n" "Language-Team: Greek \n" @@ -2649,6 +2649,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3800,13 +3815,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Άγνωστο σφάλμα κατά την εκτέλεση του apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/es.po b/po/es.po index 72e1aaf32..c7e3cf985 100644 --- a/po/es.po +++ b/po/es.po @@ -37,7 +37,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta " "\n" @@ -2832,6 +2832,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Vea la página de manual apt-secure(8) para los detalles sobre la creación de " +"repositorios y la configuración de usuarios." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -4054,13 +4075,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Error desconocido ejecutando «apt-key»" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/eu.po b/po/eu.po index b26389c1c..37d8497f0 100644 --- a/po/eu.po +++ b/po/eu.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" @@ -2625,6 +2625,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3802,13 +3817,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Errore ezezaguna apt-key exekutatzean" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/fi.po b/po/fi.po index 45fbd22cd..48d8bcb2d 100644 --- a/po/fi.po +++ b/po/fi.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen \n" "Language-Team: Finnish \n" @@ -2618,6 +2618,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3798,13 +3813,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Tapahtui tuntematon virhe suoritettaessa apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/fr.po b/po/fr.po index c028422cd..560f86d95 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2019-01-21 09:19+0100\n" "Last-Translator: Julien Patriarca \n" "Language-Team: French \n" @@ -2823,6 +2823,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les " +"détails de configuration d'un utilisateur." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -4072,13 +4093,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Erreur inconnue à l'exécution de apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, c-format diff --git a/po/gl.po b/po/gl.po index 95ede1b15..81d5ecace 100644 --- a/po/gl.po +++ b/po/gl.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: galician \n" @@ -2700,6 +2700,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3883,13 +3898,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Produciuse un erro descoñecido ao executar apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/hu.po b/po/hu.po index 3ff5eeeca..6839e8d3a 100644 --- a/po/hu.po +++ b/po/hu.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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2016-04-10 19:46+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -2747,6 +2747,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Lásd az apt-secure(8) kézikönyvoldalt a tárolólétrehozással és felhasználói " +"beállításokkal kapcsolatos részletekért." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3950,13 +3971,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Ismeretlen apt-key futtatási hiba" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, c-format diff --git a/po/it.po b/po/it.po index 341b79f27..4952a0fdb 100644 --- a/po/it.po +++ b/po/it.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-09-06 10:21+0100\n" "Last-Translator: Luca Vercelli \n" "Language-Team: Italian \n" @@ -2784,6 +2784,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Clausola Signed-By mancante nella voce %s per \"%s\"" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Consultare la pagina man apt-secure(8) per la creazione di repository e la " +"configurazione utente." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -4007,18 +4028,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Errore sconosciuto durante l'esecuzione di apt-key" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"La chiave è conservata nel portachiavi obsoleto \"trusted.gpg\" (%s), per " -"dettagli si veda la sezione DEPRECATO in apt-key(8)" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -4069,6 +4078,17 @@ msgstr "Impostazione della data di modifica non riuscita" msgid "Empty files can't be valid archives" msgstr "File vuoti non possono essere archivi validi" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "La chiave è conservata nel portachiavi obsoleto \"trusted.gpg\" (%s), per " +#~ "dettagli si veda la sezione DEPRECATO in apt-key(8)" + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " diff --git a/po/ja.po b/po/ja.po index 1165b0bae..5c5c631f9 100644 --- a/po/ja.po +++ b/po/ja.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2022-08-14 14:30+0900\n" "Last-Translator: Hideki Yamane \n" "Language-Team: Japanese \n" @@ -2737,6 +2737,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"リポジトリの作成とユーザ設定の詳細は、apt-secure(8) man ページを参照してくだ" +"さい。" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3939,13 +3960,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "apt-key の実行中に未知のエラーが発生" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, c-format diff --git a/po/km.po b/po/km.po index fa31cccb1..68c2fc623 100644 --- a/po/km.po +++ b/po/km.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -2605,6 +2605,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3780,13 +3795,6 @@ msgstr "មិន​អាច​ប្រតិបត្តិ '%s' ដើម្ msgid "Unknown error executing gpgv" msgstr "មិនស្គាល់កំហុស ក្នុងការប្រតិបត្តិ apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/ko.po b/po/ko.po index b5ee3a91c..2af857a6f 100644 --- a/po/ko.po +++ b/po/ko.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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -2631,6 +2631,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3804,13 +3819,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "apt-key 실행 도중 알 수 없는 오류 발생" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/ku.po b/po/ku.po index 3bd596654..844e78261 100644 --- a/po/ku.po +++ b/po/ku.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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: ku \n" @@ -2555,6 +2555,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3659,13 +3674,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Di xebitandina apt-key de çewtiya nenas" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/lt.po b/po/lt.po index cefc5959b..f49fd29b9 100644 --- a/po/lt.po +++ b/po/lt.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas \n" "Language-Team: Lithuanian \n" @@ -2591,6 +2591,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3767,13 +3782,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Nežinoma klaida kviečiant apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/mr.po b/po/mr.po index 2d7af43c1..c99645d57 100644 --- a/po/mr.po +++ b/po/mr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada \n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -2611,6 +2611,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3782,13 +3797,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "apt-key कार्यान्वित होत असताना अपरिचित त्रुटी" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/nb.po b/po/nb.po index 5b8ca1bb9..21056ca75 100644 --- a/po/nb.po +++ b/po/nb.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2018-10-30 20:53+0100\n" "Last-Translator: Petter Reinholdtsen \n" "Language-Team: Norwegian Bokmål \n" @@ -2688,6 +2688,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Se manualsiden apt-secure(8) for detaljer om oppretting av depote og " +"brukeroppsett." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3875,13 +3896,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Ukjent feil ved kjøring av apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, c-format diff --git a/po/ne.po b/po/ne.po index 3977910c8..c2e8355e8 100644 --- a/po/ne.po +++ b/po/ne.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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel \n" "Language-Team: Nepali \n" @@ -2602,6 +2602,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3777,13 +3792,6 @@ msgstr "हस्ताक्षर रूजू गर्न '%s' कार् msgid "Unknown error executing gpgv" msgstr "apt-key कार्यन्वयन गर्दा अज्ञात त्रुटि" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/nl.po b/po/nl.po index 5c0d96228..6274bb060 100644 --- a/po/nl.po +++ b/po/nl.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.10\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-11-05 18:11+0100\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -2765,6 +2765,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Ontbrekende Signed-By in het item %s voor '%s'" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Zie de man-pagina apt-secure(8) voor details over het aanmaken van een " +"pakketbron en over de configuratie langs gebruikerskant." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3983,19 +4004,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Onbekende fout bij het uitvoeren van apt-key" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"De sleutel wordt opgeslagen in de uitgefaseerde sleutelbos (%s) in " -"trusted.gpg, raadpleeg de afdeling UITFASERING (DEPRECATION) in apt-key(8) " -"voor details." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -4047,6 +4055,18 @@ msgstr "Instellen van de aanpassingstijd is mislukt" msgid "Empty files can't be valid archives" msgstr "Lege bestanden kunnen geen geldige archieven zijn" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "De sleutel wordt opgeslagen in de uitgefaseerde sleutelbos (%s) in " +#~ "trusted.gpg, raadpleeg de afdeling UITFASERING (DEPRECATION) in apt-" +#~ "key(8) voor details." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " diff --git a/po/nn.po b/po/nn.po index a8540beca..8db2c2c0b 100644 --- a/po/nn.po +++ b/po/nn.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll \n" "Language-Team: Norwegian nynorsk \n" @@ -2616,6 +2616,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3789,13 +3804,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/pl.po b/po/pl.po index 6b34e4f3d..ce3ee4b5a 100644 --- a/po/pl.po +++ b/po/pl.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-07-08 17:53+0200\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" @@ -2781,6 +2781,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Brakuje Signed-By (podpisu) we wpisie %s dla \"%s\"" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Więcej informacji o tworzeniu repozytorium i szczegółach konfiguracji " +"użytkownika znajduje się w podręczniku apt-secure(8)." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3988,19 +4009,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Nieznany błąd podczas uruchamiania apt-key" -# FIXME: Skoordynować tłumaczenie DEPRECATION z apt-key(8) -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"Klucz jest przechowywany w przestarzałym zbiorze kluczy trusted.gpg (%s), " -"więcej informacji w rozdziale DEPRECATION w podręczniku apt-key(8)." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -4051,6 +4059,18 @@ msgstr "Nie udało się ustawić czasu modyfikacji" msgid "Empty files can't be valid archives" msgstr "Puste pliki nie mogą być prawidłowymi archiwami" +# FIXME: Skoordynować tłumaczenie DEPRECATION z apt-key(8) +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "Klucz jest przechowywany w przestarzałym zbiorze kluczy trusted.gpg (%s), " +#~ "więcej informacji w rozdziale DEPRECATION w podręczniku apt-key(8)." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " diff --git a/po/pt.po b/po/pt.po index 352e11bbf..5948a403b 100644 --- a/po/pt.po +++ b/po/pt.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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -2717,6 +2717,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3906,13 +3921,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Erro desconhecido ao executar apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index 035de6f3b..ac1dd150d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\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: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-09-02 00:21+0200\n" "Last-Translator: Remus-Gabriel Chelu \n" "Language-Team: Romanian \n" @@ -2857,6 +2857,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Lipsește opțiunea «Signed-By» din %s pentru „%s”" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Consultați pagina de manual apt-secure(8) pentru detalii privind crearea " +"depozitului și configurarea utilizatorilor." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -4078,18 +4099,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Eroare necunoscută în timp ce se executa «apt-key»" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"Cheia este stocată în trusted.gpg keyring (%s), consultați secțiunea " -"DEPRECATION din apt-key(8) pentru detalii." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -4142,6 +4151,17 @@ msgstr "Eșec la ajustarea timpului de modificare" msgid "Empty files can't be valid archives" msgstr "Fișierele goale nu pot fi arhive valide" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "Cheia este stocată în trusted.gpg keyring (%s), consultați secțiunea " +#~ "DEPRECATION din apt-key(8) pentru detalii." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " diff --git a/po/ru.po b/po/ru.po index 7cad3afc5..9e5fd8691 100644 --- a/po/ru.po +++ b/po/ru.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.11\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-11-18 23:14+0300\n" "Last-Translator: Алексей Шилин \n" "Language-Team: Russian \n" @@ -2756,6 +2756,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "Отсутствует поле Signed-By в записи %s для '%s'" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Информацию о создании репозитория и настройках пользователя смотрите в " +"справочной странице apt-secure(8)." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3974,18 +3995,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Неизвестная ошибка при выполнении apt-key" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"Ключ сохранён в устаревшей связке ключей trusted.gpg (%s), обратитесь к " -"разделу DEPRECATION справочной страницы apt-key(8) для подробной информации." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -4036,6 +4045,18 @@ msgstr "Не удалось установить время модификаци msgid "Empty files can't be valid archives" msgstr "Пустые файлы не могут быть допустимыми архивами" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "Ключ сохранён в устаревшей связке ключей trusted.gpg (%s), обратитесь к " +#~ "разделу DEPRECATION справочной страницы apt-key(8) для подробной " +#~ "информации." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " diff --git a/po/sk.po b/po/sk.po index 933167e88..b7820afa2 100644 --- a/po/sk.po +++ b/po/sk.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" @@ -2686,6 +2686,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3865,13 +3880,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Neznáma chyba pri spustení apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/sl.po b/po/sl.po index 5a202fdfe..0a7963620 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic \n" "Language-Team: Slovenian \n" @@ -2690,6 +2690,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3872,13 +3887,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Neznana napaka med izvajanjem apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/sv.po b/po/sv.po index 93f9ce1e5..300fc9424 100644 --- a/po/sv.po +++ b/po/sv.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" @@ -2704,6 +2704,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3906,13 +3921,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Okänt fel vid körning av apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/th.po b/po/th.po index db864002c..e28debdac 100644 --- a/po/th.po +++ b/po/th.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -2623,6 +2623,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3793,13 +3808,6 @@ msgstr "ไม่สามารถเรียก 'apt-key' เพื่อต msgid "Unknown error executing gpgv" msgstr "เกิดข้อผิดพลาดไม่ทราบสาเหตุขณะเรียก apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/tl.po b/po/tl.po index 7496c09ad..ba77b3bad 100644 --- a/po/tl.po +++ b/po/tl.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -2631,6 +2631,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3811,13 +3826,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Hindi kilalang error sa pag-execute ng apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/tr.po b/po/tr.po index 1714a611b..71699de9e 100644 --- a/po/tr.po +++ b/po/tr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.6.0\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2023-04-19 15:15+0300\n" "Last-Translator: Mert Dirik \n" "Language-Team: Debian l10n Turkish \n" @@ -2735,6 +2735,27 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" +"Depo oluşturma ve kullanıcı yapılandırması hakkında ayrıntılı bilgi için apt-" +"secure(8) rehber sayfasında bulunabilir." + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3929,18 +3950,6 @@ msgstr "İmza doğrulama için 'apt-key' çalıştırılamadı (gnupg kurulu mu? msgid "Unknown error executing gpgv" msgstr "apt-key çalıştırılırken bilinmeyen hata" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"Anahtar eski trusted.gpg anahtarlığında (%s) duruyor, ayrıntılar için apt-" -"key(8) rehber sayfasına bakılabilir." - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, fuzzy, c-format @@ -3990,6 +3999,17 @@ msgstr "Değişiklik zamanı ayarlanamadı" msgid "Empty files can't be valid archives" msgstr "Boş dosyalar geçerli birer arşiv dosyası olamazlar" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "Anahtar eski trusted.gpg anahtarlığında (%s) duruyor, ayrıntılar için apt-" +#~ "key(8) rehber sayfasına bakılabilir." + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " diff --git a/po/uk.po b/po/uk.po index 125ec8041..7fd03fe92 100644 --- a/po/uk.po +++ b/po/uk.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko \n" "Language-Team: Українська \n" @@ -2722,6 +2722,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3928,13 +3943,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Невідома помилка виконання apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/vi.po b/po/vi.po index f481891ea..aceb28abb 100644 --- a/po/vi.po +++ b/po/vi.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" @@ -2682,6 +2682,21 @@ msgstr "" msgid "Missing Signed-By in the %s entry for '%s'" msgstr "" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3902,13 +3917,6 @@ msgstr "" msgid "Unknown error executing gpgv" msgstr "Gặp lỗi không rõ khi thực hiện apt-key" -#: methods/gpgv.cc -#, c-format -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index 6d5ed3ae3..474c14ab9 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.1\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2024-04-16 13:15-0400\n" "Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) \n" @@ -2599,6 +2599,25 @@ msgstr "您应当优先考虑使用 %s 而非直接把账户信息直接写在 % msgid "Missing Signed-By in the %s entry for '%s'" msgstr "对‘%2$s’在 %1$s 一项中缺失了 Signed-By" +#: apt-private/private-update.cc +msgid "" +"Consider migrating all sources.list(5) entries to the deb822 .sources format" +msgstr "" + +#: apt-private/private-update.cc +msgid "" +"The deb822 .sources format supports both embedded as well as external " +"OpenPGP keys" +msgstr "" + +#: apt-private/private-update.cc +#, fuzzy +#| msgid "" +#| "See apt-secure(8) manpage for repository creation and user configuration " +#| "details." +msgid "See apt-secure(7) for best practices in configuring repository signing." +msgstr "参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。" + #: apt-private/private-update.cc #, c-format msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" @@ -3755,18 +3774,6 @@ msgstr "无法运行 apt-key 以验证签名(您安装了 gnupg 吗?)" msgid "Unknown error executing gpgv" msgstr "运行 apt-key 时发生未知错误" -#: methods/gpgv.cc -#, fuzzy, c-format -#| msgid "" -#| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " -#| "section in apt-key(8) for details." -msgid "" -"Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. See " -"the USER CONFIGURATION section in apt-secure(8) for details." -msgstr "" -"密钥存储在过时的 trusted.gpg 密钥环中(%s),请参见 apt-key(8) 的 " -"DEPRECATION 一节以了解详情。" - #. TRANSLATORS: The second %s is the reason and is untranslated for repository owners. #: methods/gpgv.cc #, c-format @@ -3815,6 +3822,17 @@ msgstr "无法设置文件的修改日期" msgid "Empty files can't be valid archives" msgstr "空文件不是有效归档" +#, fuzzy, c-format +#~| msgid "" +#~| "Key is stored in legacy trusted.gpg keyring (%s), see the DEPRECATION " +#~| "section in apt-key(8) for details." +#~ msgid "" +#~ "Key is stored in legacy trusted.gpg keyring (%s). Use Signed-By instead. " +#~ "See the USER CONFIGURATION section in apt-secure(8) for details." +#~ msgstr "" +#~ "密钥存储在过时的 trusted.gpg 密钥环中(%s),请参见 apt-key(8) 的 " +#~ "DEPRECATION 一节以了解详情。" + #, c-format #~ msgid "" #~ "The method '%s' is unsupported and disabled by default. Consider " diff --git a/po/zh_TW.po b/po/zh_TW.po index 69c5e285f..77991310c 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.X\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-01-14 17:33+0000\n" +"POT-Creation-Date: 2025-01-21 11:21+0000\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet \n" "Language-Team: Debian-user in Chinese [Big5]