diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-14 18:33:49 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-14 18:33:49 +0100 |
| commit | 5429e2324f24a08b8460496e3fe2247545ed45be (patch) | |
| tree | b6114e4d9e788ab3a3b31081d093f8a623a1227c | |
| parent | 9bd1f999f7111dd16c8647295c2776311b5e818e (diff) | |
Release 2.9.222.9.22
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/changelog | 32 | ||||
| -rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
| -rw-r--r-- | doc/apt.conf.5.xml | 2 | ||||
| -rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
| -rw-r--r-- | doc/sources.list.5.xml | 2 | ||||
| -rw-r--r-- | po/apt-all.pot | 10 | ||||
| -rw-r--r-- | po/ar.po | 8 | ||||
| -rw-r--r-- | po/ast.po | 8 | ||||
| -rw-r--r-- | po/bg.po | 8 | ||||
| -rw-r--r-- | po/bs.po | 8 | ||||
| -rw-r--r-- | po/ca.po | 8 | ||||
| -rw-r--r-- | po/cs.po | 8 | ||||
| -rw-r--r-- | po/cy.po | 8 | ||||
| -rw-r--r-- | po/da.po | 8 | ||||
| -rw-r--r-- | po/de.po | 8 | ||||
| -rw-r--r-- | po/dz.po | 8 | ||||
| -rw-r--r-- | po/el.po | 8 | ||||
| -rw-r--r-- | po/es.po | 8 | ||||
| -rw-r--r-- | po/eu.po | 8 | ||||
| -rw-r--r-- | po/fi.po | 8 | ||||
| -rw-r--r-- | po/fr.po | 8 | ||||
| -rw-r--r-- | po/gl.po | 8 | ||||
| -rw-r--r-- | po/hu.po | 8 | ||||
| -rw-r--r-- | po/it.po | 8 | ||||
| -rw-r--r-- | po/ja.po | 8 | ||||
| -rw-r--r-- | po/km.po | 8 | ||||
| -rw-r--r-- | po/ko.po | 8 | ||||
| -rw-r--r-- | po/ku.po | 8 | ||||
| -rw-r--r-- | po/lt.po | 8 | ||||
| -rw-r--r-- | po/mr.po | 8 | ||||
| -rw-r--r-- | po/nb.po | 8 | ||||
| -rw-r--r-- | po/ne.po | 8 | ||||
| -rw-r--r-- | po/nl.po | 8 | ||||
| -rw-r--r-- | po/nn.po | 8 | ||||
| -rw-r--r-- | po/pl.po | 8 | ||||
| -rw-r--r-- | po/pt.po | 8 | ||||
| -rw-r--r-- | po/pt_BR.po | 8 | ||||
| -rw-r--r-- | po/ro.po | 8 | ||||
| -rw-r--r-- | po/ru.po | 8 | ||||
| -rw-r--r-- | po/sk.po | 8 | ||||
| -rw-r--r-- | po/sl.po | 8 | ||||
| -rw-r--r-- | po/sv.po | 8 | ||||
| -rw-r--r-- | po/th.po | 8 | ||||
| -rw-r--r-- | po/tl.po | 8 | ||||
| -rw-r--r-- | po/tr.po | 8 | ||||
| -rw-r--r-- | po/uk.po | 8 | ||||
| -rw-r--r-- | po/vi.po | 8 | ||||
| -rw-r--r-- | po/zh_CN.po | 8 | ||||
| -rw-r--r-- | po/zh_TW.po | 8 |
50 files changed, 347 insertions, 51 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 386f5dbd3..989808f14 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 <deity@lists.debian.org>") -set(PACKAGE_VERSION "2.9.21") +set(PACKAGE_VERSION "2.9.22") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index e497914c6..9de6e2ef5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +apt (2.9.22) unstable; urgency=medium + + [ Balint Reczey ] + * apt-pkg/deb/debsystem.cc: Fall back to "dpkg" when Dir::Bin::dpkg is not found + + [ Julian Andres Klode ] + * debian/changelog: v3 signature packet, not v3 subkey + * Ensure we can build with APT_PKG_ABI > 601 + * ssl: Set an error when we receive SSL_ERROR_SYSCALL + * ssl: Explictly return -1 (error) or 0 (server closed connection) + * abicheck: Add some workarounds to avoid errors + * t/i/test-method-gpgv-legacy-keyring: Switch to http, extend + * proxy: Avoids triggering bounds check in std::string_view + * methods/connect: Avoid unused argument warning + + [ David Kalnischkies ] + * Resolve autopkgtest failures caused by dpkg >= 1.22.12 (Closes: #1092090) + * Try stomping a little less on global macro namespace + * Add pkgCache::{Priority,DepType}_NoL10n to avoid duplication + * Replaces macros with C++ attributes: APT_OVERRIDE, APT_ARRAY_SIZE, APT_NORETURN, + APT_DEPRECATED, APT_UNUSED, APT_MUSTCHECK, APT_IGNORE_DEPRECATED + * Drop SourceListWarnings::NonFreeFirmware messages + * Remove leftovers of the apt-key removal + * Move apt-extractexamples desc line from apt-utils to apt (Closes: #1091344) + * Remove leftovers from ftp and rsh/ssh methods removal + * Change multi sources.list entry example from FTP to HTTPS + + [ Sergio Durigan Junior ] + * d/t/control: Don't depend on gdb-minimal. + + -- Julian Andres Klode <jak@debian.org> Tue, 14 Jan 2025 18:33:08 +0100 + apt (2.9.21) unstable; urgency=medium [ Simon McVittie ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 61db5888b..a25dc2725 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -268,7 +268,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "2.9.21"> +<!ENTITY apt-product-version "2.9.22"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "bullseye"> diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 356427032..18379ac19 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -19,7 +19,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2024-05-30T00:00:00Z</date> + <date>2025-01-05T00:00:00Z</date> </refentryinfo> <refmeta> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index a05bc756d..4e5c92452 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.21\n" +"Project-Id-Version: apt-doc 2.9.22\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-01 21:01+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 23adacefe..97f639c06 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -14,7 +14,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2022-03-20T00:00:00Z</date> + <date>2025-01-05T00:00:00Z</date> </refentryinfo> <refmeta> diff --git a/po/apt-all.pot b/po/apt-all.pot index b872181fd..4067586ec 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.9.21\n" +"Project-Id-Version: apt 2.9.22\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-01-01 21:01+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1044,6 +1044,12 @@ msgstr "" msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n" "Language-Team: Arabic <support@arabeyes.org>\n" @@ -1064,6 +1064,12 @@ msgstr "تعذر قفل دليل القائمة" msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (ast)\n" @@ -1093,6 +1093,12 @@ msgstr "Nun pudo bloquiase'l direutoriu d'alministración (%s), ¿yes root?" msgid "Not locked" msgstr "Non bloquiáu" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov <dmn@debian.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" @@ -1119,6 +1119,12 @@ msgstr "" msgid "Not locked" msgstr "Без заключване" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n" "Language-Team: Bosnian <lokal@lugbih.org>\n" @@ -1058,6 +1058,12 @@ msgstr "" msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, fuzzy, c-format @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~beta1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2024-08-08 22:47+0100\n" "Last-Translator: Carles Pina i Estany <cpina@debian.org>\n" "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n" @@ -1150,6 +1150,12 @@ msgstr "No es pot bloquejar el directori d'administració (%s). Sou root?" msgid "Not locked" msgstr "No bloquejat" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2024-11-09 20:38+0100\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" @@ -1108,6 +1108,12 @@ msgstr "Nelze uzamknout administrační adresář (%s). Jste root?" msgid "Not locked" msgstr "Není uzamčen" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n" "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n" @@ -1084,6 +1084,12 @@ msgstr "Ni ellir cloi'r cyfeiriadur rhestr" msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, fuzzy, c-format @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~rc2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2017-03-02 23:51+0200\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" @@ -1133,6 +1133,12 @@ msgstr "Kunne ikke låse administrationsmappen (%s), er du rod (root)?" msgid "Not locked" msgstr "Ikke låst" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.7.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2023-07-17 19:13+0200\n" "Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -1171,6 +1171,12 @@ msgstr "" msgid "Not locked" msgstr "Nicht gesperrt" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n" "Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n" @@ -1070,6 +1070,12 @@ msgstr "ཐོ་བཀོད་འབད་ཡོད་པའི་སྣོད msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2020-12-30 12:20+0200\n" "Last-Translator: Vangelis Skarmoutsos <skarmoutsosv@gmail.com>\n" "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n" @@ -1090,6 +1090,12 @@ msgstr "Αδύνατο το κλείδωμα του διαχειριστικού msgid "Not locked" msgstr "Μη κλειδωμένο" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -37,7 +37,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta " "<venturi@openmailbox.org>\n" @@ -1225,6 +1225,12 @@ msgstr "" msgid "Not locked" msgstr "No bloqueado" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide <pi@beobide.net>\n" "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n" @@ -1073,6 +1073,12 @@ msgstr "Ezin da zerrenda direktorioa blokeatu" msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -1068,6 +1068,12 @@ msgstr "Luettelokansiota ei voitu lukita" msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2019-01-21 09:19+0100\n" "Last-Translator: Julien Patriarca <leatherface@debian.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -1174,6 +1174,12 @@ msgstr "" msgid "Not locked" msgstr "Non verrouillé" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: galician <proxecto@trasno.net>\n" @@ -1115,6 +1115,12 @@ msgstr "" msgid "Not locked" msgstr "Non está bloqueado" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2016-04-10 19:46+0200\n" "Last-Translator: Gabor Kelemen <kelemeng@ubuntu.com>\n" "Language-Team: Hungarian <gnome-hu-list@gnome.org>\n" @@ -1157,6 +1157,12 @@ msgstr "" msgid "Not locked" msgstr "Nincs zárolva" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2024-09-06 10:21+0100\n" "Last-Translator: Luca Vercelli <luca.vercelli.to@gmail.com>\n" "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n" @@ -1169,6 +1169,12 @@ msgstr "" msgid "Not locked" msgstr "Non bloccato" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2022-08-14 14:30+0900\n" "Last-Translator: Hideki Yamane <henrich@debian.org>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -1150,6 +1150,12 @@ msgstr "" msgid "Not locked" msgstr "ロックされていません" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer <support@khmeros.info>\n" @@ -1070,6 +1070,12 @@ msgstr "មិនអាចចាក់សោថតបញ្ជី msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n" @@ -1078,6 +1078,12 @@ msgstr "관리 디렉터리를 (%s) 잠글 수 없습니다. 루트 사용자가 msgid "Not locked" msgstr "잠기지 않음" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n" "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n" @@ -1055,6 +1055,12 @@ msgstr "Pelrêça daxistinê nayê quflekirin" msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" @@ -1064,6 +1064,12 @@ msgstr "Nepavyko užrakinti sąrašo aplanko" msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada <sampadanakhare@gmail.com>\n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -1067,6 +1067,12 @@ msgstr "संचयिका यादीला कुलुप लावण् msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2018-10-30 20:53+0100\n" "Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n" "Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n" @@ -1106,6 +1106,12 @@ msgstr "Klarte ikke låse den administrative mappen (%s). Er du root?" msgid "Not locked" msgstr "Ikke låst" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n" "Language-Team: Nepali <info@mpp.org.np>\n" @@ -1065,6 +1065,12 @@ msgstr "सूचि डाइरेक्ट्री ताल्चा मा msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2024-11-05 18:11+0100\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -1164,6 +1164,12 @@ msgstr "Kan de beheersmap (%s) niet vergrendelen. Heeft u beheerdersrechten?" msgid "Not locked" msgstr "Niet vergrendeld" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n" "Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n" @@ -1073,6 +1073,12 @@ msgstr "Klarte ikkje lsa listekatalogen" msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, fuzzy, c-format @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2024-07-08 17:53+0200\n" "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n" "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n" @@ -1160,6 +1160,12 @@ msgstr "" msgid "Not locked" msgstr "Niezablokowany" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -1123,6 +1123,12 @@ msgstr "" msgid "Not locked" msgstr "Sem acesso exclusivo" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index 3592d2903..035de6f3b 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 <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2008-11-17 02:33-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n" "Language-Team: Brazilian Portuguese <debian-l10n-" @@ -1074,6 +1074,12 @@ msgstr "Impossível criar trava no diretório de listas" msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2024-09-02 00:21+0200\n" "Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n" @@ -1193,6 +1193,12 @@ msgstr "Nu se poate bloca directorul de administrare (%s), sunteți „root”?" msgid "Not locked" msgstr "Nu este blocat" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.11\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2024-11-18 23:14+0300\n" "Last-Translator: Алексей Шилин <shilin.aleksej@gmail.com>\n" "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" @@ -1155,6 +1155,12 @@ msgstr "" msgid "Not locked" msgstr "Не заблокирован" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár <helix84@centrum.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -1095,6 +1095,12 @@ msgstr "Nedá sa zamknúť adresár na správu (%s), ste root?" msgid "Not locked" msgstr "Nie je zamknuté" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -1093,6 +1093,12 @@ msgstr "Skrbniške mape (%s) ni mogoče zakleniti. Ali ste skrbnik?" msgid "Not locked" msgstr "Ni zaklenjeno" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n" "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n" @@ -1113,6 +1113,12 @@ msgstr "Kunde inte låsa administrationskatalogen (%s). Är du root?" msgid "Not locked" msgstr "Inte låst" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" @@ -1080,6 +1080,12 @@ msgstr "ไม่สามารถล็อคไดเรกทอรีดู msgid "Not locked" msgstr "ไม่ได้ล็อคอยู่" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n" "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n" @@ -1083,6 +1083,12 @@ msgstr "Hindi maaldaba ang directory ng talaan" msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.6.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2023-04-19 15:15+0300\n" "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n" "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n" @@ -1133,6 +1133,12 @@ msgstr "Yönetim dizini (%s) kilitlenemiyor, root kullanıcısı mısınız?" msgid "Not locked" msgstr "Kilitlenmemiş" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n" "Language-Team: Українська <uk@li.org>\n" @@ -1116,6 +1116,12 @@ msgstr "Неможливо заблокувати адміністративну msgid "Not locked" msgstr "Не заблоковано" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n" @@ -1111,6 +1111,12 @@ msgstr "Không thể khoá thư mục quản trị (%s), bạn có quyền root msgid "Not locked" msgstr "Chưa được khoá" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index 0b9d577e8..6d5ed3ae3 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 <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2024-04-16 13:15-0400\n" "Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n" @@ -1080,6 +1080,12 @@ msgstr "无法对状态列表目录加锁(%s),请查看您是否正以 root msgid "Not locked" msgstr "未锁定" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index ef81b89fc..69c5e285f 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 <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-12-23 11:22+0000\n" +"POT-Creation-Date: 2025-01-14 17:33+0000\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet <tetralet@gmail.com>\n" "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-" @@ -1067,6 +1067,12 @@ msgstr "無法鎖定列表目錄" msgid "Not locked" msgstr "" +#: apt-pkg/deb/debsystem.cc +msgid "" +"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using " +"default dpkg." +msgstr "" + #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format |
