summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2023-01-17 16:33:43 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2023-01-17 16:34:18 +0100
commit09d4933fa8a472ea3f1efa9484f962b94886c07f (patch)
treef887f351f0825884bd097a371773544652c8a3ee
parent0970d6407f53be34c54dbab5db0f29e961899f73 (diff)
Release 2.5.52.5.5
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog24
-rw-r--r--doc/apt-patterns.7.xml2
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--doc/po/apt-doc.pot26
-rw-r--r--doc/po/de.po44
-rw-r--r--doc/po/es.po24
-rw-r--r--doc/po/fr.po24
-rw-r--r--doc/po/it.po24
-rw-r--r--doc/po/ja.po24
-rw-r--r--doc/po/nl.po44
-rw-r--r--doc/po/pl.po24
-rw-r--r--doc/po/pt.po42
-rw-r--r--doc/po/pt_BR.po24
-rw-r--r--po/apt-all.pot10
-rw-r--r--po/ar.po9
-rw-r--r--po/ast.po10
-rw-r--r--po/bg.po10
-rw-r--r--po/bs.po9
-rw-r--r--po/ca.po10
-rw-r--r--po/cs.po10
-rw-r--r--po/cy.po9
-rw-r--r--po/da.po10
-rw-r--r--po/de.po10
-rw-r--r--po/dz.po9
-rw-r--r--po/el.po10
-rw-r--r--po/es.po10
-rw-r--r--po/eu.po10
-rw-r--r--po/fi.po10
-rw-r--r--po/fr.po10
-rw-r--r--po/gl.po10
-rw-r--r--po/hu.po10
-rw-r--r--po/it.po10
-rw-r--r--po/ja.po10
-rw-r--r--po/km.po9
-rw-r--r--po/ko.po10
-rw-r--r--po/ku.po9
-rw-r--r--po/lt.po9
-rw-r--r--po/mr.po10
-rw-r--r--po/nb.po10
-rw-r--r--po/ne.po9
-rw-r--r--po/nl.po10
-rw-r--r--po/nn.po9
-rw-r--r--po/pl.po10
-rw-r--r--po/pt.po10
-rw-r--r--po/pt_BR.po10
-rw-r--r--po/ro.po10
-rw-r--r--po/ru.po10
-rw-r--r--po/sk.po10
-rw-r--r--po/sl.po10
-rw-r--r--po/sv.po10
-rw-r--r--po/th.po10
-rw-r--r--po/tl.po8
-rw-r--r--po/tr.po10
-rw-r--r--po/uk.po10
-rw-r--r--po/vi.po10
-rw-r--r--po/zh_CN.po10
-rw-r--r--po/zh_TW.po10
58 files changed, 552 insertions, 207 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dfb2b07c7..3165e195c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -205,7 +205,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.5.4")
+set(PACKAGE_VERSION "2.5.5")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)
diff --git a/debian/changelog b/debian/changelog
index 43003dae4..7fcdaa51c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+apt (2.5.5) unstable; urgency=medium
+
+ [ David Kalnischkies ]
+ * Do not document path to be repeatable in apt-ftparchive cmds
+
+ [ Julian Andres Klode ]
+ * gitlab-ci: Install adduser
+ * make ?installed pattern match installed version only when narrowed
+ * apt-patterns(7): Grouping with () and or using | are supported
+
+ [ Egon Willighagen ]
+ * Typo fix
+
+ [ Camiel Vletter ]
+ * improve `--help` text for cmdline `apt autoremove`
+
+ [ Frans Spiesschaert ]
+ * Dutch manpages translation update (Closes: #1023456, #1025843)
+
+ [ Алексей Шилин ]
+ * Add 'tasks' section to default APT::Never-MarkAuto-Sections list
+
+ -- Julian Andres Klode <jak@debian.org> Tue, 17 Jan 2023 16:33:38 +0100
+
apt (2.5.4) unstable; urgency=medium
[ David Kalnischkies ]
diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml
index 9d4f0a94e..6b3f91e96 100644
--- a/doc/apt-patterns.7.xml
+++ b/doc/apt-patterns.7.xml
@@ -13,7 +13,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2021-12-26T00:00:00Z</date>
+ <date>2023-01-13T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index 6e08a73c4..1a257d74c 100644
--- a/doc/apt-verbatim.ent
+++ b/doc/apt-verbatim.ent
@@ -274,7 +274,7 @@
">
<!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "2.5.4">
+<!ENTITY apt-product-version "2.5.5">
<!-- (Code)names for various things used all over the place -->
<!ENTITY debian-oldstable-codename "buster">
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot
index 89f3e1a5a..d3d436b68 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.5.4\n"
+"Project-Id-Version: apt-doc 2.5.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-10-31 12:11+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8269,7 +8269,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-patterns.7.xml
-msgid "Selects packages that are currently installed."
+msgid ""
+"Selects packages that are currently installed. Since version 2.5.4, "
+"narrowing this pattern (see narrowing patterns above) makes it only match "
+"installed versions (see version patterns below)."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
@@ -8376,6 +8379,15 @@ msgid ""
"in <command>apt-cache policy</command>."
msgstr ""
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-patterns.7.xml
+msgid ""
+"Selects package versions that are currently installed. Versions prior to "
+"2.5.4 only matched at the package level, hence "
+"<code>?any-version(?installed?version(2.0))</code>matched even if 2.0 was "
+"not installed, but another version was."
+msgstr ""
+
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
#: apt-patterns.7.xml
msgid "<code>?origin(REGEX)</code>"
@@ -8695,14 +8707,6 @@ msgstr ""
#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
#: apt-patterns.7.xml
msgid ""
-"Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</code> "
-"as <code>A|B</code> are not supported. We do not believe that the use of "
-"<code>|</code> is that common, and the grouping is not necessary without it."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
-#: apt-patterns.7.xml
-msgid ""
"Dependency types for ~D and related operators need to be specified in the "
"canonical case."
msgstr ""
diff --git a/doc/po/de.po b/doc/po/de.po
index f34efabde..f68aec32b 100644
--- a/doc/po/de.po
+++ b/doc/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.0.1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-10-31 12:11+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2020-04-04 08:45+0200\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -11761,8 +11761,11 @@ msgstr "<code>~i</code>"
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-patterns.7.xml
-msgid "Selects packages that are currently installed."
-msgstr "wählt Pakete aus, die derzeit installiert sind."
+msgid ""
+"Selects packages that are currently installed. Since version 2.5.4, "
+"narrowing this pattern (see narrowing patterns above) makes it only match "
+"installed versions (see version patterns below)."
+msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
#: apt-patterns.7.xml
@@ -11887,6 +11890,15 @@ msgstr ""
"Ursprung bedeutet hier, die Werte nach <code>o=</code> in <command>apt-cache "
"policy</command>."
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-patterns.7.xml
+msgid ""
+"Selects package versions that are currently installed. Versions prior to "
+"2.5.4 only matched at the package level, hence <code>?any-version(?installed?"
+"version(2.0))</code>matched even if 2.0 was not installed, but another "
+"version was."
+msgstr ""
+
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
#: apt-patterns.7.xml
msgid "<code>?origin(REGEX)</code>"
@@ -12286,18 +12298,6 @@ msgstr ""
#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
#: apt-patterns.7.xml
msgid ""
-"Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</code> "
-"as <code>A|B</code> are not supported. We do not believe that the use of "
-"<code>|</code> is that common, and the grouping is not necessary without it."
-msgstr ""
-"Bündelnde Muster mit <code>(…)</code> oder der Schreibweise <code>A|B</code> "
-"für <code>?or(A,B)</code> werden nicht unterstützt. Wir gehen nicht davon "
-"aus, dass die Verwendung von <code>|</code> üblich ist und ohne diese ist "
-"eine Bündelung unnötig."
-
-#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
-#: apt-patterns.7.xml
-msgid ""
"Dependency types for ~D and related operators need to be specified in the "
"canonical case."
msgstr ""
@@ -13946,6 +13946,20 @@ msgstr ""
"fortfahren, wodurch die bereits auf der Platte heruntergeladenen Archive "
"benutzt werden."
+#~ msgid "Selects packages that are currently installed."
+#~ msgstr "wählt Pakete aus, die derzeit installiert sind."
+
+#~ msgid ""
+#~ "Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</"
+#~ "code> as <code>A|B</code> are not supported. We do not believe that the "
+#~ "use of <code>|</code> is that common, and the grouping is not necessary "
+#~ "without it."
+#~ msgstr ""
+#~ "Bündelnde Muster mit <code>(…)</code> oder der Schreibweise <code>A|B</"
+#~ "code> für <code>?or(A,B)</code> werden nicht unterstützt. Wir gehen nicht "
+#~ "davon aus, dass die Verwendung von <code>|</code> üblich ist und ohne "
+#~ "diese ist eine Bündelung unnötig."
+
#~ msgid "Regular expressions and &glob; syntax"
#~ msgstr "Reguläre Ausdrücke und &glob;-Syntax"
diff --git a/doc/po/es.po b/doc/po/es.po
index b30987e5a..c3f53f1c9 100644
--- a/doc/po/es.po
+++ b/doc/po/es.po
@@ -38,7 +38,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-10-31 12:11+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2014-07-04 01:31+0200\n"
"Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -11207,7 +11207,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-patterns.7.xml
-msgid "Selects packages that are currently installed."
+msgid ""
+"Selects packages that are currently installed. Since version 2.5.4, "
+"narrowing this pattern (see narrowing patterns above) makes it only match "
+"installed versions (see version patterns below)."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
@@ -11314,6 +11317,15 @@ msgid ""
"in <command>apt-cache policy</command>."
msgstr ""
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-patterns.7.xml
+msgid ""
+"Selects package versions that are currently installed. Versions prior to "
+"2.5.4 only matched at the package level, hence <code>?any-version(?installed?"
+"version(2.0))</code>matched even if 2.0 was not installed, but another "
+"version was."
+msgstr ""
+
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
#: apt-patterns.7.xml
msgid "<code>?origin(REGEX)</code>"
@@ -11636,14 +11648,6 @@ msgstr ""
#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
#: apt-patterns.7.xml
msgid ""
-"Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</code> "
-"as <code>A|B</code> are not supported. We do not believe that the use of "
-"<code>|</code> is that common, and the grouping is not necessary without it."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
-#: apt-patterns.7.xml
-msgid ""
"Dependency types for ~D and related operators need to be specified in the "
"canonical case."
msgstr ""
diff --git a/doc/po/fr.po b/doc/po/fr.po
index 72247bc5f..a8c9beea8 100644
--- a/doc/po/fr.po
+++ b/doc/po/fr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.8.0\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-10-31 12:11+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2019-05-01 17:00+0100\n"
"Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -11672,7 +11672,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-patterns.7.xml
-msgid "Selects packages that are currently installed."
+msgid ""
+"Selects packages that are currently installed. Since version 2.5.4, "
+"narrowing this pattern (see narrowing patterns above) makes it only match "
+"installed versions (see version patterns below)."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
@@ -11781,6 +11784,15 @@ msgid ""
"in <command>apt-cache policy</command>."
msgstr ""
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-patterns.7.xml
+msgid ""
+"Selects package versions that are currently installed. Versions prior to "
+"2.5.4 only matched at the package level, hence <code>?any-version(?installed?"
+"version(2.0))</code>matched even if 2.0 was not installed, but another "
+"version was."
+msgstr ""
+
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
#: apt-patterns.7.xml
msgid "<code>?origin(REGEX)</code>"
@@ -12105,14 +12117,6 @@ msgstr ""
#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
#: apt-patterns.7.xml
msgid ""
-"Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</code> "
-"as <code>A|B</code> are not supported. We do not believe that the use of "
-"<code>|</code> is that common, and the grouping is not necessary without it."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
-#: apt-patterns.7.xml
-msgid ""
"Dependency types for ~D and related operators need to be specified in the "
"canonical case."
msgstr ""
diff --git a/doc/po/it.po b/doc/po/it.po
index cb6155c37..15542586d 100644
--- a/doc/po/it.po
+++ b/doc/po/it.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-10-31 12:11+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2017-03-27 19:05+0200\n"
"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -11407,7 +11407,10 @@ msgstr "<option>--installed</option>"
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-patterns.7.xml
-msgid "Selects packages that are currently installed."
+msgid ""
+"Selects packages that are currently installed. Since version 2.5.4, "
+"narrowing this pattern (see narrowing patterns above) makes it only match "
+"installed versions (see version patterns below)."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
@@ -11530,6 +11533,15 @@ msgid ""
"in <command>apt-cache policy</command>."
msgstr ""
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-patterns.7.xml
+msgid ""
+"Selects package versions that are currently installed. Versions prior to "
+"2.5.4 only matched at the package level, hence <code>?any-version(?installed?"
+"version(2.0))</code>matched even if 2.0 was not installed, but another "
+"version was."
+msgstr ""
+
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
#: apt-patterns.7.xml
#, fuzzy
@@ -11906,14 +11918,6 @@ msgstr ""
#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
#: apt-patterns.7.xml
msgid ""
-"Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</code> "
-"as <code>A|B</code> are not supported. We do not believe that the use of "
-"<code>|</code> is that common, and the grouping is not necessary without it."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
-#: apt-patterns.7.xml
-msgid ""
"Dependency types for ~D and related operators need to be specified in the "
"canonical case."
msgstr ""
diff --git a/doc/po/ja.po b/doc/po/ja.po
index 597a704be..b10feb0a4 100644
--- a/doc/po/ja.po
+++ b/doc/po/ja.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.4\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-10-31 12:11+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2017-01-06 04:50+0900\n"
"Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -10984,7 +10984,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-patterns.7.xml
-msgid "Selects packages that are currently installed."
+msgid ""
+"Selects packages that are currently installed. Since version 2.5.4, "
+"narrowing this pattern (see narrowing patterns above) makes it only match "
+"installed versions (see version patterns below)."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
@@ -11093,6 +11096,15 @@ msgid ""
"in <command>apt-cache policy</command>."
msgstr ""
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-patterns.7.xml
+msgid ""
+"Selects package versions that are currently installed. Versions prior to "
+"2.5.4 only matched at the package level, hence <code>?any-version(?installed?"
+"version(2.0))</code>matched even if 2.0 was not installed, but another "
+"version was."
+msgstr ""
+
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
#: apt-patterns.7.xml
msgid "<code>?origin(REGEX)</code>"
@@ -11417,14 +11429,6 @@ msgstr ""
#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
#: apt-patterns.7.xml
msgid ""
-"Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</code> "
-"as <code>A|B</code> are not supported. We do not believe that the use of "
-"<code>|</code> is that common, and the grouping is not necessary without it."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
-#: apt-patterns.7.xml
-msgid ""
"Dependency types for ~D and related operators need to be specified in the "
"canonical case."
msgstr ""
diff --git a/doc/po/nl.po b/doc/po/nl.po
index f0af129ce..56792c845 100644
--- a/doc/po/nl.po
+++ b/doc/po/nl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 2.5.4\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-12-28 12:57+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2022-11-28 22:15+0100\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -11951,8 +11951,11 @@ msgstr "<code>~i</code>"
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-patterns.7.xml
-msgid "Selects packages that are currently installed."
-msgstr "Selecteert pakketten die momenteel geïnstalleerd zijn."
+msgid ""
+"Selects packages that are currently installed. Since version 2.5.4, "
+"narrowing this pattern (see narrowing patterns above) makes it only match "
+"installed versions (see version patterns below)."
+msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
#: apt-patterns.7.xml
@@ -12072,6 +12075,15 @@ msgstr ""
"opgegeven reguliere expressie. Codenaam (codename) betekent hier de waarden "
"na <code>n=</code> in <command>apt-cache policy</command>."
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-patterns.7.xml
+msgid ""
+"Selects package versions that are currently installed. Versions prior to "
+"2.5.4 only matched at the package level, hence <code>?any-version(?installed?"
+"version(2.0))</code>matched even if 2.0 was not installed, but another "
+"version was."
+msgstr ""
+
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
#: apt-patterns.7.xml
msgid "<code>?origin(REGEX)</code>"
@@ -12436,18 +12448,6 @@ msgstr ""
#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
#: apt-patterns.7.xml
msgid ""
-"Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</code> "
-"as <code>A|B</code> are not supported. We do not believe that the use of "
-"<code>|</code> is that common, and the grouping is not necessary without it."
-msgstr ""
-"Het groeperen van patronen met <code>(...)</code> of <code>?or(A,B)</code> "
-"schrijven als <code>A|B</code> worden niet ondersteund. We zijn niet van "
-"mening dat het gebruik van <code>|</code> erg verspreid is en dat zonder dit "
-"de groepering niet noodzakelijk is."
-
-#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
-#: apt-patterns.7.xml
-msgid ""
"Dependency types for ~D and related operators need to be specified in the "
"canonical case."
msgstr ""
@@ -14111,3 +14111,17 @@ msgstr " # apt-get -o dir::cache::archives=\"/disc/\" dist-upgrade\n"
msgid "Which will use the already fetched archives on the disc."
msgstr ""
"En dit zal gebruik maken van de reeds opgehaalde archieven op de schijf."
+
+#~ msgid "Selects packages that are currently installed."
+#~ msgstr "Selecteert pakketten die momenteel geïnstalleerd zijn."
+
+#~ msgid ""
+#~ "Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</"
+#~ "code> as <code>A|B</code> are not supported. We do not believe that the "
+#~ "use of <code>|</code> is that common, and the grouping is not necessary "
+#~ "without it."
+#~ msgstr ""
+#~ "Het groeperen van patronen met <code>(...)</code> of <code>?or(A,B)</"
+#~ "code> schrijven als <code>A|B</code> worden niet ondersteund. We zijn "
+#~ "niet van mening dat het gebruik van <code>|</code> erg verspreid is en "
+#~ "dat zonder dit de groepering niet noodzakelijk is."
diff --git a/doc/po/pl.po b/doc/po/pl.po
index c8c51eb06..df643f65e 100644
--- a/doc/po/pl.po
+++ b/doc/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-10-31 12:11+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2014-07-04 02:13+0200\n"
"Last-Translator: Robert Luberda <robert@debian.org>\n"
"Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n"
@@ -10350,7 +10350,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-patterns.7.xml
-msgid "Selects packages that are currently installed."
+msgid ""
+"Selects packages that are currently installed. Since version 2.5.4, "
+"narrowing this pattern (see narrowing patterns above) makes it only match "
+"installed versions (see version patterns below)."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
@@ -10457,6 +10460,15 @@ msgid ""
"in <command>apt-cache policy</command>."
msgstr ""
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-patterns.7.xml
+msgid ""
+"Selects package versions that are currently installed. Versions prior to "
+"2.5.4 only matched at the package level, hence <code>?any-version(?installed?"
+"version(2.0))</code>matched even if 2.0 was not installed, but another "
+"version was."
+msgstr ""
+
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
#: apt-patterns.7.xml
msgid "<code>?origin(REGEX)</code>"
@@ -10779,14 +10791,6 @@ msgstr ""
#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
#: apt-patterns.7.xml
msgid ""
-"Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</code> "
-"as <code>A|B</code> are not supported. We do not believe that the use of "
-"<code>|</code> is that common, and the grouping is not necessary without it."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
-#: apt-patterns.7.xml
-msgid ""
"Dependency types for ~D and related operators need to be specified in the "
"canonical case."
msgstr ""
diff --git a/doc/po/pt.po b/doc/po/pt.po
index 739d040e5..0c73d2b3d 100644
--- a/doc/po/pt.po
+++ b/doc/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.4.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-10-31 12:11+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2022-05-19 23:40+0100\n"
"Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
"Language-Team: Portuguese <>\n"
@@ -11636,8 +11636,11 @@ msgstr "<code>~i</code>"
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-patterns.7.xml
-msgid "Selects packages that are currently installed."
-msgstr "Seleciona pacotes que estão presentemente instalados."
+msgid ""
+"Selects packages that are currently installed. Since version 2.5.4, "
+"narrowing this pattern (see narrowing patterns above) makes it only match "
+"installed versions (see version patterns below)."
+msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
#: apt-patterns.7.xml
@@ -11754,6 +11757,15 @@ msgstr ""
"regular fornecida. O nome-de-código aqui, significa os valores após "
"<code>n=</code> em <command>apt-cache policy</command>."
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-patterns.7.xml
+msgid ""
+"Selects package versions that are currently installed. Versions prior to "
+"2.5.4 only matched at the package level, hence <code>?any-version(?installed?"
+"version(2.0))</code>matched even if 2.0 was not installed, but another "
+"version was."
+msgstr ""
+
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
#: apt-patterns.7.xml
msgid "<code>?origin(REGEX)</code>"
@@ -12112,17 +12124,6 @@ msgstr ""
#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
#: apt-patterns.7.xml
msgid ""
-"Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</code> "
-"as <code>A|B</code> are not supported. We do not believe that the use of "
-"<code>|</code> is that common, and the grouping is not necessary without it."
-msgstr ""
-"Agrupar padrões com <code>(...)</code> ou escrever <code>?or(A,B)</code> "
-"como <code>A|B</code> não é suportado. Não acreditamos que o uso de <code>|</"
-"code> seja tão comum, e o agrupar não seja necessário sem ele."
-
-#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
-#: apt-patterns.7.xml
-msgid ""
"Dependency types for ~D and related operators need to be specified in the "
"canonical case."
msgstr ""
@@ -13722,6 +13723,19 @@ msgstr " # apt-get -o dir::cache::archives=\"/disc/\" dist-upgrade\n"
msgid "Which will use the already fetched archives on the disc."
msgstr "O qual irá usar os arquivos já obtidos e que estão no disco."
+#~ msgid "Selects packages that are currently installed."
+#~ msgstr "Seleciona pacotes que estão presentemente instalados."
+
+#~ msgid ""
+#~ "Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</"
+#~ "code> as <code>A|B</code> are not supported. We do not believe that the "
+#~ "use of <code>|</code> is that common, and the grouping is not necessary "
+#~ "without it."
+#~ msgstr ""
+#~ "Agrupar padrões com <code>(...)</code> ou escrever <code>?or(A,B)</code> "
+#~ "como <code>A|B</code> não é suportado. Não acreditamos que o uso de "
+#~ "<code>|</code> seja tão comum, e o agrupar não seja necessário sem ele."
+
#~ msgid "Regular expressions and &glob; syntax"
#~ msgstr "Expressões regulares e sintaxe &glob;"
diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po
index cae26e62b..f0011f8f2 100644
--- a/doc/po/pt_BR.po
+++ b/doc/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt-doc 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-10-31 12:11+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2004-09-20 17:02+0000\n"
"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
"Language-Team: <debian-l10n-portuguese@lists.debian.org>\n"
@@ -8620,7 +8620,10 @@ msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
#: apt-patterns.7.xml
-msgid "Selects packages that are currently installed."
+msgid ""
+"Selects packages that are currently installed. Since version 2.5.4, "
+"narrowing this pattern (see narrowing patterns above) makes it only match "
+"installed versions (see version patterns below)."
msgstr ""
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
@@ -8727,6 +8730,15 @@ msgid ""
"in <command>apt-cache policy</command>."
msgstr ""
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt-patterns.7.xml
+msgid ""
+"Selects package versions that are currently installed. Versions prior to "
+"2.5.4 only matched at the package level, hence <code>?any-version(?installed?"
+"version(2.0))</code>matched even if 2.0 was not installed, but another "
+"version was."
+msgstr ""
+
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
#: apt-patterns.7.xml
msgid "<code>?origin(REGEX)</code>"
@@ -9049,14 +9061,6 @@ msgstr ""
#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
#: apt-patterns.7.xml
msgid ""
-"Grouping patterns with <code>(...)</code> or writing <code>?or(A,B)</code> "
-"as <code>A|B</code> are not supported. We do not believe that the use of "
-"<code>|</code> is that common, and the grouping is not necessary without it."
-msgstr ""
-
-#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para>
-#: apt-patterns.7.xml
-msgid ""
"Dependency types for ~D and related operators need to be specified in the "
"canonical case."
msgstr ""
diff --git a/po/apt-all.pot b/po/apt-all.pot
index cb2f15bb4..612861cbd 100644
--- a/po/apt-all.pot
+++ b/po/apt-all.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt 2.5.4\n"
+"Project-Id-Version: apt 2.5.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-10-31 12:11+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2610,7 +2610,7 @@ msgstr ""
msgid "Remove packages and config files"
msgstr ""
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr ""
@@ -2881,6 +2881,10 @@ msgstr ""
msgid "remove packages"
msgstr ""
+#: cmdline/apt.cc
+msgid "automatically remove all unused packages"
+msgstr ""
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/ar.po b/po/ar.po
index 43a79999f..76ad55a26 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2006-10-20 21:28+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
@@ -2653,7 +2653,7 @@ msgstr "حزم معطوبة"
msgid "Remove packages and config files"
msgstr ""
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
#, fuzzy
msgid "Remove automatically all unused packages"
msgstr "إلا أنه سيتم تثبيت %s"
@@ -2938,6 +2938,11 @@ msgstr "الحزم المُدبّسة:"
msgid "remove packages"
msgstr "حزم معطوبة"
+#: cmdline/apt.cc
+#, fuzzy
+msgid "automatically remove all unused packages"
+msgstr "إلا أنه سيتم تثبيت %s"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/ast.po b/po/ast.po
index a2dac46bc..b989efd0c 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.18\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2010-10-02 23:35+0100\n"
"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n"
"Language-Team: Asturian (ast)\n"
@@ -2756,7 +2756,7 @@ msgstr "Desaniciar paquetes"
msgid "Remove packages and config files"
msgstr "Quitar y desaniciar paquetes"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Desaniciar automáticamente tolos paquetes non usaos"
@@ -3065,6 +3065,12 @@ msgstr "Paquetes na chincheta:"
msgid "remove packages"
msgstr "Paquetes frañaos"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Desaniciar automáticamente tolos paquetes non usaos"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/bg.po b/po/bg.po
index 2c2a12262..734e244ce 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.21\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2012-06-25 17:23+0300\n"
"Last-Translator: Damyan Ivanov <dmn@debian.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -2806,7 +2806,7 @@ msgstr "Премахване на пакети"
msgid "Remove packages and config files"
msgstr "Премахване на пакети, включително файловете им с настройки"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Автоматично премахване на всички неизползвани пакети"
@@ -3116,6 +3116,12 @@ msgstr "Отбити пакети:"
msgid "remove packages"
msgstr "Счупени пакети"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Автоматично премахване на всички неизползвани пакети"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/bs.po b/po/bs.po
index e7ba83ea9..76f26f4de 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2004-05-06 15:25+0100\n"
"Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
@@ -2640,7 +2640,7 @@ msgstr "Oštećeni paketi"
msgid "Remove packages and config files"
msgstr ""
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
#, fuzzy
msgid "Remove automatically all unused packages"
msgstr "ali se %s treba instalirati"
@@ -2925,6 +2925,11 @@ msgstr " Pojedinačni virutuelni paketi:"
msgid "remove packages"
msgstr "Oštećeni paketi"
+#: cmdline/apt.cc
+#, fuzzy
+msgid "automatically remove all unused packages"
+msgstr "ali se %s treba instalirati"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/ca.po b/po/ca.po
index 85da456d0..280086890 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4~beta1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2020-08-09 22:43+0200\n"
"Last-Translator: Aleix Vidal i Gaya <aleix@softcatala.org>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -2886,7 +2886,7 @@ msgstr "Suprimeix paquets"
msgid "Remove packages and config files"
msgstr "Suprimeix paquets i fitxers de configuració"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Suprimeix automàticament tots els paquets no utilitzats"
@@ -3195,6 +3195,12 @@ msgstr "reinstal·la paquets"
msgid "remove packages"
msgstr "elimina paquets"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Suprimeix automàticament tots els paquets no utilitzats"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/cs.po b/po/cs.po
index 0c5bd620f..50c828820 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4.2\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2017-05-06 11:08+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -2806,7 +2806,7 @@ msgstr "Odstraní balíky"
msgid "Remove packages and config files"
msgstr "Odstraní balíky včetně konfiguračních souborů"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "automaticky odstraní nepoužívané balíky"
@@ -3116,6 +3116,12 @@ msgstr "nainstaluje balíky"
msgid "remove packages"
msgstr "odstraní balíky"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "automaticky odstraní nepoužívané balíky"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/cy.po b/po/cy.po
index 784d80ae4..c3fdd6ba9 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2005-06-06 13:46+0100\n"
"Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n"
"Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n"
@@ -2765,7 +2765,7 @@ msgstr "Tynnu pecynnau"
msgid "Remove packages and config files"
msgstr ""
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
#, fuzzy
msgid "Remove automatically all unused packages"
msgstr "ond mae %s yn mynd i gael ei sefydlu"
@@ -3074,6 +3074,11 @@ msgstr "Pecynnau wedi eu Pinio:"
msgid "remove packages"
msgstr "Pecynnau wedi torri"
+#: cmdline/apt.cc
+#, fuzzy
+msgid "automatically remove all unused packages"
+msgstr "ond mae %s yn mynd i gael ei sefydlu"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/da.po b/po/da.po
index 1072e2ff5..383fc0870 100644
--- a/po/da.po
+++ b/po/da.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4~rc2\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2017-03-02 23:51+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -2830,7 +2830,7 @@ msgstr "Afinstaller pakker"
msgid "Remove packages and config files"
msgstr "Fjern pakker og konfigurationsfiler"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Afinstaller automatisk alle ubrugte pakker"
@@ -3145,6 +3145,12 @@ msgstr "installer pakker"
msgid "remove packages"
msgstr "fjern pakker"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Afinstaller automatisk alle ubrugte pakker"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/de.po b/po/de.po
index e3347e917..e6bb4a4e7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.4.1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2022-03-11 17:39+0100\n"
"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -2943,7 +2943,7 @@ msgstr "Pakete entfernen"
msgid "Remove packages and config files"
msgstr "Pakete vollständig entfernen (inkl. Konfigurationsdateien)"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "alle nicht mehr verwendeten Pakete automatisch entfernen"
@@ -3262,6 +3262,12 @@ msgstr "Pakete erneut installieren"
msgid "remove packages"
msgstr "Pakete entfernen"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "alle nicht mehr verwendeten Pakete automatisch entfernen"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/dz.po b/po/dz.po
index 45016d67c..c119df8b8 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2006-09-19 09:49+0530\n"
"Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n"
"Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n"
@@ -2716,7 +2716,7 @@ msgstr "འདི་གིས་ ཐུམ་སྒྲིལ་ཚུ་རྩ
msgid "Remove packages and config files"
msgstr ""
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
#, fuzzy
msgid "Remove automatically all unused packages"
msgstr "འདི་འབདཝ་ད་%sའདི་གཞི་བཙུགས་འབད་ནི་ཨིན།"
@@ -3024,6 +3024,11 @@ msgstr "ཁབ་གཟེར་བཏབ་ཡོད་པའི་ཐུམ་
msgid "remove packages"
msgstr "ཆད་པ་ཡོད་པའི་ཐུམ་སྒྲིལ་ཚུ།"
+#: cmdline/apt.cc
+#, fuzzy
+msgid "automatically remove all unused packages"
+msgstr "འདི་འབདཝ་ད་%sའདི་གཞི་བཙུགས་འབད་ནི་ཨིན།"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/el.po b/po/el.po
index 3aefade53..d649f66de 100644
--- a/po/el.po
+++ b/po/el.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: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\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"
@@ -2737,7 +2737,7 @@ msgstr "Αφαίρεση πακέτων"
msgid "Remove packages and config files"
msgstr "Αφαίρεση πακέτων και αρχείων ρυθμίσεων"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Αυτόματη αφαίρεση όλων των μη χρησιμοποιούμενων πακέτων"
@@ -3019,6 +3019,12 @@ msgstr "επανεγκατάσταση πακέτων"
msgid "remove packages"
msgstr "αφαίρεση πακέτων"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Αυτόματη αφαίρεση όλων των μη χρησιμοποιούμενων πακέτων"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/es.po b/po/es.po
index 9456fd002..fed81c505 100644
--- a/po/es.po
+++ b/po/es.po
@@ -34,7 +34,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.8.10\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2016-01-26 01:51+0100\n"
"Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox."
"org>\n"
@@ -2949,7 +2949,7 @@ msgstr "Elimina paquetes"
msgid "Remove packages and config files"
msgstr "Elimina y purga paquetes"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Elimina automáticamente todos los paquetes sin utilizar"
@@ -3266,6 +3266,12 @@ msgstr "instala paquetes"
msgid "remove packages"
msgstr "elimina paquetes"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Elimina automáticamente todos los paquetes sin utilizar"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/eu.po b/po/eu.po
index a119f440b..c0c407ee0 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2009-05-17 00:41+0200\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
"Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
@@ -2718,7 +2718,7 @@ msgstr "Kendu paketeak"
msgid "Remove packages and config files"
msgstr "Paketeak kendu eta garbitu"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Automatikoki kendu erabiltzen ez diren paketeak"
@@ -3025,6 +3025,12 @@ msgstr "Pin duten Paketeak:"
msgid "remove packages"
msgstr "Hautsitako paketeak"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Automatikoki kendu erabiltzen ez diren paketeak"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/fi.po b/po/fi.po
index 96f8b3806..230594bb1 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2008-12-11 14:52+0200\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -2709,7 +2709,7 @@ msgstr "Poista paketteja"
msgid "Remove packages and config files"
msgstr "Poista paketit asennustiedostoineen"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Poista kaikki käyttämättömät paketit"
@@ -3016,6 +3016,12 @@ msgstr "Paketit joissa tunniste:"
msgid "remove packages"
msgstr "Rikkinäiset paketit"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Poista kaikki käyttämättömät paketit"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/fr.po b/po/fr.po
index 2e6fcb816..c93a75be6 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2019-01-21 09:19+0100\n"
"Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -2951,7 +2951,7 @@ msgstr "Supprime des paquets"
msgid "Remove packages and config files"
msgstr "Supprime des paquets et leurs fichiers de configuration"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Supprime automatiquement les dépendances inutilisées"
@@ -3276,6 +3276,12 @@ msgstr "installes les paquets"
msgid "remove packages"
msgstr "supprime des paquets"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Supprime automatiquement les dépendances inutilisées"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/gl.po b/po/gl.po
index 180595bf9..6b1753446 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2011-05-12 15:28+0100\n"
"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
"Language-Team: galician <proxecto@trasno.net>\n"
@@ -2788,7 +2788,7 @@ msgstr "Retira paquetes"
msgid "Remove packages and config files"
msgstr "Retira paquetes e ficheiros de configuración"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Retira automaticamente todos os paquetes sen uso"
@@ -3097,6 +3097,12 @@ msgstr "Paquetes inmobilizados:"
msgid "remove packages"
msgstr "Paquetes estragados"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Retira automaticamente todos os paquetes sen uso"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/hu.po b/po/hu.po
index 84c1fb624..2cb0795fb 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2016-04-10 19:46+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@ubuntu.com>\n"
"Language-Team: Hungarian <gnome-hu-list@gnome.org>\n"
@@ -2854,7 +2854,7 @@ msgstr "Csomagok eltávolítása"
msgid "Remove packages and config files"
msgstr "Eltávolítja és teljesen törli a csomagokat"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Automatikusan eltávolítja a nem használt csomagokat"
@@ -3168,6 +3168,12 @@ msgstr "csomagok telepítése"
msgid "remove packages"
msgstr "csomagok eltávolítása"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Automatikusan eltávolítja a nem használt csomagokat"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/it.po b/po/it.po
index 96527b9e7..df904c1cc 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2019-03-04 11:05+0100\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -2904,7 +2904,7 @@ msgstr "Rimuove i pacchetti"
msgid "Remove packages and config files"
msgstr "Rimuove i pacchetti e la loro configurazione"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Rimuove automaticamente i pacchetti inutilizzati"
@@ -3221,6 +3221,12 @@ msgstr "Installa nuovamente pacchetti"
msgid "remove packages"
msgstr "Rimuove pacchetti"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Rimuove automaticamente i pacchetti inutilizzati"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/ja.po b/po/ja.po
index 534f87f02..8eab1ad9b 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -10,7 +10,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: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\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"
@@ -2852,7 +2852,7 @@ msgstr "パッケージを削除する"
msgid "Remove packages and config files"
msgstr "設定ファイルまで含めてパッケージを削除する"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "自動インストールされ使われていないすべてのパッケージを削除する"
@@ -3162,6 +3162,12 @@ msgstr "パッケージをインストール"
msgid "remove packages"
msgstr "パッケージを削除"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "自動インストールされ使われていないすべてのパッケージを削除する"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/km.po b/po/km.po
index 782c69b2f..69ead3610 100644
--- a/po/km.po
+++ b/po/km.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2006-10-10 09:48+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -2702,7 +2702,7 @@ msgstr "យក​កញ្ចប់​ចេញ"
msgid "Remove packages and config files"
msgstr ""
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
#, fuzzy
msgid "Remove automatically all unused packages"
msgstr "ប៉ុន្តែ​ %s នឹង​ត្រូវ​បាន​ដំឡើ​ង"
@@ -3010,6 +3010,11 @@ msgstr "កញ្ចប់​ដែល​បាន​ខ្ទាស់ ៖"
msgid "remove packages"
msgstr "កញ្ចប់​ដែល​បាន​ខូច​"
+#: cmdline/apt.cc
+#, fuzzy
+msgid "automatically remove all unused packages"
+msgstr "ប៉ុន្តែ​ %s នឹង​ត្រូវ​បាន​ដំឡើ​ង"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/ko.po b/po/ko.po
index 60e4cd01a..00dc82486 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2010-08-30 02:31+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
@@ -2720,7 +2720,7 @@ msgstr "패키지를 지웁니다"
msgid "Remove packages and config files"
msgstr "패키지를 완전히 지웁니다"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "사용하지 않는 패키지를 자동으로 전부 지웁니다"
@@ -3027,6 +3027,12 @@ msgstr "핀 패키지:"
msgid "remove packages"
msgstr "망가진 패키지"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "사용하지 않는 패키지를 자동으로 전부 지웁니다"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/ku.po b/po/ku.po
index 7d6f78752..d2dcf4b25 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2008-05-08 12:48+0200\n"
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
"Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n"
@@ -2637,7 +2637,7 @@ msgstr ""
msgid "Remove packages and config files"
msgstr ""
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
#, fuzzy
msgid "Remove automatically all unused packages"
msgstr "lê %s dê were sazkirin"
@@ -2946,6 +2946,11 @@ msgstr " Pakêta tenê ya farazî:"
msgid "remove packages"
msgstr "Paketên şikestî"
+#: cmdline/apt.cc
+#, fuzzy
+msgid "automatically remove all unused packages"
+msgstr "lê %s dê were sazkirin"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/lt.po b/po/lt.po
index 97f404e04..6b64ab333 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2008-08-02 01:47-0400\n"
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -2684,7 +2684,7 @@ msgstr "Sugadinti paketai"
msgid "Remove packages and config files"
msgstr ""
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
#, fuzzy
msgid "Remove automatically all unused packages"
msgstr "%s nustatytas kaip įdiegtas rankiniu būdu\n"
@@ -2995,6 +2995,11 @@ msgstr "Surišti paketai:"
msgid "remove packages"
msgstr "Sugadinti paketai"
+#: cmdline/apt.cc
+#, fuzzy
+msgid "automatically remove all unused packages"
+msgstr "%s nustatytas kaip įdiegtas rankiniu būdu\n"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/mr.po b/po/mr.po
index a5d2ea312..c30530fb6 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2008-11-20 23:27+0530\n"
"Last-Translator: Sampada <sampadanakhare@gmail.com>\n"
"Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India "
@@ -2699,7 +2699,7 @@ msgstr "पॅकेजेस कायमची काढा"
msgid "Remove packages and config files"
msgstr "पॅकेजेस कायमची काढा व साफ करा"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "वापरात नसलेली सर्व पॅकेजेस स्वयंचलितपणे कायमची काढा"
@@ -3006,6 +3006,12 @@ msgstr "एकत्रित पॅकेजेस:"
msgid "remove packages"
msgstr "तुटलेली पॅकेजेस"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "वापरात नसलेली सर्व पॅकेजेस स्वयंचलितपणे कायमची काढा"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/nb.po b/po/nb.po
index 1c13575b2..f937daec5 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2018-10-30 20:53+0100\n"
"Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n"
"Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n"
@@ -2782,7 +2782,7 @@ msgstr "Fjern pakker"
msgid "Remove packages and config files"
msgstr "Fjern og rydd opp etter pakker"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Fjern alle automatisk ubrukte pakker"
@@ -3091,6 +3091,12 @@ msgstr "Låste pakker:"
msgid "remove packages"
msgstr "Ødelagte pakker"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Fjern alle automatisk ubrukte pakker"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/ne.po b/po/ne.po
index d8b5f3c78..1e75c17d6 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2006-06-12 14:35+0545\n"
"Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n"
"Language-Team: Nepali <info@mpp.org.np>\n"
@@ -2699,7 +2699,7 @@ msgstr ""
msgid "Remove packages and config files"
msgstr ""
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
#, fuzzy
msgid "Remove automatically all unused packages"
msgstr "तर %s स्थापना हुनुपर्यो"
@@ -3007,6 +3007,11 @@ msgstr "पिन गरिएका प्याकेजहरू:"
msgid "remove packages"
msgstr "भाँचिएका प्याकेजहरू"
+#: cmdline/apt.cc
+#, fuzzy
+msgid "automatically remove all unused packages"
+msgstr "तर %s स्थापना हुनुपर्यो"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/nl.po b/po/nl.po
index 1297b81c5..96af78f67 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.4.4\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2022-04-08 20:34+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -2897,7 +2897,7 @@ msgstr "Pakketten verwijderen"
msgid "Remove packages and config files"
msgstr "Pakketten en hun configuratiebestanden verwijderen"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Automatisch alle ongebruikte pakketten verwijderen"
@@ -3209,6 +3209,12 @@ msgstr "pakketten opnieuw installeren"
msgid "remove packages"
msgstr "pakketten verwijderen"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Automatisch alle ongebruikte pakketten verwijderen"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/nn.po b/po/nn.po
index acaca7f2d..a9df2c38d 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2005-02-14 23:30+0100\n"
"Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n"
"Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@ -2716,7 +2716,7 @@ msgstr "Fjern pakkar."
msgid "Remove packages and config files"
msgstr ""
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
#, fuzzy
msgid "Remove automatically all unused packages"
msgstr "men %s skal installerast"
@@ -3024,6 +3024,11 @@ msgstr "Spikra pakkar:"
msgid "remove packages"
msgstr "ydelagde pakkar"
+#: cmdline/apt.cc
+#, fuzzy
+msgid "automatically remove all unused packages"
+msgstr "men %s skal installerast"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/pl.po b/po/pl.po
index 1733dccc0..a07112990 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.9.7.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2012-07-28 21:53+0200\n"
"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
@@ -2827,7 +2827,7 @@ msgstr "Usuwa pakiety"
msgid "Remove packages and config files"
msgstr "Usuwa pakiety łącznie z plikami konfiguracyjnymi"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Usuwa automatycznie wszystkie nieużywane pakiety"
@@ -3143,6 +3143,12 @@ msgstr "Przypięte pakiety:"
msgid "remove packages"
msgstr "Pakiety są uszkodzone"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Usuwa automatycznie wszystkie nieużywane pakiety"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/pt.po b/po/pt.po
index 78d510262..282f6bd9d 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2012-06-29 15:45+0100\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -2812,7 +2812,7 @@ msgstr "Remover pacotes"
msgid "Remove packages and config files"
msgstr "Remover pacotes e ficheiros de configuração"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Remover automaticamente todos os pacotes não utilizados"
@@ -3122,6 +3122,12 @@ msgstr "Pacotes Marcados:"
msgid "remove packages"
msgstr "Pacotes estragados"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Remover automaticamente todos os pacotes não utilizados"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/pt_BR.po b/po/pt_BR.po
index c2c0bedc3..b8918676b 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2008-11-17 02:33-0200\n"
"Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n"
"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
@@ -2730,7 +2730,7 @@ msgstr "Remove pacotes"
msgid "Remove packages and config files"
msgstr "Remove e expurga (\"purge\") pacotes"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Remove automaticamente todos os pacotes não usados"
@@ -3039,6 +3039,12 @@ msgstr "Pacotes alfinetados (\"pinned\"):"
msgid "remove packages"
msgstr "Pacotes quebrados"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Remove automaticamente todos os pacotes não usados"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/ro.po b/po/ro.po
index 831d82a5b..bc50cb668 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2008-11-15 02:21+0200\n"
"Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
"Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
@@ -2736,7 +2736,7 @@ msgstr "Șterge pachete"
msgid "Remove packages and config files"
msgstr "Șterge și curăță pachete"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Șterge automat toate pachetele nefolosite"
@@ -3043,6 +3043,12 @@ msgstr "Pachete alese special:"
msgid "remove packages"
msgstr "Pachete deteriorate"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Șterge automat toate pachetele nefolosite"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/ru.po b/po/ru.po
index 44d358707..fec88e13d 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.2.0\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2021-02-22 20:02+0300\n"
"Last-Translator: Алексей Шилин <rootlexx@mail.ru>\n"
"Language-Team: русский <debian-l10n-russian@lists.debian.org>\n"
@@ -2886,7 +2886,7 @@ msgstr "удалить пакеты"
msgid "Remove packages and config files"
msgstr "удалить пакеты вместе с их файлами настройки"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "автоматически удалить все неиспользуемые пакеты"
@@ -3192,6 +3192,12 @@ msgstr "переустановить пакеты"
msgid "remove packages"
msgstr "удалить пакеты"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "автоматически удалить все неиспользуемые пакеты"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/sk.po b/po/sk.po
index 5706f6282..24b237f7e 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2012-06-28 20:49+0100\n"
"Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -2779,7 +2779,7 @@ msgstr "Odstráni balíky"
msgid "Remove packages and config files"
msgstr "Odstráni a balíky a ich konfiguračné súbory"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Automaticky odstráni všetky nepoužité balíky"
@@ -3089,6 +3089,12 @@ msgstr "Pripevnené balíky:"
msgid "remove packages"
msgstr "Poškodené balíky"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Automaticky odstráni všetky nepoužité balíky"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/sl.po b/po/sl.po
index 975e83d53..9e7820936 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2012-06-27 21:29+0000\n"
"Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -2782,7 +2782,7 @@ msgstr "Odstrani pakete"
msgid "Remove packages and config files"
msgstr "Odstrani pakete in nastavitvene datoteke"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Samodejno odstrani vse neuporabljene pakete"
@@ -3094,6 +3094,12 @@ msgstr "Pripeti paketi:"
msgid "remove packages"
msgstr "Pokvarjeni paketi"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Samodejno odstrani vse neuporabljene pakete"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/sv.po b/po/sv.po
index 96eeb13f6..67cc9f1cc 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2015-08-19 21:33+0200\n"
"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
"Language-Team: Swedish <debian-l10n-swedish@debian.org>\n"
@@ -2802,7 +2802,7 @@ msgstr "Ta bort paket"
msgid "Remove packages and config files"
msgstr "Ta bort paket och konfigurationsfiler"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Ta automatiskt bort alla oanvända paket"
@@ -3116,6 +3116,12 @@ msgstr "installera paket"
msgid "remove packages"
msgstr "ta bort paket"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Ta automatiskt bort alla oanvända paket"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/th.po b/po/th.po
index ed92e8e2d..ad5a92ca0 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2014-12-12 13:00+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n"
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -2714,7 +2714,7 @@ msgstr "ถอดถอนแพกเกจ"
msgid "Remove packages and config files"
msgstr "ถอดถอนแพกเกจพร้อมลบค่าตั้งทั้งหมด"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "ถอดถอนแพกเกจที่ไม่ใช้แล้วโดยอัตโนมัติ"
@@ -3027,6 +3027,12 @@ msgstr "ติดตั้งแพกเกจ"
msgid "remove packages"
msgstr "ถอดถอนแพกเกจ"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "ถอดถอนแพกเกจที่ไม่ใช้แล้วโดยอัตโนมัติ"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/tl.po b/po/tl.po
index 73f209c99..b94ddb9b3 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2007-03-29 21:36+0800\n"
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
@@ -2730,7 +2730,7 @@ msgstr "Mag-tanggal ng mga pakete"
msgid "Remove packages and config files"
msgstr ""
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr ""
@@ -3033,6 +3033,10 @@ msgstr "Mga naka-Pin na Pakete:"
msgid "remove packages"
msgstr "Sirang mga pakete"
+#: cmdline/apt.cc
+msgid "automatically remove all unused packages"
+msgstr ""
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/tr.po b/po/tr.po
index 0f2d81207..c0484f52b 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2018-01-03 16:32+0300\n"
"Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
"Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
@@ -2850,7 +2850,7 @@ msgstr "Paket(leri) kaldır"
msgid "Remove packages and config files"
msgstr "Paketleri ve yapılandırma dosyalarını kaldır"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Kullanılmayan tüm paketleri otomatik olarak kaldır"
@@ -3162,6 +3162,12 @@ msgstr "paket kur"
msgid "remove packages"
msgstr "paket kaldır"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Kullanılmayan tüm paketleri otomatik olarak kaldır"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/uk.po b/po/uk.po
index c6c6c867a..da8baf324 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2012-09-25 20:19+0300\n"
"Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n"
"Language-Team: Українська <uk@li.org>\n"
@@ -2816,7 +2816,7 @@ msgstr "видалити пакунки"
msgid "Remove packages and config files"
msgstr "видалити пакунки разом з іхніми конфігураційними файлами"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "видалити автоматично усі пакунки, що не використовуються"
@@ -3133,6 +3133,12 @@ msgstr "Зафіксовані пакунки:"
msgid "remove packages"
msgstr "Зламані пакунки"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "видалити автоматично усі пакунки, що не використовуються"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy
diff --git a/po/vi.po b/po/vi.po
index 9c231ef51..15350ab34 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2014-09-12 13:48+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
@@ -2788,7 +2788,7 @@ msgstr "Gỡ bỏ gói phần mềm"
msgid "Remove packages and config files"
msgstr "Gỡ bỏ và tẩy xóa gói"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "Tự động gỡ bỏ tất cả các gói không dùng"
@@ -3104,6 +3104,12 @@ msgstr "cài đặt các gói"
msgid "remove packages"
msgstr "gỡ bỏ các gói"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "Tự động gỡ bỏ tất cả các gói không dùng"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 4f410cd8e..15c37a18a 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.5.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2022-10-05 17:20-0400\n"
"Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
"Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n"
@@ -2710,7 +2710,7 @@ msgstr "卸载软件包"
msgid "Remove packages and config files"
msgstr "卸载并清除软件包的配置"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "卸载所有自动安装且不再使用的软件包"
@@ -3008,6 +3008,12 @@ msgstr "重新安装软件包"
msgid "remove packages"
msgstr "移除软件包"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "卸载所有自动安装且不再使用的软件包"
+
#. system wide stuff
#: cmdline/apt.cc
msgid "update list of available packages"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 8bdae1ecb..28e35b501 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.2.X\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2022-02-22 20:01+0100\n"
+"POT-Creation-Date: 2023-01-17 16:33+0100\n"
"PO-Revision-Date: 2009-01-28 10:41+0800\n"
"Last-Translator: Tetralet <tetralet@gmail.com>\n"
"Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists."
@@ -2686,7 +2686,7 @@ msgstr "移除套件"
msgid "Remove packages and config files"
msgstr "移除並清除套件"
-#: cmdline/apt-get.cc cmdline/apt.cc
+#: cmdline/apt-get.cc
msgid "Remove automatically all unused packages"
msgstr "自動移除所有不再使用的套件"
@@ -2993,6 +2993,12 @@ msgstr "鎖定的套件:"
msgid "remove packages"
msgstr "損毀的套件"
+#: cmdline/apt.cc
+#, fuzzy
+#| msgid "Remove automatically all unused packages"
+msgid "automatically remove all unused packages"
+msgstr "自動移除所有不再使用的套件"
+
#. system wide stuff
#: cmdline/apt.cc
#, fuzzy