summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-02-16 17:59:29 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-02-16 17:59:29 +0100
commitcf0ed0227fc9793d54494ec777a7e45bce5313c4 (patch)
tree56197ed1d6d0733306d695f8b1ce3a9be876c219
parent552b91f2e1d047e32568082366675d8f3c57a2fc (diff)
Release 2.9.302.9.30
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog38
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--doc/po/apt-doc.pot4
-rw-r--r--po/apt-all.pot8
-rw-r--r--po/ar.po8
-rw-r--r--po/ast.po8
-rw-r--r--po/bg.po8
-rw-r--r--po/bs.po8
-rw-r--r--po/ca.po8
-rw-r--r--po/cs.po8
-rw-r--r--po/cy.po7
-rw-r--r--po/da.po8
-rw-r--r--po/de.po8
-rw-r--r--po/dz.po8
-rw-r--r--po/el.po8
-rw-r--r--po/es.po8
-rw-r--r--po/eu.po8
-rw-r--r--po/fi.po8
-rw-r--r--po/fr.po8
-rw-r--r--po/gl.po8
-rw-r--r--po/hu.po8
-rw-r--r--po/it.po8
-rw-r--r--po/ja.po8
-rw-r--r--po/km.po8
-rw-r--r--po/ko.po8
-rw-r--r--po/ku.po8
-rw-r--r--po/lt.po8
-rw-r--r--po/mr.po8
-rw-r--r--po/nb.po8
-rw-r--r--po/ne.po8
-rw-r--r--po/nl.po8
-rw-r--r--po/nn.po8
-rw-r--r--po/pl.po8
-rw-r--r--po/pt.po8
-rw-r--r--po/pt_BR.po49
-rw-r--r--po/ro.po8
-rw-r--r--po/ru.po8
-rw-r--r--po/sk.po8
-rw-r--r--po/sl.po8
-rw-r--r--po/sv.po8
-rw-r--r--po/th.po8
-rw-r--r--po/tl.po8
-rw-r--r--po/tr.po8
-rw-r--r--po/uk.po8
-rw-r--r--po/vi.po8
-rw-r--r--po/zh_CN.po8
-rw-r--r--po/zh_TW.po8
48 files changed, 346 insertions, 92 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 429330bac..40d23bdb8 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.29")
+set(PACKAGE_VERSION "2.9.30")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)
diff --git a/debian/changelog b/debian/changelog
index c453d29dd..9a8b116a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,26 +1,18 @@
-apt (2.9.29+exp2) experimental; urgency=medium
-
- * Run unifdef -DAPT_PKG_ABI=700 again
- * Remove some more unused functions
- * fileutl: Convert FileFd::d to std::unique_ptr
- * cacheset: Drop APT_PUBLIC from templates
- * cache: Introduce partial SourceVersion support
- * Add missing #include <memory>
- * Add missing #include <string_view>
- * Add more excludes to the versionscript
-
- -- Julian Andres Klode <jak@debian.org> Sat, 15 Feb 2025 19:41:18 +0100
-
-apt (2.9.29+exp1) experimental; urgency=medium
-
- * Rebuild with libapt-pkg7.0 soname; some minor ABI adjustments are
- still on the way before this enters unstable, notable differences:
- - The C++ standard library symbols are not re-exported anymore
- (Closes: #1088398)
- - We use smart pointers in a bunch more places
- - std::string_view replaces APT::StringView (thanks to наб)
-
- -- Julian Andres Klode <jak@debian.org> Fri, 14 Feb 2025 19:45:28 +0100
+apt (2.9.30) unstable; urgency=medium
+
+ * Upload libapt-pkg 7.0 ABI transition to unstable:
+ - Use smart pointers in a whole bunch of places (probably only an API break)
+ - Add a version script to hide any standard library symbols
+ - Remove the functions marked as deprecated, such as PrintStatus and _strtabexpand
+ - Introduce SourceVersion objects in the cache
+ - Migrate from APT::StringView to std::string view and change a bunch of
+ functions from std::string to std::string_view.
+ Thanks to наб for the merge requests, very appreciated, that was a lot
+ of busywork.
+ Several other changes were already queued in the previous releases in
+ #ifdef, please have a look at them.
+
+ -- Julian Andres Klode <jak@debian.org> Sun, 16 Feb 2025 17:58:07 +0100
apt (2.9.29) unstable; urgency=medium
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index d6a4a49c5..e50abd067 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.29">
+<!ENTITY apt-product-version "2.9.30">
<!-- (Code)names for various things used all over the place -->
<!ENTITY debian-oldstable-codename "bookworm">
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot
index 62da6746c..7ba764270 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.29\n"
+"Project-Id-Version: apt-doc 2.9.30\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-02-14 18:39+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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/po/apt-all.pot b/po/apt-all.pot
index 931301706..8fcbb6408 100644
--- a/po/apt-all.pot
+++ b/po/apt-all.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt 2.9.29\n"
+"Project-Id-Version: apt 2.9.30\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-02-14 18:39+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2600,6 +2600,10 @@ msgid " Missing: "
msgstr ""
#: cmdline/apt-cache.cc
+msgid "Total distinct source versions: "
+msgstr ""
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr ""
diff --git a/po/ar.po b/po/ar.po
index 72601c385..c7da68086 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2656,6 +2656,12 @@ msgid " Missing: "
msgstr " مفقودة:"
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "مجموع النسخ الفريدة:"
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "مجموع النسخ الفريدة:"
diff --git a/po/ast.po b/po/ast.po
index 0c30422ec..a9432862c 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2741,6 +2741,12 @@ msgid " Missing: "
msgstr " Falten: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Versiones distintes en total: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Versiones distintes en total: "
diff --git a/po/bg.po b/po/bg.po
index e9ae7e0b0..a13842538 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2790,6 +2790,12 @@ msgid " Missing: "
msgstr " Липсващи: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Общо уникални версии: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Общо уникални версии: "
diff --git a/po/bs.po b/po/bs.po
index 9be404b90..6c77be890 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2638,6 +2638,12 @@ msgid " Missing: "
msgstr " Nedostajući:"
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Ukupno različitih verzija:"
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Ukupno različitih verzija:"
diff --git a/po/ca.po b/po/ca.po
index 54c816f88..44fd87dad 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2855,6 +2855,12 @@ msgid " Missing: "
msgstr " Falten: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Nombre total de versions diferents: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Nombre total de versions diferents: "
diff --git a/po/cs.po b/po/cs.po
index 5e7f5c6a7..b30902376 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2763,6 +2763,12 @@ msgid " Missing: "
msgstr " Chybějících: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Celkem různých verzí: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Celkem různých verzí: "
diff --git a/po/cy.po b/po/cy.po
index ef691a163..38de67b85 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2727,6 +2727,11 @@ msgstr " Ar Goll: "
#: cmdline/apt-cache.cc
#, fuzzy
+msgid "Total distinct source versions: "
+msgstr "Cyfanswm Fersiynau Gwahanol: "
+
+#: cmdline/apt-cache.cc
+#, fuzzy
msgid "Total distinct versions: "
msgstr "Cyfanswm Fersiynau Gwahanol: "
diff --git a/po/da.po b/po/da.po
index 5efe39aee..49c142502 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2803,6 +2803,12 @@ msgid " Missing: "
msgstr " Manglende: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Totale forskellige versioner: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Totale forskellige versioner: "
diff --git a/po/de.po b/po/de.po
index a91cdbac6..36efeda06 100644
--- a/po/de.po
+++ b/po/de.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.9.27\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-02-07 20:17+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+0000\n"
"PO-Revision-Date: 2025-02-09 18:21+0100\n"
"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -2897,6 +2897,12 @@ msgid " Missing: "
msgstr " davon fehlend: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Gesamtzahl an unterschiedlichen Versionen: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Gesamtzahl an unterschiedlichen Versionen: "
diff --git a/po/dz.po b/po/dz.po
index 6704efb18..51cc84450 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2696,6 +2696,12 @@ msgid " Missing: "
msgstr "བརླག་སྟོར་ཞུགས་པ:"
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "ཁྱད་རྟགས་ཅན་གྱི་ཐོན་རིམ་ཚུ་གི་བསྡོམས:"
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "ཁྱད་རྟགས་ཅན་གྱི་ཐོན་རིམ་ཚུ་གི་བསྡོམས:"
diff --git a/po/el.po b/po/el.po
index 392079226..2a549e07b 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2729,6 +2729,12 @@ msgid " Missing: "
msgstr " Αγνοούμενα: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Σύνολο Διαφορετικών Εκδόσεων: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Σύνολο Διαφορετικών Εκδόσεων: "
diff --git a/po/es.po b/po/es.po
index d90c373e1..c7546e8eb 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+0000\n"
"PO-Revision-Date: 2016-01-26 01:51+0100\n"
"Last-Translator: Manuel \"Venturi\" Porras Peralta "
"<venturi@openmailbox.org>\n"
@@ -2917,6 +2917,12 @@ msgid " Missing: "
msgstr " Faltan: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Versiones diferentes totales: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Versiones diferentes totales: "
diff --git a/po/eu.po b/po/eu.po
index 95bf6c82b..eeb83e42b 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2702,6 +2702,12 @@ msgid " Missing: "
msgstr " Falta direnak: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Bertsio Ezberdinak Guztira: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Bertsio Ezberdinak Guztira: "
diff --git a/po/fi.po b/po/fi.po
index 45e3833b8..d97a02c0a 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2695,6 +2695,12 @@ msgid " Missing: "
msgstr " Puuttuu: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Eri versioita yhteensä: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Eri versioita yhteensä: "
diff --git a/po/fr.po b/po/fr.po
index 349d5d46a..996d756bb 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2910,6 +2910,12 @@ msgid " Missing: "
msgstr " Manquants : "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Nombre de versions distinctes : "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Nombre de versions distinctes : "
diff --git a/po/gl.po b/po/gl.po
index 7808bb701..36e864c4b 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2776,6 +2776,12 @@ msgid " Missing: "
msgstr " Non atopados: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Número total de versións distintas: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Número total de versións distintas: "
diff --git a/po/hu.po b/po/hu.po
index 39b558863..d27682a3d 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2833,6 +2833,12 @@ msgid " Missing: "
msgstr " Hiányzik: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Különböző verziók összesen: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Különböző verziók összesen: "
diff --git a/po/it.po b/po/it.po
index 163b98194..2a2d7c553 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2870,6 +2870,12 @@ msgid " Missing: "
msgstr " Mancanti: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Totale versioni distinte: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Totale versioni distinte: "
diff --git a/po/ja.po b/po/ja.po
index 2c45edc06..7ad200078 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2820,6 +2820,12 @@ msgid " Missing: "
msgstr " 欠落: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "個別バージョン総数: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "個別バージョン総数: "
diff --git a/po/km.po b/po/km.po
index 6603a51f7..45a93e342 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2682,6 +2682,12 @@ msgid " Missing: "
msgstr " បាត់បង់ ៖ "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "កំណែ​ផ្សេងៗ​សរុប ៖ "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "កំណែ​ផ្សេងៗ​សរុប ៖ "
diff --git a/po/ko.po b/po/ko.po
index 61416db35..6b969d6f0 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2706,6 +2706,12 @@ msgid " Missing: "
msgstr " 빠짐: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "개별 버전 전체: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "개별 버전 전체: "
diff --git a/po/ku.po b/po/ku.po
index 3b3002e57..651b568dd 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2632,6 +2632,12 @@ msgid " Missing: "
msgstr " Winda: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Guhertoyên vekirî yên giştî:"
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Guhertoyên vekirî yên giştî:"
diff --git a/po/lt.po b/po/lt.po
index 91e957242..54f5e384f 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2669,6 +2669,12 @@ msgid " Missing: "
msgstr " Trūksta: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Viso skirtingų versijų: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Viso skirtingų versijų: "
diff --git a/po/mr.po b/po/mr.po
index c18bb1442..5be31265b 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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 "
@@ -2688,6 +2688,12 @@ msgid " Missing: "
msgstr " हरवलेले/गहाळ: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "एकूण स्पष्ट आवृत्या: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "एकूण स्पष्ट आवृत्या: "
diff --git a/po/nb.po b/po/nb.po
index 8d90a6b25..074f2f5eb 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2772,6 +2772,12 @@ msgid " Missing: "
msgstr " Mangler: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Antall unike versjoner: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Antall unike versjoner: "
diff --git a/po/ne.po b/po/ne.po
index 8fe570e9b..8e8ca1875 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2679,6 +2679,12 @@ msgid " Missing: "
msgstr " हराइरहेको:"
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "कूल भिन्न संस्करणहरू:"
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "कूल भिन्न संस्करणहरू:"
diff --git a/po/nl.po b/po/nl.po
index 97c9312dc..ae52ad502 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.9.23\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-02-07 20:17+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+0000\n"
"PO-Revision-Date: 2025-01-21 20:32+0100\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -2853,6 +2853,12 @@ msgid " Missing: "
msgstr " Ontbrekend: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Totaal aantal verschillende versies: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Totaal aantal verschillende versies: "
diff --git a/po/nn.po b/po/nn.po
index ad39a7f8c..e397249b2 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2693,6 +2693,12 @@ msgid " Missing: "
msgstr " Manglar: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Tal p einskildversjonar: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Tal p einskildversjonar: "
diff --git a/po/pl.po b/po/pl.po
index 6a9469e71..1a8c4ad22 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2870,6 +2870,12 @@ msgid " Missing: "
msgstr " Brakujących: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "W sumie różnych wersji: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "W sumie różnych wersji: "
diff --git a/po/pt.po b/po/pt.po
index 0c8c78845..cac972c96 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2793,6 +2793,12 @@ msgid " Missing: "
msgstr " Faltam: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Total de versões distintas: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Total de versões distintas: "
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 24a787657..7225a654d 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -12,11 +12,11 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.9.21\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+0000\n"
"PO-Revision-Date: 2024-12-26 14:38+0000\n"
"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
-"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
-"org>\n"
+"Language-Team: Brazilian Portuguese <debian-l10n-"
+"portuguese@lists.debian.org>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -59,11 +59,12 @@ msgstr "O repositório '%s' não tem mais um arquivo Release."
#: apt-pkg/acquire-item.cc
msgid ""
-"This is normally not allowed, but the option Acquire::"
-"AllowDowngradeToInsecureRepositories was given to override it."
+"This is normally not allowed, but the option "
+"Acquire::AllowDowngradeToInsecureRepositories was given to override it."
msgstr ""
-"Isso normalmente não é permitido, mas a opção Acquire::"
-"AllowDowngradeToInsecureRepositories foi fornecida para sobrescrever isso."
+"Isso normalmente não é permitido, mas a opção "
+"Acquire::AllowDowngradeToInsecureRepositories foi fornecida para "
+"sobrescrever isso."
#: apt-pkg/acquire-item.cc
#, c-format
@@ -1433,8 +1434,8 @@ msgid ""
"Could not perform immediate configuration on '%s'. Please see man 5 apt.conf "
"under APT::Immediate-Configure for details. (%d)"
msgstr ""
-"Não foi possível realizar a configuração imediata em '%s'. Veja man 5 apt."
-"conf em APT::Immediate-Configure para detalhes. (%d)"
+"Não foi possível realizar a configuração imediata em '%s'. Veja man 5 "
+"apt.conf em APT::Immediate-Configure para detalhes. (%d)"
#: apt-pkg/packagemanager.cc
#, c-format
@@ -2001,8 +2002,8 @@ msgstr "Erro interno, Ordenação não finalizou"
#: apt-private/private-install.cc
msgid "How odd... The sizes didn't match, email apt@packages.debian.org"
msgstr ""
-"Que estranho... Os tamanhos não batem, mande e-mail para apt@packages.debian."
-"org"
+"Que estranho... Os tamanhos não batem, mande e-mail para "
+"apt@packages.debian.org"
#: apt-private/private-install.cc
#, c-format
@@ -2671,11 +2672,11 @@ msgstr "%s não tem dependências de construção.\n"
#: apt-private/private-source.cc
#, c-format
msgid ""
-"No architecture information available for %s. See apt.conf(5) APT::"
-"Architectures for setup"
+"No architecture information available for %s. See apt.conf(5) "
+"APT::Architectures for setup"
msgstr ""
-"Nenhuma informação de arquitetura disponível para %s. Veja apt.conf(5) APT::"
-"Architectures para configuração"
+"Nenhuma informação de arquitetura disponível para %s. Veja apt.conf(5) "
+"APT::Architectures para configuração"
#: apt-private/private-source.cc
msgid "Must specify at least one package to check builddeps for"
@@ -2826,6 +2827,12 @@ msgid " Missing: "
msgstr " Faltando: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Total de versões distintas: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Total de versões distintas: "
@@ -4068,11 +4075,11 @@ msgstr "Arquivos vazios não podem ser arquivos válidos"
#~ msgstr "PASS falhou, servidor disse: %s"
#~ msgid ""
-#~ "A proxy server was specified but no login script, Acquire::ftp::"
-#~ "ProxyLogin is empty."
+#~ "A proxy server was specified but no login script, "
+#~ "Acquire::ftp::ProxyLogin is empty."
#~ msgstr ""
-#~ "Um servidor proxy foi especificado mas não um script de login, Acquire::"
-#~ "ftp::ProxyLogin está vazio."
+#~ "Um servidor proxy foi especificado mas não um script de login, "
+#~ "Acquire::ftp::ProxyLogin está vazio."
#, c-format
#~ msgid "Login script command '%s' failed, server said: %s"
@@ -4762,8 +4769,8 @@ msgstr "Arquivos vazios não podem ser arquivos válidos"
#~ msgid "Sorry, you don't have enough free space in %s to hold all the .debs."
#~ msgstr ""
-#~ "Desculpe, você não tem espaço livre o suficiente em %s para guardar os ."
-#~ "debs."
+#~ "Desculpe, você não tem espaço livre o suficiente em %s para guardar "
+#~ "os .debs."
#~ msgid "Extract "
#~ msgstr "extra"
diff --git a/po/ro.po b/po/ro.po
index 6ef46ae9f..dc11703cd 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -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: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2945,6 +2945,12 @@ msgid " Missing: "
msgstr " Lipsă: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Total versiuni distincte: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Total versiuni distincte: "
diff --git a/po/ru.po b/po/ru.po
index 92b1a8b28..7a0cbc475 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2844,6 +2844,12 @@ msgid " Missing: "
msgstr " Отсутствует: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Всего уникальных версий: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Всего уникальных версий: "
diff --git a/po/sk.po b/po/sk.po
index d1458fb11..d75f5868e 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2763,6 +2763,12 @@ msgid " Missing: "
msgstr " Chýbajúcich: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Celkom rôznych verzií: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Celkom rôznych verzií: "
diff --git a/po/sl.po b/po/sl.po
index b9edf98f5..91204ad74 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2768,6 +2768,12 @@ msgid " Missing: "
msgstr " Manjka: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Vseh različic: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Vseh različic: "
diff --git a/po/sv.po b/po/sv.po
index 6b35bcf28..23534383b 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.9.2\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-02-07 20:17+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+0000\n"
"PO-Revision-Date: 2025-02-12 22:07+0100\n"
"Last-Translator: Peter Krefting <peter@softwolves.pp.se>\n"
"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
@@ -2795,6 +2795,12 @@ msgid " Missing: "
msgstr " Saknade: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Totalt antal olika versioner: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Totalt antal olika versioner: "
diff --git a/po/th.po b/po/th.po
index db7e44cc6..b0e040820 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2699,6 +2699,12 @@ msgid " Missing: "
msgstr " แพกเกจที่ขาดหาย: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "จำนวนรุ่นที่แตกต่างกันทั้งหมด: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "จำนวนรุ่นที่แตกต่างกันทั้งหมด: "
diff --git a/po/tl.po b/po/tl.po
index 181712af4..6e554344d 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2708,6 +2708,12 @@ msgid " Missing: "
msgstr " Kulang/Nawawala: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Kabuuan ng Natatanging mga Bersyon: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Kabuuan ng Natatanging mga Bersyon: "
diff --git a/po/tr.po b/po/tr.po
index 59dc29d6d..0cdd7fb6e 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2821,6 +2821,12 @@ msgid " Missing: "
msgstr " Eksik: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Toplam farklı sürümler: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Toplam farklı sürümler: "
diff --git a/po/uk.po b/po/uk.po
index 6b14e8fb7..0abd56ff9 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2799,6 +2799,12 @@ msgid " Missing: "
msgstr " Відсутні: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Всього унікальних версій: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Всього унікальних версій: "
diff --git a/po/vi.po b/po/vi.po
index 6d90d82d3..7fb350bc3 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 <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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"
@@ -2758,6 +2758,12 @@ msgid " Missing: "
msgstr " Thiếu: "
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "Tổng phiên bản riêng: "
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "Tổng phiên bản riêng: "
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 713b83800..edcadd76d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.9.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+0000\n"
"PO-Revision-Date: 2025-01-28 16:26-0500\n"
"Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
"Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n"
@@ -2676,6 +2676,12 @@ msgid " Missing: "
msgstr " 缺失:"
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "按不同的版本共计:"
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "按不同的版本共计:"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index b778589d2..e1ad2bfbf 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: 2025-01-28 18:52+0000\n"
+"POT-Creation-Date: 2025-02-16 16:59+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-"
@@ -2671,6 +2671,12 @@ msgid " Missing: "
msgstr " 找不到:"
#: cmdline/apt-cache.cc
+#, fuzzy
+#| msgid "Total distinct versions: "
+msgid "Total distinct source versions: "
+msgstr "個別版本合計:"
+
+#: cmdline/apt-cache.cc
msgid "Total distinct versions: "
msgstr "個別版本合計:"