diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2023-09-20 10:25:32 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2023-09-20 10:52:12 +0200 |
commit | a79b29f32141b17cf8f923e1f2bc377749c555d8 (patch) | |
tree | 0f59562c22eee6f0bf8a07cf60b19ecb1356c7fc | |
parent | 7c21b90bde2cefeefe177e651c681a7b6b8f0053 (diff) |
Release 2.7.62.7.6
Translation template reordering carnage :D
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/apt.conf.5.xml | 2 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
-rw-r--r-- | po/apt-all.pot | 22 | ||||
-rw-r--r-- | po/ar.po | 24 | ||||
-rw-r--r-- | po/ast.po | 24 | ||||
-rw-r--r-- | po/bg.po | 24 | ||||
-rw-r--r-- | po/bs.po | 20 | ||||
-rw-r--r-- | po/ca.po | 26 | ||||
-rw-r--r-- | po/cs.po | 26 | ||||
-rw-r--r-- | po/cy.po | 24 | ||||
-rw-r--r-- | po/da.po | 26 | ||||
-rw-r--r-- | po/de.po | 26 | ||||
-rw-r--r-- | po/dz.po | 24 | ||||
-rw-r--r-- | po/el.po | 26 | ||||
-rw-r--r-- | po/es.po | 26 | ||||
-rw-r--r-- | po/eu.po | 24 | ||||
-rw-r--r-- | po/fi.po | 24 | ||||
-rw-r--r-- | po/fr.po | 26 | ||||
-rw-r--r-- | po/gl.po | 24 | ||||
-rw-r--r-- | po/hu.po | 26 | ||||
-rw-r--r-- | po/it.po | 26 | ||||
-rw-r--r-- | po/ja.po | 26 | ||||
-rw-r--r-- | po/km.po | 24 | ||||
-rw-r--r-- | po/ko.po | 24 | ||||
-rw-r--r-- | po/ku.po | 20 | ||||
-rw-r--r-- | po/lt.po | 24 | ||||
-rw-r--r-- | po/mr.po | 24 | ||||
-rw-r--r-- | po/nb.po | 26 | ||||
-rw-r--r-- | po/ne.po | 24 | ||||
-rw-r--r-- | po/nl.po | 26 | ||||
-rw-r--r-- | po/nn.po | 24 | ||||
-rw-r--r-- | po/pl.po | 24 | ||||
-rw-r--r-- | po/pt.po | 24 | ||||
-rw-r--r-- | po/pt_BR.po | 24 | ||||
-rw-r--r-- | po/ro.po | 26 | ||||
-rw-r--r-- | po/ru.po | 26 | ||||
-rw-r--r-- | po/sk.po | 24 | ||||
-rw-r--r-- | po/sl.po | 24 | ||||
-rw-r--r-- | po/sv.po | 24 | ||||
-rw-r--r-- | po/th.po | 24 | ||||
-rw-r--r-- | po/tl.po | 24 | ||||
-rw-r--r-- | po/tr.po | 26 | ||||
-rw-r--r-- | po/uk.po | 24 | ||||
-rw-r--r-- | po/vi.po | 24 | ||||
-rw-r--r-- | po/zh_CN.po | 26 | ||||
-rw-r--r-- | po/zh_TW.po | 24 |
49 files changed, 598 insertions, 500 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 188db292d..62182cddf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,7 +206,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.7.5") +set(PACKAGE_VERSION "2.7.6") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index aa566d9f3..7c85d0cc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +apt (2.7.6) unstable; urgency=medium + + [ Américo Monteiro ] + * Portuguese manpages translation update (Closes: #1051731) + + [ Julian Andres Klode ] + * Downgrade unmerged-usr from error to two warnings (Closes: #1052058) + + -- Julian Andres Klode <jak@debian.org> Wed, 20 Sep 2023 10:25:26 +0200 + apt (2.7.5) unstable; urgency=medium * doc/po/nl.po: Fix spurious translation of docbook tag diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 0d3c257e6..ee1d1d9c6 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.7.5"> +<!ENTITY apt-product-version "2.7.6"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "bullseye"> diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 7e7d64f8d..e815a58a1 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -19,7 +19,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2016-01-03T00:00:00Z</date> + <date>2016-01-02T00:00:00Z</date> </refentryinfo> <refmeta> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 583ae32e5..261dd6525 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.7.4\n" +"Project-Id-Version: apt-doc 2.7.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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 bb5b1b124..8049744d0 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.7.4\n" +"Project-Id-Version: apt 2.7.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1748,26 +1748,28 @@ msgstr "" #: apt-private/private-install.cc msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." msgstr "" +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) #: apt-private/private-install.cc -msgid "Internal error, InstallPackages was called with broken packages!" +#, c-format +msgid "See %s for more details." msgstr "" #: apt-private/private-install.cc -msgid "Packages need to be removed but remove is disabled." +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" msgstr "" #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." +msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) #: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." +msgid "Packages need to be removed but remove is disabled." msgstr "" #: apt-private/private-install.cc @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1776,6 +1776,18 @@ msgstr "حزم معطوبة" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1791,16 +1803,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "حزم بحاجة للإزالة لكن الإزالة مُعطّلة." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1837,6 +1837,18 @@ msgstr "Paquetes frañaos" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1852,16 +1864,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Fai falta desaniciar los paquetes pero desaniciar ta torgáu." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1879,6 +1879,18 @@ msgstr "Счупени пакети" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1894,16 +1906,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Трябва да бъдат премахнати пакети, но премахването е изключено." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1767,26 +1767,28 @@ msgstr "Oštećeni paketi" #: apt-private/private-install.cc msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." msgstr "" +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) #: apt-private/private-install.cc -msgid "Internal error, InstallPackages was called with broken packages!" +#, c-format +msgid "See %s for more details." msgstr "" #: apt-private/private-install.cc -msgid "Packages need to be removed but remove is disabled." +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" msgstr "" #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." +msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) #: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." +msgid "Packages need to be removed but remove is disabled." msgstr "" #: apt-private/private-install.cc @@ -13,7 +13,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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+0000\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" @@ -1918,6 +1918,19 @@ msgstr "Paquets trencats" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "Seleccionat %s per eliminar.\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1936,17 +1949,6 @@ msgstr "" "Hi ha paquets que s'han de suprimir però s'ha inhabilitat la supressió." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "Seleccionat %s per eliminar.\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.5.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+0000\n" "PO-Revision-Date: 2023-02-10 12:58+0100\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" @@ -1852,6 +1852,19 @@ msgstr "Poškozené balíky" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "%s byl vybrán pro odstranění.\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1867,17 +1880,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Balík je potřeba odstranit ale funkce Odstranit je vypnuta." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "%s byl vybrán pro odstranění.\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1834,6 +1834,18 @@ msgstr "Pecynnau wedi torri" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1850,16 +1862,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Rhaid tynnu pecynnau on mae Tynnu wedi ei analluogi." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1881,6 +1881,19 @@ msgstr "Ødelagte pakker" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "Valgte %s for fjernelse.\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1896,17 +1909,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Pakker skal afinstalleres, men Remove er deaktiveret." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "Valgte %s for fjernelse.\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.7.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2023-09-16 12:57+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+0000\n" "PO-Revision-Date: 2023-07-17 19:13+0200\n" "Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -1949,6 +1949,19 @@ msgstr "Beschädigte Pakete" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "%s zum Entfernen vorgewählt.\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1964,17 +1977,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Pakete müssen entfernt werden, aber Entfernen ist abgeschaltet." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "%s zum Entfernen vorgewählt.\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1805,6 +1805,18 @@ msgstr "ཆད་པ་ཡོད་པའི་ཐུམ་སྒྲིལ་ཚ #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1822,16 +1834,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "ཐུམ་སྒྲིལ་ཚུ་རྩ་བསྐྲད་བཏང་དགོཔ་འདུག་འདི་འབདགཝ་ད་རྩ་བསྐྲད་གཏང་ནི་འདི་ལྕོགས་མིན་ཐལ་ཏེ་འདུག" #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1827,6 +1827,19 @@ msgstr "Χαλασμένα πακέτα" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "Επιλέχθηκαν %s για αφαίρεση.\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1843,17 +1856,6 @@ msgstr "" "Μερικά πακέτα πρέπει να αφαιρεθούν αλλά η Αφαίρεση είναι απενεργοποιημένη." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "Επιλέχθηκαν %s για αφαίρεση.\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+0000\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox." "org>\n" @@ -1987,6 +1987,19 @@ msgstr "Paquetes rotos" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "Seleccionado %s para eliminar.\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -2004,17 +2017,6 @@ msgstr "" "eliminar." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "Seleccionado %s para eliminar.\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1803,6 +1803,18 @@ msgstr "Hautsitako paketeak" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1818,16 +1830,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Paketeak ezabatu beharra dute baina Ezabatzea ezgaiturik dago." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1798,6 +1798,18 @@ msgstr "Rikkinäiset paketit" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1813,16 +1825,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Paketteja pitäisi poistaa mutta Remove ei ole käytössä." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1955,6 +1955,19 @@ msgstr "Paquets défectueux" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "Sélection de %s pour suppression.\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1971,17 +1984,6 @@ msgstr "" "Les paquets doivent être enlevés, mais la désinstallation est désactivée." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "Sélection de %s pour suppression.\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1863,6 +1863,18 @@ msgstr "Paquetes estragados" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1880,16 +1892,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Hai que retirar paquetes mais o retirado está desactivado." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1909,6 +1909,19 @@ msgstr "Törött csomagok" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "%s kijelölve eltávolításra.\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1924,17 +1937,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Csomagokat kellene eltávolítani, de az eltávolítás nem engedélyezett." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "%s kijelölve eltávolításra.\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+0000\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" @@ -1933,6 +1933,19 @@ msgstr "Pacchetti danneggiati" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "Selezionato %s per la rimozione.\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1951,17 +1964,6 @@ msgstr "" "I pacchetti devono essere rimossi, ma l'azione di rimozione è disabilitata." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "Selezionato %s per la rimozione.\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1904,6 +1904,19 @@ msgstr "壊れたパッケージ" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "%s は削除で選択されました。\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1919,17 +1932,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "パッケージを削除しなければなりませんが、削除が無効になっています。" #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "%s は削除で選択されました。\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1800,6 +1800,18 @@ msgstr "កញ្ចប់ដែលបានខូច" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1815,16 +1827,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "កញ្ចប់ ត្រូវការឲ្យយកចេញ ប៉ុន្តែមិនអនុញ្ញាតឲ្យយកចេញឡើយ ។" #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1815,6 +1815,18 @@ msgstr "망가진 패키지" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1830,16 +1842,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "패키지를 제거해야 하지만 제거가 금지되어 있습니다." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1762,26 +1762,28 @@ msgstr "Paketên şikestî" #: apt-private/private-install.cc msgid "" -"Unable to fetch some archives, maybe run apt-get update or try with --fix-" -"missing?" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." msgstr "" +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) #: apt-private/private-install.cc -msgid "Internal error, InstallPackages was called with broken packages!" +#, c-format +msgid "See %s for more details." msgstr "" #: apt-private/private-install.cc -msgid "Packages need to be removed but remove is disabled." +msgid "" +"Unable to fetch some archives, maybe run apt-get update or try with --fix-" +"missing?" msgstr "" #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." +msgid "Internal error, InstallPackages was called with broken packages!" msgstr "" -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) #: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." +msgid "Packages need to be removed but remove is disabled." msgstr "" #: apt-private/private-install.cc @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1788,6 +1788,18 @@ msgstr "Sugadinti paketai" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1803,16 +1815,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Reikia pašalinti paketus, tačiau šalinimas išjungtas." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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 " @@ -1801,6 +1801,18 @@ msgstr "तुटलेली पॅकेजेस" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1816,16 +1828,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "पॅकेजेस कायमची काढायची आहेत पण रिमूव्ह अकार्यक्षम केले आहे" #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1850,6 +1850,19 @@ msgstr "Ødelagte pakker" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "Valgte %s for fjerning.\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1865,17 +1878,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Pakker trenges å fjernes, men funksjonen er slått av." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "Valgte %s for fjerning.\n" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1797,6 +1797,18 @@ msgstr "भाँचिएका प्याकेजहरू" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1812,16 +1824,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "प्याकेजहरू हट्न चाहदैछन् तर हटाई अक्षम भइरहेछ ।" #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.7.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+0000\n" "PO-Revision-Date: 2023-08-18 20:38+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -1930,6 +1930,19 @@ msgstr "Niet-werkende pakketten" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "Selecteerde %s om verwijderd te worden.\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1945,17 +1958,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Pakketten moeten verwijderd worden maar verwijderen is uitgeschakeld." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "Selecteerde %s om verwijderd te worden.\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1805,6 +1805,18 @@ msgstr "ydelagde pakkar" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1820,16 +1832,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Nokre pakkar m fjernast, men fjerning er sltt av." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+0000\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" @@ -1877,6 +1877,18 @@ msgstr "Pakiety są uszkodzone" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1892,16 +1904,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Pakiety powinny zostać usunięte, ale Remove jest wyłączone." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1880,6 +1880,18 @@ msgstr "Pacotes estragados" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1895,16 +1907,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Pacotes precisam de ser removidos mas Remove está desabilitado." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" diff --git a/po/pt_BR.po b/po/pt_BR.po index 1b586f627..ea8ee1f52 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+0000\n" "PO-Revision-Date: 2008-11-17 02:33-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n" "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." @@ -1810,6 +1810,18 @@ msgstr "Pacotes quebrados" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1825,16 +1837,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Pacotes precisam ser removidos mas a remoção está desabilitada." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.7.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+0000\n" "PO-Revision-Date: 2023-07-13 19:58+0200\n" "Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n" @@ -1979,6 +1979,19 @@ msgstr "Pachete deteriorate" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "%s a fost selectat pentru eliminare\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1998,17 +2011,6 @@ msgstr "" "dezactivată." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "%s a fost selectat pentru eliminare\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -18,7 +18,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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+0000\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" @@ -1918,6 +1918,19 @@ msgstr "Сломанные пакеты" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "Выбран %s для удаления.\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1934,17 +1947,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Пакеты необходимо удалить, но удаление запрещено." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "Выбран %s для удаления.\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1842,6 +1842,18 @@ msgstr "Poškodené balíky" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1857,16 +1869,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Je potrebné odstránenie balíka, ale funkcia Odstrániť je vypnutá." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1842,6 +1842,18 @@ msgstr "Pokvarjeni paketi" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1857,16 +1869,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Odstraniti je treba pakete, a je odstranjevanje onemogočeno." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+0000\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n" "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n" @@ -1866,6 +1866,18 @@ msgstr "Trasiga paket" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1881,16 +1893,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Paketen måste tas bort men ”Remove” är inaktiverat." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1812,6 +1812,18 @@ msgstr "แพกเกจมีปัญหา" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1827,16 +1839,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "มีแพกเกจที่จำเป็นต้องถอดถอน แต่ถูกห้ามการถอดถอนไว้" #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1820,6 +1820,18 @@ msgstr "Sirang mga pakete" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1837,16 +1849,6 @@ msgstr "" "May mga paketeng kailangang tanggalin ngunit naka-disable ang Tanggal/Remove." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1893,6 +1893,19 @@ msgstr "Bozuk paketler" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "%s paketi kaldırma için seçildi.\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1910,17 +1923,6 @@ msgstr "" "bırakılmış." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "%s paketi kaldırma için seçildi.\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1876,6 +1876,18 @@ msgstr "Зламані пакунки" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1893,16 +1905,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "Необхідно видалити пакунки, але видалення заборонене." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" @@ -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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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" @@ -1859,6 +1859,18 @@ msgstr "Gói bị hỏng" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1876,16 +1888,6 @@ msgstr "" "Cần phải gỡ bỏ một số gói, nhưng mà tính năng Gỡ bỏ (Remove) đã bị tắt." #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" diff --git a/po/zh_CN.po b/po/zh_CN.po index 891897dc1..7872321ac 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -16,7 +16,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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+0000\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" @@ -1808,6 +1808,19 @@ msgstr "破损的软件包" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, fuzzy, c-format +#| msgid "Selected %s for removal.\n" +msgid "See %s for more details." +msgstr "选中 %s 以待卸载。\n" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1823,17 +1836,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "有软件包需要被卸载,但是卸载被设置为禁止。" #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, fuzzy, c-format -#| msgid "Selected %s for removal.\n" -msgid "See %s for more details." -msgstr "选中 %s 以待卸载。\n" - -#: apt-private/private-install.cc msgid "" "Essential packages were removed and -y was used without --allow-remove-" "essential." diff --git a/po/zh_TW.po b/po/zh_TW.po index e8a472bd2..46b8f768e 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: 2023-09-16 13:02+0200\n" +"POT-Creation-Date: 2023-09-20 08:27+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-big5@lists." @@ -1787,6 +1787,18 @@ msgstr "損毀的套件" #: apt-private/private-install.cc msgid "" +"Unmerged usr is no longer supported, use usrmerge to convert to a merged-usr " +"system." +msgstr "" + +#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) +#: apt-private/private-install.cc +#, c-format +msgid "See %s for more details." +msgstr "" + +#: apt-private/private-install.cc +msgid "" "Unable to fetch some archives, maybe run apt-get update or try with --fix-" "missing?" msgstr "" @@ -1802,16 +1814,6 @@ msgid "Packages need to be removed but remove is disabled." msgstr "有套件需要被移除,但卻被禁止移除。" #: apt-private/private-install.cc -msgid "Unmerged usr is no longer supported, install usrmerge to continue." -msgstr "" - -#. TRANSLATORS: %s is a url to a page describing merged-usr (bookworm release notes) -#: apt-private/private-install.cc -#, c-format -msgid "See %s for more details." -msgstr "" - -#: apt-private/private-install.cc #, fuzzy msgid "" "Essential packages were removed and -y was used without --allow-remove-" |