From 7fcbb7f89aa22af8761b878927330468193c5806 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 5 Jan 2026 22:59:01 +0100 Subject: Release 3.1.13 --- CMakeLists.txt | 2 +- debian/changelog | 45 +++++++++++++++++++++++++++ doc/apt-transport-https.1.xml | 2 +- doc/apt-verbatim.ent | 2 +- doc/apt.conf.5.xml | 2 +- doc/apt_preferences.5.xml | 2 +- doc/po/apt-doc.pot | 38 +++++++++++------------ doc/po/de.po | 72 ++++++++++++++++++++++++++++++------------- doc/po/es.po | 51 +++++++++++++++++------------- doc/po/fr.po | 72 ++++++++++++++++++++++++++++++------------- doc/po/it.po | 55 ++++++++++++++++++--------------- doc/po/ja.po | 55 ++++++++++++++++++--------------- doc/po/nl.po | 70 ++++++++++++++++++++++++++++------------- doc/po/pl.po | 51 +++++++++++++++++------------- doc/po/pt.po | 70 ++++++++++++++++++++++++++++------------- doc/po/pt_BR.po | 42 ++++++++++++------------- po/apt-all.pot | 9 ++++-- po/ar.po | 8 ++++- po/ast.po | 8 ++++- po/bg.po | 8 ++++- po/bs.po | 7 ++++- po/ca.po | 8 ++++- po/cs.po | 8 ++++- po/cy.po | 7 ++++- po/da.po | 8 ++++- po/de.po | 8 ++++- po/dz.po | 8 ++++- po/el.po | 8 ++++- po/es.po | 8 ++++- po/eu.po | 8 ++++- po/fi.po | 8 ++++- po/fr.po | 8 ++++- po/ga.po | 8 ++++- po/gl.po | 8 ++++- po/hu.po | 8 ++++- po/it.po | 8 ++++- po/ja.po | 8 ++++- po/km.po | 8 ++++- po/ko.po | 8 ++++- po/ku.po | 8 ++++- po/lt.po | 8 ++++- po/mr.po | 8 ++++- po/nb.po | 8 ++++- po/ne.po | 8 ++++- po/nl.po | 8 ++++- po/nn.po | 7 ++++- po/pl.po | 8 ++++- po/pt.po | 8 ++++- po/pt_BR.po | 8 ++++- po/ro.po | 8 ++++- po/ru.po | 8 ++++- po/sk.po | 8 ++++- po/sl.po | 8 ++++- po/sv.po | 8 ++++- po/th.po | 8 ++++- po/tl.po | 8 ++++- po/tr.po | 8 ++++- po/uk.po | 8 ++++- po/vi.po | 8 ++++- po/zh_CN.po | 8 ++++- po/zh_TW.po | 8 ++++- 61 files changed, 720 insertions(+), 269 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f97996270..ddce3c3ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team ") -set(PACKAGE_VERSION "3.1.12") +set(PACKAGE_VERSION "3.1.13") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index aae9fb0ba..19833d2b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,48 @@ +apt (3.1.13) unstable; urgency=medium + + [ Ville Skyttä ] + * Grammar fixes + * bash-complete basic list search patterns + + [ Daniel Lewart ] + * Priority 1000 allows downgrades (Closes: #1016967) + + [ Simon Josefsson ] + * Fix host-specific Acquire::https CAInfo/CRLFile example (Closes: #1112123) + + [ Christopher Bock ] + * configure-index Acquire::ForceIPv4/6 + * completion: history + + [ Julian Andres Klode ] + * Refactorings to the 3.0 solver: + - Introduce a Lit type to hold literals + - Refactor Assume(), Enqueue() from Var to Lit + - Implement value(Lit) and use it + - Rename Decision to LiftedBool + - Rename key concepts to MiniSAT names + - Refactor to use a namespace + - Extract DependencySolver + - Reorder the source code + - Rename decision to assignment + - Rename depth to level + - Re-use existing error message code in Solve() + - Remove Push() and refactor Solve() + - Add a strange assertion + - Modernize std::find() to std::ranges::contains + - Ensure rule-of-3 memory safety for ContiguousCacheMap + * macros: Introduce must_succeed() macro + This is like assert() but guaranteed to run its argument, + and only run the argument once, so you can must_succeed(foo()) + + [ Johannes Schauer Marin Rodrigues ] + * apt-private/private-download.cc: support unlimited space tmpfs + + [ Aindriú Mac Giolla Eoin ] + * Updated Irish translation based on Release 3.1.12 + + -- Julian Andres Klode Mon, 05 Jan 2026 22:56:34 +0100 + apt (3.1.12) unstable; urgency=medium [ Ruoyu Zhong ] diff --git a/doc/apt-transport-https.1.xml b/doc/apt-transport-https.1.xml index 732320113..7be546c3a 100644 --- a/doc/apt-transport-https.1.xml +++ b/doc/apt-transport-https.1.xml @@ -13,7 +13,7 @@ &apt-email; &apt-product; - 2018-05-11T00:00:00Z + 2026-01-04T00:00:00Z diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index c6f9a2939..3b48fb465 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -268,7 +268,7 @@ "> - + diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index d2467631f..34cfe276f 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -19,7 +19,7 @@ &apt-email; &apt-product; - 2025-06-10T00:00:00Z + 2025-12-03T00:00:00Z diff --git a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml index c30655ed6..2ab60884f 100644 --- a/doc/apt_preferences.5.xml +++ b/doc/apt_preferences.5.xml @@ -13,7 +13,7 @@ &apt-email; &apt-product; - 2024-12-24T00:00:00Z + 2025-12-16T00:00:00Z diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index bb8a1957d..032481640 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 3.1.12\n" +"Project-Id-Version: apt-doc 3.1.13\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-11-10 10:36+0000\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3503,12 +3503,12 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Try to download indexes via a URI constructed from a hashsum of the " -"expected file rather than downloaded via a well-known stable filename. True " -"by default, but automatically disabled if the source indicates no support " -"for it. Usage can be forced with the special value \"force\". Preferably, " -"this can be set for specific &sources-list; entries or index files by using " -"the option there." +"Try to download indexes via a URI constructed from a hashsum of the expected " +"file rather than downloaded via a well-known stable filename. True by " +"default, but automatically disabled if the source indicates no support for " +"it. Usage can be forced with the special value \"force\". Preferably, this " +"can be set for specific &sources-list; entries or index files by using the " +" option there." msgstr "" #. type: Content of: @@ -3802,10 +3802,10 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if a URI is known from " -"where to get them. Preferable the Release file indicates this in a " -"'Snapshots' field. If this isn't available the Label/Origin field of the " -"Release file is used to check if a " +"Like changelogs, snapshots can only be acquired if a URI is known from where " +"to get them. Preferable the Release file indicates this in a 'Snapshots' " +"field. If this isn't available the Label/Origin field of the Release file is " +"used to check if a " "Acquire::Snapshots::URI::Label::LABEL " "or " "Acquire::Snapshots::URI::Origin::ORIGIN " @@ -4590,11 +4590,11 @@ msgstr "" #. type: Content of: #: apt_preferences.5.xml msgid "" -"Never downgrade unless the priority of an available version exceeds 1000. " -"(\"Downgrading\" is installing a less recent version of a package in place " -"of a more recent version. Note that none of APT's default priorities " -"exceeds 1000; such high priorities can only be set in the preferences file. " -"Note also that downgrading a package can be risky.)" +"Never downgrade unless the priority of an available version is at least " +"1000. (\"Downgrading\" is installing a less recent version of a package in " +"place of a more recent version. Note that all of APT's default priorities " +"are less than 1000; higher priorities can only be set in the preferences " +"file. Note also that downgrading a package can be risky.)" msgstr "" #. type: Content of: @@ -7736,7 +7736,7 @@ msgid "" "the server certificate. An alternative certificate authority (CA) can be " "configured with the Acquire::https::CAInfo option and its " "host-specific option " -"Acquire::https::CAInfo::host. " +"Acquire::https::host::CAInfo. " "The CAInfo option specifies a file made up of CA certificates (in PEM " "format) concatenated together to create the chain which APT should use to " "verify the path from your self-signed root certificate. If the remote server " @@ -7750,7 +7750,7 @@ msgstr "" msgid "" "A custom certificate revocation list (CRL) can be configured with the " "options Acquire::https::CRLFile and " -"Acquire::https::CRLFile::host. " +"Acquire::https::host::CRLFile. " "As with the previous option, a file in PEM format needs to be specified." msgstr "" diff --git a/doc/po/de.po b/doc/po/de.po index 7cf9e532d..885c6641c 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.27\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-11-10 10:36+0000\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-02-28 15:48+0100\n" "Last-Translator: Chris Leick \n" "Language-Team: German \n" @@ -5004,12 +5004,12 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Try to download indexes via a URI constructed from a hashsum of the " -"expected file rather than downloaded via a well-known stable filename. True " -"by default, but automatically disabled if the source indicates no support " -"for it. Usage can be forced with the special value \"force\". Preferably, " -"this can be set for specific &sources-list; entries or index files by using " -"the option there." +"Try to download indexes via a URI constructed from a hashsum of the expected " +"file rather than downloaded via a well-known stable filename. True by " +"default, but automatically disabled if the source indicates no support for " +"it. Usage can be forced with the special value \"force\". Preferably, this " +"can be set for specific &sources-list; entries or index files by using the " +" option there." msgstr "" "versucht Indexe über einen URI der aus der Hash-Summe der erwarteten Datei " "gebildet wurde, statt über einen gut bekannten stabilen Dateinamen " @@ -5451,10 +5451,10 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if a URI is known from " -"where to get them. Preferable the Release file indicates this in a " -"'Snapshots' field. If this isn't available the Label/Origin field of the " -"Release file is used to check if a Acquire::Snapshots::URI::Label::" +"Like changelogs, snapshots can only be acquired if a URI is known from where " +"to get them. Preferable the Release file indicates this in a 'Snapshots' " +"field. If this isn't available the Label/Origin field of the Release file is " +"used to check if a Acquire::Snapshots::URI::Label::" "LABEL or " "Acquire::Snapshots::URI::Origin::ORIGIN option exists and if so this value is taken. The value in the " @@ -6596,12 +6596,19 @@ msgstr "" #. type: Content of: #: apt_preferences.5.xml -msgid "" -"Never downgrade unless the priority of an available version exceeds 1000. " -"(\"Downgrading\" is installing a less recent version of a package in place " -"of a more recent version. Note that none of APT's default priorities " -"exceeds 1000; such high priorities can only be set in the preferences file. " -"Note also that downgrading a package can be risky.)" +#, fuzzy +#| msgid "" +#| "Never downgrade unless the priority of an available version exceeds " +#| "1000. (\"Downgrading\" is installing a less recent version of a package " +#| "in place of a more recent version. Note that none of APT's default " +#| "priorities exceeds 1000; such high priorities can only be set in the " +#| "preferences file. Note also that downgrading a package can be risky.)" +msgid "" +"Never downgrade unless the priority of an available version is at least " +"1000. (\"Downgrading\" is installing a less recent version of a package in " +"place of a more recent version. Note that all of APT's default priorities " +"are less than 1000; higher priorities can only be set in the preferences " +"file. Note also that downgrading a package can be risky.)" msgstr "" "Führen Sie niemals ein Downgrade durch, außer wenn die Priorität verfügbarer " "Pakete 1000 übersteigt. (»Downgrading« ist das Installieren einer weniger " @@ -11081,15 +11088,29 @@ msgstr "Serveranmeldedaten" #. type: Content of: #: apt-transport-https.1.xml +#, fuzzy +#| msgid "" +#| "By default all certificates trusted by the system (see ca-" +#| "certificates package) are used for the verification of the " +#| "server certificate. An alternative certificate authority (CA) can be " +#| "configured with the Acquire::https::CAInfo option and " +#| "its host-specific option Acquire::https::CAInfo::" +#| "host. The CAInfo option specifies a " +#| "file made up of CA certificates (in PEM format) concatenated together to " +#| "create the chain which APT should use to verify the path from your self-" +#| "signed root certificate. If the remote server provides the whole chain " +#| "during the exchange, the file need only contain the root certificate. " +#| "Otherwise, the whole chain is required. If you need to support multiple " +#| "authorities, the only way is to concatenate everything." msgid "" "By default all certificates trusted by the system (see ca-" "certificates package) are used for the verification of the server " "certificate. An alternative certificate authority (CA) can be configured " "with the Acquire::https::CAInfo option and its host-" -"specific option Acquire::https::CAInfo::host. The CAInfo option specifies a file made up of CA " -"certificates (in PEM format) concatenated together to create the chain " -"which APT should use to verify the path from your self-signed root " +"specific option Acquire::https::host::CAInfo. The CAInfo option specifies a file made up " +"of CA certificates (in PEM format) concatenated together to create the " +"chain which APT should use to verify the path from your self-signed root " "certificate. If the remote server provides the whole chain during the " "exchange, the file need only contain the root certificate. Otherwise, the " "whole chain is required. If you need to support multiple authorities, the " @@ -11111,10 +11132,17 @@ msgstr "" #. type: Content of: #: apt-transport-https.1.xml +#, fuzzy +#| msgid "" +#| "A custom certificate revocation list (CRL) can be configured with the " +#| "options Acquire::https::CRLFile and " +#| "Acquire::https::CRLFile::host. As with the previous option, a file in PEM format needs to be " +#| "specified." msgid "" "A custom certificate revocation list (CRL) can be configured with the " "options Acquire::https::CRLFile and " -"Acquire::https::CRLFile::hostAcquire::https::host::CRLFile. As with the previous option, a file in PEM format needs to be " "specified." msgstr "" diff --git a/doc/po/es.po b/doc/po/es.po index 1f984c61a..0814127f7 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 \n" -"POT-Creation-Date: 2025-11-10 10:36+0000\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2014-07-04 01:31+0200\n" "Last-Translator: Omar Campagne \n" "Language-Team: Debian l10n Spanish \n" @@ -4967,12 +4967,12 @@ msgstr "" #| "Packages files) instead of downloading whole ones. " #| "True by default." msgid "" -"Try to download indexes via a URI constructed from a hashsum of the " -"expected file rather than downloaded via a well-known stable filename. True " -"by default, but automatically disabled if the source indicates no support " -"for it. Usage can be forced with the special value \"force\". Preferably, " -"this can be set for specific &sources-list; entries or index files by using " -"the option there." +"Try to download indexes via a URI constructed from a hashsum of the expected " +"file rather than downloaded via a well-known stable filename. True by " +"default, but automatically disabled if the source indicates no support for " +"it. Usage can be forced with the special value \"force\". Preferably, this " +"can be set for specific &sources-list; entries or index files by using the " +" option there." msgstr "" "Intenta descargar deltas llamados PDiffs para los índices " "(como ficheros Packages) en lugar de descargarlos " @@ -5390,10 +5390,10 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if a URI is known from " -"where to get them. Preferable the Release file indicates this in a " -"'Snapshots' field. If this isn't available the Label/Origin field of the " -"Release file is used to check if a Acquire::Snapshots::URI::Label::" +"Like changelogs, snapshots can only be acquired if a URI is known from where " +"to get them. Preferable the Release file indicates this in a 'Snapshots' " +"field. If this isn't available the Label/Origin field of the Release file is " +"used to check if a Acquire::Snapshots::URI::Label::" "LABEL or " "Acquire::Snapshots::URI::Origin::ORIGIN option exists and if so this value is taken. The value in the " @@ -6489,12 +6489,19 @@ msgstr "" #. type: Content of: #: apt_preferences.5.xml -msgid "" -"Never downgrade unless the priority of an available version exceeds 1000. " -"(\"Downgrading\" is installing a less recent version of a package in place " -"of a more recent version. Note that none of APT's default priorities " -"exceeds 1000; such high priorities can only be set in the preferences file. " -"Note also that downgrading a package can be risky.)" +#, fuzzy +#| msgid "" +#| "Never downgrade unless the priority of an available version exceeds " +#| "1000. (\"Downgrading\" is installing a less recent version of a package " +#| "in place of a more recent version. Note that none of APT's default " +#| "priorities exceeds 1000; such high priorities can only be set in the " +#| "preferences file. Note also that downgrading a package can be risky.)" +msgid "" +"Never downgrade unless the priority of an available version is at least " +"1000. (\"Downgrading\" is installing a less recent version of a package in " +"place of a more recent version. Note that all of APT's default priorities " +"are less than 1000; higher priorities can only be set in the preferences " +"file. Note also that downgrading a package can be risky.)" msgstr "" "Nunca instala una versión anterior de un paquete en lugar de la instalada a " "menos que la prioridad de la versión disponible supere 1000 («Desactualizar» " @@ -10665,10 +10672,10 @@ msgid "" "certificates package) are used for the verification of the server " "certificate. An alternative certificate authority (CA) can be configured " "with the Acquire::https::CAInfo option and its host-" -"specific option Acquire::https::CAInfo::host. The CAInfo option specifies a file made up of CA " -"certificates (in PEM format) concatenated together to create the chain " -"which APT should use to verify the path from your self-signed root " +"specific option Acquire::https::host::CAInfo. The CAInfo option specifies a file made up " +"of CA certificates (in PEM format) concatenated together to create the " +"chain which APT should use to verify the path from your self-signed root " "certificate. If the remote server provides the whole chain during the " "exchange, the file need only contain the root certificate. Otherwise, the " "whole chain is required. If you need to support multiple authorities, the " @@ -10680,7 +10687,7 @@ msgstr "" msgid "" "A custom certificate revocation list (CRL) can be configured with the " "options Acquire::https::CRLFile and " -"Acquire::https::CRLFile::hostAcquire::https::host::CRLFile. As with the previous option, a file in PEM format needs to be " "specified." msgstr "" diff --git a/doc/po/fr.po b/doc/po/fr.po index 16e3d1332..2be8f8809 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 2.9.14\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-11-10 10:36+0000\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-04-15 13:14+0200\n" "Last-Translator: bubu \n" "Language-Team: French \n" @@ -5011,12 +5011,12 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Try to download indexes via a URI constructed from a hashsum of the " -"expected file rather than downloaded via a well-known stable filename. True " -"by default, but automatically disabled if the source indicates no support " -"for it. Usage can be forced with the special value \"force\". Preferably, " -"this can be set for specific &sources-list; entries or index files by using " -"the option there." +"Try to download indexes via a URI constructed from a hashsum of the expected " +"file rather than downloaded via a well-known stable filename. True by " +"default, but automatically disabled if the source indicates no support for " +"it. Usage can be forced with the special value \"force\". Preferably, this " +"can be set for specific &sources-list; entries or index files by using the " +" option there." msgstr "" "Essayer de télécharger les index avec un URI construit à partir de la somme " "de hachage du fichier attendu plutôt que de les télécharger à partir d'un " @@ -5465,10 +5465,10 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if a URI is known from " -"where to get them. Preferable the Release file indicates this in a " -"'Snapshots' field. If this isn't available the Label/Origin field of the " -"Release file is used to check if a Acquire::Snapshots::URI::Label::" +"Like changelogs, snapshots can only be acquired if a URI is known from where " +"to get them. Preferable the Release file indicates this in a 'Snapshots' " +"field. If this isn't available the Label/Origin field of the Release file is " +"used to check if a Acquire::Snapshots::URI::Label::" "LABEL or " "Acquire::Snapshots::URI::Origin::ORIGIN option exists and if so this value is taken. The value in the " @@ -6604,12 +6604,19 @@ msgstr "" #. type: Content of: #: apt_preferences.5.xml -msgid "" -"Never downgrade unless the priority of an available version exceeds 1000. " -"(\"Downgrading\" is installing a less recent version of a package in place " -"of a more recent version. Note that none of APT's default priorities " -"exceeds 1000; such high priorities can only be set in the preferences file. " -"Note also that downgrading a package can be risky.)" +#, fuzzy +#| msgid "" +#| "Never downgrade unless the priority of an available version exceeds " +#| "1000. (\"Downgrading\" is installing a less recent version of a package " +#| "in place of a more recent version. Note that none of APT's default " +#| "priorities exceeds 1000; such high priorities can only be set in the " +#| "preferences file. Note also that downgrading a package can be risky.)" +msgid "" +"Never downgrade unless the priority of an available version is at least " +"1000. (\"Downgrading\" is installing a less recent version of a package in " +"place of a more recent version. Note that all of APT's default priorities " +"are less than 1000; higher priorities can only be set in the preferences " +"file. Note also that downgrading a package can be risky.)" msgstr "" "Ne jamais revenir en arrière, sauf si la priorité d'une version disponible " "dépasse 1000. « Revenir en arrière » signifie installer une version moins " @@ -11049,15 +11056,29 @@ msgstr "Accréditations du serveur" #. type: Content of: #: apt-transport-https.1.xml +#, fuzzy +#| msgid "" +#| "By default all certificates trusted by the system (see ca-" +#| "certificates package) are used for the verification of the " +#| "server certificate. An alternative certificate authority (CA) can be " +#| "configured with the Acquire::https::CAInfo option and " +#| "its host-specific option Acquire::https::CAInfo::" +#| "host. The CAInfo option specifies a " +#| "file made up of CA certificates (in PEM format) concatenated together to " +#| "create the chain which APT should use to verify the path from your self-" +#| "signed root certificate. If the remote server provides the whole chain " +#| "during the exchange, the file need only contain the root certificate. " +#| "Otherwise, the whole chain is required. If you need to support multiple " +#| "authorities, the only way is to concatenate everything." msgid "" "By default all certificates trusted by the system (see ca-" "certificates package) are used for the verification of the server " "certificate. An alternative certificate authority (CA) can be configured " "with the Acquire::https::CAInfo option and its host-" -"specific option Acquire::https::CAInfo::host. The CAInfo option specifies a file made up of CA " -"certificates (in PEM format) concatenated together to create the chain " -"which APT should use to verify the path from your self-signed root " +"specific option Acquire::https::host::CAInfo. The CAInfo option specifies a file made up " +"of CA certificates (in PEM format) concatenated together to create the " +"chain which APT should use to verify the path from your self-signed root " "certificate. If the remote server provides the whole chain during the " "exchange, the file need only contain the root certificate. Otherwise, the " "whole chain is required. If you need to support multiple authorities, the " @@ -11078,10 +11099,17 @@ msgstr "" #. type: Content of: #: apt-transport-https.1.xml +#, fuzzy +#| msgid "" +#| "A custom certificate revocation list (CRL) can be configured with the " +#| "options Acquire::https::CRLFile and " +#| "Acquire::https::CRLFile::host. As with the previous option, a file in PEM format needs to be " +#| "specified." msgid "" "A custom certificate revocation list (CRL) can be configured with the " "options Acquire::https::CRLFile and " -"Acquire::https::CRLFile::hostAcquire::https::host::CRLFile. As with the previous option, a file in PEM format needs to be " "specified." msgstr "" diff --git a/doc/po/it.po b/doc/po/it.po index 950af95ec..93fddc9d3 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 \n" -"POT-Creation-Date: 2025-11-10 10:36+0000\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2017-03-27 19:05+0200\n" "Last-Translator: Beatrice Torracca \n" "Language-Team: Italian \n" @@ -4975,12 +4975,12 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Try to download indexes via a URI constructed from a hashsum of the " -"expected file rather than downloaded via a well-known stable filename. True " -"by default, but automatically disabled if the source indicates no support " -"for it. Usage can be forced with the special value \"force\". Preferably, " -"this can be set for specific &sources-list; entries or index files by using " -"the option there." +"Try to download indexes via a URI constructed from a hashsum of the expected " +"file rather than downloaded via a well-known stable filename. True by " +"default, but automatically disabled if the source indicates no support for " +"it. Usage can be forced with the special value \"force\". Preferably, this " +"can be set for specific &sources-list; entries or index files by using the " +" option there." msgstr "" "Cerca di scaricare gli indici usando un URI costruito a partire da una somma " "hash del file atteso invece che scaricato attraverso un nome di file stable " @@ -5415,8 +5415,8 @@ msgstr "" #: apt.conf.5.xml #, fuzzy #| msgid "" -#| "Acquiring changelogs can only be done if a URI is known from where to " -#| "get them. Preferable the Release file indicates this in a 'Changelogs' " +#| "Acquiring changelogs can only be done if a URI is known from where to get " +#| "them. Preferable the Release file indicates this in a 'Changelogs' " #| "field. If this isn't available the Label/Origin field of the Release file " #| "is used to check if a Acquire::Changelogs::URI::Label::" #| "LABEL or " @@ -5441,10 +5441,10 @@ msgstr "" #| "be used to acquire changelog files from. Another source will be tried if " #| "available in this case." msgid "" -"Like changelogs, snapshots can only be acquired if a URI is known from " -"where to get them. Preferable the Release file indicates this in a " -"'Snapshots' field. If this isn't available the Label/Origin field of the " -"Release file is used to check if a Acquire::Snapshots::URI::Label::" +"Like changelogs, snapshots can only be acquired if a URI is known from where " +"to get them. Preferable the Release file indicates this in a 'Snapshots' " +"field. If this isn't available the Label/Origin field of the Release file is " +"used to check if a Acquire::Snapshots::URI::Label::" "LABEL or " "Acquire::Snapshots::URI::Origin::ORIGIN option exists and if so this value is taken. The value in the " @@ -6582,12 +6582,19 @@ msgstr "" #. type: Content of: #: apt_preferences.5.xml -msgid "" -"Never downgrade unless the priority of an available version exceeds 1000. " -"(\"Downgrading\" is installing a less recent version of a package in place " -"of a more recent version. Note that none of APT's default priorities " -"exceeds 1000; such high priorities can only be set in the preferences file. " -"Note also that downgrading a package can be risky.)" +#, fuzzy +#| msgid "" +#| "Never downgrade unless the priority of an available version exceeds " +#| "1000. (\"Downgrading\" is installing a less recent version of a package " +#| "in place of a more recent version. Note that none of APT's default " +#| "priorities exceeds 1000; such high priorities can only be set in the " +#| "preferences file. Note also that downgrading a package can be risky.)" +msgid "" +"Never downgrade unless the priority of an available version is at least " +"1000. (\"Downgrading\" is installing a less recent version of a package in " +"place of a more recent version. Note that all of APT's default priorities " +"are less than 1000; higher priorities can only be set in the preferences " +"file. Note also that downgrading a package can be risky.)" msgstr "" "Non retrocede mai ad una versione più bassa, a meno che la priorità della " "versione disponibile non sia maggiore di 1000. («Retrocedere» significa " @@ -10896,10 +10903,10 @@ msgid "" "certificates package) are used for the verification of the server " "certificate. An alternative certificate authority (CA) can be configured " "with the Acquire::https::CAInfo option and its host-" -"specific option Acquire::https::CAInfo::host. The CAInfo option specifies a file made up of CA " -"certificates (in PEM format) concatenated together to create the chain " -"which APT should use to verify the path from your self-signed root " +"specific option Acquire::https::host::CAInfo. The CAInfo option specifies a file made up " +"of CA certificates (in PEM format) concatenated together to create the " +"chain which APT should use to verify the path from your self-signed root " "certificate. If the remote server provides the whole chain during the " "exchange, the file need only contain the root certificate. Otherwise, the " "whole chain is required. If you need to support multiple authorities, the " @@ -10911,7 +10918,7 @@ msgstr "" msgid "" "A custom certificate revocation list (CRL) can be configured with the " "options Acquire::https::CRLFile and " -"Acquire::https::CRLFile::hostAcquire::https::host::CRLFile. As with the previous option, a file in PEM format needs to be " "specified." msgstr "" diff --git a/doc/po/ja.po b/doc/po/ja.po index 8613c6595..c9f216da3 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 \n" -"POT-Creation-Date: 2025-11-10 10:36+0000\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada \n" "Language-Team: Japanese \n" @@ -4793,12 +4793,12 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Try to download indexes via a URI constructed from a hashsum of the " -"expected file rather than downloaded via a well-known stable filename. True " -"by default, but automatically disabled if the source indicates no support " -"for it. Usage can be forced with the special value \"force\". Preferably, " -"this can be set for specific &sources-list; entries or index files by using " -"the option there." +"Try to download indexes via a URI constructed from a hashsum of the expected " +"file rather than downloaded via a well-known stable filename. True by " +"default, but automatically disabled if the source indicates no support for " +"it. Usage can be forced with the special value \"force\". Preferably, this " +"can be set for specific &sources-list; entries or index files by using the " +" option there." msgstr "" "(Packages のような) インデックス全体をダウンロードするの" "ではなく、PDiffs と呼ばれる差分をダウンロードしようとしま" @@ -5210,8 +5210,8 @@ msgstr "" #: apt.conf.5.xml #, fuzzy #| msgid "" -#| "Acquiring changelogs can only be done if a URI is known from where to " -#| "get them. Preferable the Release file indicates this in a 'Changelogs' " +#| "Acquiring changelogs can only be done if a URI is known from where to get " +#| "them. Preferable the Release file indicates this in a 'Changelogs' " #| "field. If this isn't available the Label/Origin field of the Release file " #| "is used to check if a Acquire::Changelogs::URI::Label::" #| "LABEL or " @@ -5236,10 +5236,10 @@ msgstr "" #| "be used to acquire changelog files from. Another source will be tried if " #| "available in this case." msgid "" -"Like changelogs, snapshots can only be acquired if a URI is known from " -"where to get them. Preferable the Release file indicates this in a " -"'Snapshots' field. If this isn't available the Label/Origin field of the " -"Release file is used to check if a Acquire::Snapshots::URI::Label::" +"Like changelogs, snapshots can only be acquired if a URI is known from where " +"to get them. Preferable the Release file indicates this in a 'Snapshots' " +"field. If this isn't available the Label/Origin field of the Release file is " +"used to check if a Acquire::Snapshots::URI::Label::" "LABEL or " "Acquire::Snapshots::URI::Origin::ORIGIN option exists and if so this value is taken. The value in the " @@ -6324,12 +6324,19 @@ msgstr "" #. type: Content of: #: apt_preferences.5.xml -msgid "" -"Never downgrade unless the priority of an available version exceeds 1000. " -"(\"Downgrading\" is installing a less recent version of a package in place " -"of a more recent version. Note that none of APT's default priorities " -"exceeds 1000; such high priorities can only be set in the preferences file. " -"Note also that downgrading a package can be risky.)" +#, fuzzy +#| msgid "" +#| "Never downgrade unless the priority of an available version exceeds " +#| "1000. (\"Downgrading\" is installing a less recent version of a package " +#| "in place of a more recent version. Note that none of APT's default " +#| "priorities exceeds 1000; such high priorities can only be set in the " +#| "preferences file. Note also that downgrading a package can be risky.)" +msgid "" +"Never downgrade unless the priority of an available version is at least " +"1000. (\"Downgrading\" is installing a less recent version of a package in " +"place of a more recent version. Note that all of APT's default priorities " +"are less than 1000; higher priorities can only be set in the preferences " +"file. Note also that downgrading a package can be risky.)" msgstr "" "有効なバージョンの優先度が 1000 を越えない場合、決してダウングレードしませ" "ん。(「ダウングレード」は、現在のパッケージのバージョンよりも、小さいバージョ" @@ -10508,10 +10515,10 @@ msgid "" "certificates package) are used for the verification of the server " "certificate. An alternative certificate authority (CA) can be configured " "with the Acquire::https::CAInfo option and its host-" -"specific option Acquire::https::CAInfo::host. The CAInfo option specifies a file made up of CA " -"certificates (in PEM format) concatenated together to create the chain " -"which APT should use to verify the path from your self-signed root " +"specific option Acquire::https::host::CAInfo. The CAInfo option specifies a file made up " +"of CA certificates (in PEM format) concatenated together to create the " +"chain which APT should use to verify the path from your self-signed root " "certificate. If the remote server provides the whole chain during the " "exchange, the file need only contain the root certificate. Otherwise, the " "whole chain is required. If you need to support multiple authorities, the " @@ -10523,7 +10530,7 @@ msgstr "" msgid "" "A custom certificate revocation list (CRL) can be configured with the " "options Acquire::https::CRLFile and " -"Acquire::https::CRLFile::hostAcquire::https::host::CRLFile. As with the previous option, a file in PEM format needs to be " "specified." msgstr "" diff --git a/doc/po/nl.po b/doc/po/nl.po index d032c7591..9072fcdc9 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 3.1.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-11-10 10:36+0000\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-08-28 22:52+0200\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -5094,12 +5094,12 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Try to download indexes via a URI constructed from a hashsum of the " -"expected file rather than downloaded via a well-known stable filename. True " -"by default, but automatically disabled if the source indicates no support " -"for it. Usage can be forced with the special value \"force\". Preferably, " -"this can be set for specific &sources-list; entries or index files by using " -"the option there." +"Try to download indexes via a URI constructed from a hashsum of the expected " +"file rather than downloaded via a well-known stable filename. True by " +"default, but automatically disabled if the source indicates no support for " +"it. Usage can be forced with the special value \"force\". Preferably, this " +"can be set for specific &sources-list; entries or index files by using the " +" option there." msgstr "" "Tracht indexen te downloaden via een URI die opgebouwd wordt op basis van de " "frommelcontrolesom van het verwachte bestand, eerder dan via een welbekende " @@ -5551,10 +5551,10 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if a URI is known from " -"where to get them. Preferable the Release file indicates this in a " -"'Snapshots' field. If this isn't available the Label/Origin field of the " -"Release file is used to check if a Acquire::Snapshots::URI::Label::" +"Like changelogs, snapshots can only be acquired if a URI is known from where " +"to get them. Preferable the Release file indicates this in a 'Snapshots' " +"field. If this isn't available the Label/Origin field of the Release file is " +"used to check if a Acquire::Snapshots::URI::Label::" "LABEL or " "Acquire::Snapshots::URI::Origin::ORIGIN option exists and if so this value is taken. The value in the " @@ -6701,12 +6701,19 @@ msgstr "" #. type: Content of: #: apt_preferences.5.xml +#, fuzzy +#| msgid "" +#| "Never downgrade unless the priority of an available version exceeds " +#| "1000. (\"Downgrading\" is installing a less recent version of a package " +#| "in place of a more recent version. Note that none of APT's default " +#| "priorities exceeds 1000; such high priorities can only be set in the " +#| "preferences file. Note also that downgrading a package can be risky.)" msgid "" -"Never downgrade unless the priority of an available version exceeds 1000. " -"(\"Downgrading\" is installing a less recent version of a package in place " -"of a more recent version. Note that none of APT's default priorities " -"exceeds 1000; such high priorities can only be set in the preferences file. " -"Note also that downgrading a package can be risky.)" +"Never downgrade unless the priority of an available version is at least " +"1000. (\"Downgrading\" is installing a less recent version of a package in " +"place of a more recent version. Note that all of APT's default priorities " +"are less than 1000; higher priorities can only be set in the preferences " +"file. Note also that downgrading a package can be risky.)" msgstr "" "Nooit een downgrading uitvoeren tenzij de prioriteit van een beschikbaar " "pakket groter is dan 1000. (\"Downgrading\" betekent het installeren van een " @@ -11214,15 +11221,29 @@ msgstr "Servergeloofsbrieven" #. type: Content of: #: apt-transport-https.1.xml +#, fuzzy +#| msgid "" +#| "By default all certificates trusted by the system (see ca-" +#| "certificates package) are used for the verification of the " +#| "server certificate. An alternative certificate authority (CA) can be " +#| "configured with the Acquire::https::CAInfo option and " +#| "its host-specific option Acquire::https::CAInfo::" +#| "host. The CAInfo option specifies a " +#| "file made up of CA certificates (in PEM format) concatenated together to " +#| "create the chain which APT should use to verify the path from your self-" +#| "signed root certificate. If the remote server provides the whole chain " +#| "during the exchange, the file need only contain the root certificate. " +#| "Otherwise, the whole chain is required. If you need to support multiple " +#| "authorities, the only way is to concatenate everything." msgid "" "By default all certificates trusted by the system (see ca-" "certificates package) are used for the verification of the server " "certificate. An alternative certificate authority (CA) can be configured " "with the Acquire::https::CAInfo option and its host-" -"specific option Acquire::https::CAInfo::host. The CAInfo option specifies a file made up of CA " -"certificates (in PEM format) concatenated together to create the chain " -"which APT should use to verify the path from your self-signed root " +"specific option Acquire::https::host::CAInfo. The CAInfo option specifies a file made up " +"of CA certificates (in PEM format) concatenated together to create the " +"chain which APT should use to verify the path from your self-signed root " "certificate. If the remote server provides the whole chain during the " "exchange, the file need only contain the root certificate. Otherwise, the " "whole chain is required. If you need to support multiple authorities, the " @@ -11244,10 +11265,17 @@ msgstr "" #. type: Content of: #: apt-transport-https.1.xml +#, fuzzy +#| msgid "" +#| "A custom certificate revocation list (CRL) can be configured with the " +#| "options Acquire::https::CRLFile and " +#| "Acquire::https::CRLFile::host. As with the previous option, a file in PEM format needs to be " +#| "specified." msgid "" "A custom certificate revocation list (CRL) can be configured with the " "options Acquire::https::CRLFile and " -"Acquire::https::CRLFile::hostAcquire::https::host::CRLFile. As with the previous option, a file in PEM format needs to be " "specified." msgstr "" diff --git a/doc/po/pl.po b/doc/po/pl.po index f74e8d9e6..0b39b52a8 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 \n" -"POT-Creation-Date: 2025-11-10 10:36+0000\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2014-07-04 02:13+0200\n" "Last-Translator: Robert Luberda \n" "Language-Team: Polish \n" @@ -4781,12 +4781,12 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Try to download indexes via a URI constructed from a hashsum of the " -"expected file rather than downloaded via a well-known stable filename. True " -"by default, but automatically disabled if the source indicates no support " -"for it. Usage can be forced with the special value \"force\". Preferably, " -"this can be set for specific &sources-list; entries or index files by using " -"the option there." +"Try to download indexes via a URI constructed from a hashsum of the expected " +"file rather than downloaded via a well-known stable filename. True by " +"default, but automatically disabled if the source indicates no support for " +"it. Usage can be forced with the special value \"force\". Preferably, this " +"can be set for specific &sources-list; entries or index files by using the " +" option there." msgstr "" #. type: Content of: @@ -5074,10 +5074,10 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if a URI is known from " -"where to get them. Preferable the Release file indicates this in a " -"'Snapshots' field. If this isn't available the Label/Origin field of the " -"Release file is used to check if a Acquire::Snapshots::URI::Label::" +"Like changelogs, snapshots can only be acquired if a URI is known from where " +"to get them. Preferable the Release file indicates this in a 'Snapshots' " +"field. If this isn't available the Label/Origin field of the Release file is " +"used to check if a Acquire::Snapshots::URI::Label::" "LABEL or " "Acquire::Snapshots::URI::Origin::ORIGIN option exists and if so this value is taken. The value in the " @@ -5953,12 +5953,19 @@ msgstr "" #. type: Content of: #: apt_preferences.5.xml -msgid "" -"Never downgrade unless the priority of an available version exceeds 1000. " -"(\"Downgrading\" is installing a less recent version of a package in place " -"of a more recent version. Note that none of APT's default priorities " -"exceeds 1000; such high priorities can only be set in the preferences file. " -"Note also that downgrading a package can be risky.)" +#, fuzzy +#| msgid "" +#| "Never downgrade unless the priority of an available version exceeds " +#| "1000. (\"Downgrading\" is installing a less recent version of a package " +#| "in place of a more recent version. Note that none of APT's default " +#| "priorities exceeds 1000; such high priorities can only be set in the " +#| "preferences file. Note also that downgrading a package can be risky.)" +msgid "" +"Never downgrade unless the priority of an available version is at least " +"1000. (\"Downgrading\" is installing a less recent version of a package in " +"place of a more recent version. Note that all of APT's default priorities " +"are less than 1000; higher priorities can only be set in the preferences " +"file. Note also that downgrading a package can be risky.)" msgstr "" "Nigdy nie zastępuje pakietu jego wcześniejszą wersją (tzw. \"downgrading\"), " "chyba że priorytet tej wcześniejszej, dostępnej wersji przekracza 1000. " @@ -9852,10 +9859,10 @@ msgid "" "certificates package) are used for the verification of the server " "certificate. An alternative certificate authority (CA) can be configured " "with the Acquire::https::CAInfo option and its host-" -"specific option Acquire::https::CAInfo::host. The CAInfo option specifies a file made up of CA " -"certificates (in PEM format) concatenated together to create the chain " -"which APT should use to verify the path from your self-signed root " +"specific option Acquire::https::host::CAInfo. The CAInfo option specifies a file made up " +"of CA certificates (in PEM format) concatenated together to create the " +"chain which APT should use to verify the path from your self-signed root " "certificate. If the remote server provides the whole chain during the " "exchange, the file need only contain the root certificate. Otherwise, the " "whole chain is required. If you need to support multiple authorities, the " @@ -9867,7 +9874,7 @@ msgstr "" msgid "" "A custom certificate revocation list (CRL) can be configured with the " "options Acquire::https::CRLFile and " -"Acquire::https::CRLFile::hostAcquire::https::host::CRLFile. As with the previous option, a file in PEM format needs to be " "specified." msgstr "" diff --git a/doc/po/pt.po b/doc/po/pt.po index 970953787..af20eeffb 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 3.1.4\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-11-10 10:36+0000\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-08-14 23:16+0100\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese <>\n" @@ -4971,12 +4971,12 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Try to download indexes via a URI constructed from a hashsum of the " -"expected file rather than downloaded via a well-known stable filename. True " -"by default, but automatically disabled if the source indicates no support " -"for it. Usage can be forced with the special value \"force\". Preferably, " -"this can be set for specific &sources-list; entries or index files by using " -"the option there." +"Try to download indexes via a URI constructed from a hashsum of the expected " +"file rather than downloaded via a well-known stable filename. True by " +"default, but automatically disabled if the source indicates no support for " +"it. Usage can be forced with the special value \"force\". Preferably, this " +"can be set for specific &sources-list; entries or index files by using the " +" option there." msgstr "" "Tenta descarregar índices via um URL construído a partir de um sumário " "\"hashsum\" do ficheiro esperado, em vez de descarregar via um nome de " @@ -5411,10 +5411,10 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if a URI is known from " -"where to get them. Preferable the Release file indicates this in a " -"'Snapshots' field. If this isn't available the Label/Origin field of the " -"Release file is used to check if a Acquire::Snapshots::URI::Label::" +"Like changelogs, snapshots can only be acquired if a URI is known from where " +"to get them. Preferable the Release file indicates this in a 'Snapshots' " +"field. If this isn't available the Label/Origin field of the Release file is " +"used to check if a Acquire::Snapshots::URI::Label::" "LABEL or " "Acquire::Snapshots::URI::Origin::ORIGIN option exists and if so this value is taken. The value in the " @@ -6525,12 +6525,19 @@ msgstr "" #. type: Content of: #: apt_preferences.5.xml +#, fuzzy +#| msgid "" +#| "Never downgrade unless the priority of an available version exceeds " +#| "1000. (\"Downgrading\" is installing a less recent version of a package " +#| "in place of a more recent version. Note that none of APT's default " +#| "priorities exceeds 1000; such high priorities can only be set in the " +#| "preferences file. Note also that downgrading a package can be risky.)" msgid "" -"Never downgrade unless the priority of an available version exceeds 1000. " -"(\"Downgrading\" is installing a less recent version of a package in place " -"of a more recent version. Note that none of APT's default priorities " -"exceeds 1000; such high priorities can only be set in the preferences file. " -"Note also that downgrading a package can be risky.)" +"Never downgrade unless the priority of an available version is at least " +"1000. (\"Downgrading\" is installing a less recent version of a package in " +"place of a more recent version. Note that all of APT's default priorities " +"are less than 1000; higher priorities can only be set in the preferences " +"file. Note also that downgrading a package can be risky.)" msgstr "" "Nunca faz downgrade a menos que uma versão disponível exceda 1000. " "(\"Downgrading\" é instalar uma versão menos recente de um pacote no lugar " @@ -10941,15 +10948,29 @@ msgstr "Credenciais do Servidor" #. type: Content of: #: apt-transport-https.1.xml +#, fuzzy +#| msgid "" +#| "By default all certificates trusted by the system (see ca-" +#| "certificates package) are used for the verification of the " +#| "server certificate. An alternative certificate authority (CA) can be " +#| "configured with the Acquire::https::CAInfo option and " +#| "its host-specific option Acquire::https::CAInfo::" +#| "host. The CAInfo option specifies a " +#| "file made up of CA certificates (in PEM format) concatenated together to " +#| "create the chain which APT should use to verify the path from your self-" +#| "signed root certificate. If the remote server provides the whole chain " +#| "during the exchange, the file need only contain the root certificate. " +#| "Otherwise, the whole chain is required. If you need to support multiple " +#| "authorities, the only way is to concatenate everything." msgid "" "By default all certificates trusted by the system (see ca-" "certificates package) are used for the verification of the server " "certificate. An alternative certificate authority (CA) can be configured " "with the Acquire::https::CAInfo option and its host-" -"specific option Acquire::https::CAInfo::host. The CAInfo option specifies a file made up of CA " -"certificates (in PEM format) concatenated together to create the chain " -"which APT should use to verify the path from your self-signed root " +"specific option Acquire::https::host::CAInfo. The CAInfo option specifies a file made up " +"of CA certificates (in PEM format) concatenated together to create the " +"chain which APT should use to verify the path from your self-signed root " "certificate. If the remote server provides the whole chain during the " "exchange, the file need only contain the root certificate. Otherwise, the " "whole chain is required. If you need to support multiple authorities, the " @@ -10971,10 +10992,17 @@ msgstr "" #. type: Content of: #: apt-transport-https.1.xml +#, fuzzy +#| msgid "" +#| "A custom certificate revocation list (CRL) can be configured with the " +#| "options Acquire::https::CRLFile and " +#| "Acquire::https::CRLFile::host. As with the previous option, a file in PEM format needs to be " +#| "specified." msgid "" "A custom certificate revocation list (CRL) can be configured with the " "options Acquire::https::CRLFile and " -"Acquire::https::CRLFile::hostAcquire::https::host::CRLFile. As with the previous option, a file in PEM format needs to be " "specified." msgstr "" diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 3090492d2..440e48d1e 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 \n" -"POT-Creation-Date: 2025-11-10 10:36+0000\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes \n" "Language-Team: \n" @@ -3453,12 +3453,12 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Try to download indexes via a URI constructed from a hashsum of the " -"expected file rather than downloaded via a well-known stable filename. True " -"by default, but automatically disabled if the source indicates no support " -"for it. Usage can be forced with the special value \"force\". Preferably, " -"this can be set for specific &sources-list; entries or index files by using " -"the option there." +"Try to download indexes via a URI constructed from a hashsum of the expected " +"file rather than downloaded via a well-known stable filename. True by " +"default, but automatically disabled if the source indicates no support for " +"it. Usage can be forced with the special value \"force\". Preferably, this " +"can be set for specific &sources-list; entries or index files by using the " +" option there." msgstr "" #. type: Content of: @@ -3745,10 +3745,10 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml msgid "" -"Like changelogs, snapshots can only be acquired if a URI is known from " -"where to get them. Preferable the Release file indicates this in a " -"'Snapshots' field. If this isn't available the Label/Origin field of the " -"Release file is used to check if a Acquire::Snapshots::URI::Label::" +"Like changelogs, snapshots can only be acquired if a URI is known from where " +"to get them. Preferable the Release file indicates this in a 'Snapshots' " +"field. If this isn't available the Label/Origin field of the Release file is " +"used to check if a Acquire::Snapshots::URI::Label::" "LABEL or " "Acquire::Snapshots::URI::Origin::ORIGIN option exists and if so this value is taken. The value in the " @@ -4581,11 +4581,11 @@ msgstr "" #: apt_preferences.5.xml #, fuzzy msgid "" -"Never downgrade unless the priority of an available version exceeds 1000. " -"(\"Downgrading\" is installing a less recent version of a package in place " -"of a more recent version. Note that none of APT's default priorities " -"exceeds 1000; such high priorities can only be set in the preferences file. " -"Note also that downgrading a package can be risky.)" +"Never downgrade unless the priority of an available version is at least " +"1000. (\"Downgrading\" is installing a less recent version of a package in " +"place of a more recent version. Note that all of APT's default priorities " +"are less than 1000; higher priorities can only be set in the preferences " +"file. Note also that downgrading a package can be risky.)" msgstr "" "Nunca faz um downgrade a menos que a prioridade de uma instância disponível " "exceda 1000. (Fazer um \"downgrade\" é instalar uma versão menos recente de " @@ -8080,10 +8080,10 @@ msgid "" "certificates package) are used for the verification of the server " "certificate. An alternative certificate authority (CA) can be configured " "with the Acquire::https::CAInfo option and its host-" -"specific option Acquire::https::CAInfo::host. The CAInfo option specifies a file made up of CA " -"certificates (in PEM format) concatenated together to create the chain " -"which APT should use to verify the path from your self-signed root " +"specific option Acquire::https::host::CAInfo. The CAInfo option specifies a file made up " +"of CA certificates (in PEM format) concatenated together to create the " +"chain which APT should use to verify the path from your self-signed root " "certificate. If the remote server provides the whole chain during the " "exchange, the file need only contain the root certificate. Otherwise, the " "whole chain is required. If you need to support multiple authorities, the " @@ -8095,7 +8095,7 @@ msgstr "" msgid "" "A custom certificate revocation list (CRL) can be configured with the " "options Acquire::https::CRLFile and " -"Acquire::https::CRLFile::hostAcquire::https::host::CRLFile. As with the previous option, a file in PEM format needs to be " "specified." msgstr "" diff --git a/po/apt-all.pot b/po/apt-all.pot index 30fd26093..6418b172a 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 3.1.12\n" +"Project-Id-Version: apt 3.1.13\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-11-10 10:36+0000\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1770,6 +1770,11 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "" +#: apt-private/private-download.cc +#, c-format +msgid "Couldn't determine filesystem statistics of %s." +msgstr "" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/ar.po b/po/ar.po index 4d5fca4ed..80f565447 100644 --- a/po/ar.po +++ b/po/ar.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat \n" "Language-Team: Arabic \n" @@ -1800,6 +1800,12 @@ msgstr "هناك مشاكل وتم استخدام -y دون --force-yes" msgid "Couldn't determine free space in %s" msgstr "تعذر حساب المساحة الحرة في %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "تعذر حساب المساحة الحرة في %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/ast.po b/po/ast.po index a42700e69..e3bfcedb2 100644 --- a/po/ast.po +++ b/po/ast.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela \n" "Language-Team: Asturian (ast)\n" @@ -1860,6 +1860,12 @@ msgstr "Hai problemes y utilizose -y ensin --force-yes" msgid "Couldn't determine free space in %s" msgstr "Nun pue determinase l'espaciu llibre de %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Nun pue determinase l'espaciu llibre de %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/bg.po b/po/bg.po index 2999231d8..90dbd64a0 100644 --- a/po/bg.po +++ b/po/bg.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov \n" "Language-Team: Bulgarian \n" @@ -1902,6 +1902,12 @@ msgstr "Има проблеми и „-y“ е използвано без „-- msgid "Couldn't determine free space in %s" msgstr "Неуспех при определянето на свободното пространство в %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Неуспех при определянето на свободното пространство в %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/bs.po b/po/bs.po index c0768896d..c9ce6e83b 100644 --- a/po/bs.po +++ b/po/bs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović \n" "Language-Team: Bosnian \n" @@ -1791,6 +1791,11 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "" +#: apt-private/private-download.cc +#, c-format +msgid "Couldn't determine filesystem statistics of %s." +msgstr "" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/ca.po b/po/ca.po index 0a3f45efe..a35df341f 100644 --- a/po/ca.po +++ b/po/ca.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~beta1\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-03-13 16:18+0100\n" "Last-Translator: poc senderi \n" "Language-Team: Catalan \n" @@ -1944,6 +1944,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "No s'ha pogut determinar l'espai lliure en %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "No s'ha pogut determinar l'espai lliure en %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/cs.po b/po/cs.po index 17c25a8c7..ae252f101 100644 --- a/po/cs.po +++ b/po/cs.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 3.0.2\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-05-20 15:18+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -1876,6 +1876,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Nelze určit volné místo v %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Nelze určit volné místo v %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/cy.po b/po/cy.po index e6e60b1ab..04100894f 100644 --- a/po/cy.po +++ b/po/cy.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries \n" "Language-Team: Welsh \n" @@ -1855,6 +1855,11 @@ msgstr "Mae problemau a defnyddwyd -y heb --force-yes" msgid "Couldn't determine free space in %s" msgstr "Does dim digon o le rhydd yn %s gennych" +#: apt-private/private-download.cc +#, fuzzy, c-format +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Does dim digon o le rhydd yn %s gennych" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/da.po b/po/da.po index 4e7e9f140..7bc1f5e16 100644 --- a/po/da.po +++ b/po/da.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~rc2\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2017-03-02 23:51+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -1909,6 +1909,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Kunne ikke bestemme ledig plads i %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Kunne ikke bestemme ledig plads i %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/de.po b/po/de.po index 690503b96..34915af9d 100644 --- a/po/de.po +++ b/po/de.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 3.1.4\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-08-23 10:13+0200\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: German \n" @@ -1971,6 +1971,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Freier Platz in %s konnte nicht bestimmt werden." +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Freier Platz in %s konnte nicht bestimmt werden." + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/dz.po b/po/dz.po index d74833563..671f2afa2 100644 --- a/po/dz.po +++ b/po/dz.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering \n" "Language-Team: Dzongkha \n" @@ -1829,6 +1829,12 @@ msgstr "དཀའ་ངལ་ཚུ་ཡོདཔ་ལས་-y ་འདི་ msgid "Couldn't determine free space in %s" msgstr "%s་ནང་བར་སྟོང་" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "%s་ནང་བར་སྟོང་" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/el.po b/po/el.po index b9c926238..e06618cf5 100644 --- a/po/el.po +++ b/po/el.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2020-12-30 12:20+0200\n" "Last-Translator: Vangelis Skarmoutsos \n" "Language-Team: Greek \n" @@ -1850,6 +1850,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Δεν μπόρεσα να προσδιορίσω τον ελεύθερο χώρο στο %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Δεν μπόρεσα να προσδιορίσω τον ελεύθερο χώρο στο %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/es.po b/po/es.po index d347c517f..7628c9c65 100644 --- a/po/es.po +++ b/po/es.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:16+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-07-24 22:11-0500\n" "Last-Translator: Igor Támara \n" "Language-Team: Español; Castellano \n" @@ -2000,6 +2000,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "No se pudo determinar el espacio libre en %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "No se pudo determinar el espacio libre en %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/eu.po b/po/eu.po index 18438dae8..2aaaa68fb 100644 --- a/po/eu.po +++ b/po/eu.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" @@ -1826,6 +1826,12 @@ msgstr "Arazoak daude, eta -y erabili da --force-yes gabe" msgid "Couldn't determine free space in %s" msgstr "Ezin da %s(e)n duzun leku librea atzeman." +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Ezin da %s(e)n duzun leku librea atzeman." + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/fi.po b/po/fi.po index f9a12e2a3..281eace5c 100644 --- a/po/fi.po +++ b/po/fi.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen \n" "Language-Team: Finnish \n" @@ -1822,6 +1822,12 @@ msgstr "Oli pulmia ja -y käytettiin ilman valitsinta --force-yes" msgid "Couldn't determine free space in %s" msgstr "Kansion %s vapaan tilan määrä ei selvinnyt" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Kansion %s vapaan tilan määrä ei selvinnyt" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/fr.po b/po/fr.po index 246c11366..5272818f1 100644 --- a/po/fr.po +++ b/po/fr.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 3.1.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:16+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-03-07 12:02+0100\n" "Last-Translator: bubu \n" "Language-Team: French \n" @@ -1980,6 +1980,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Impossible de déterminer l'espace disponible sur %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Impossible de déterminer l'espace disponible sur %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/ga.po b/po/ga.po index ff59686cb..c56f2548d 100644 --- a/po/ga.po +++ b/po/ga.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 3.1.4\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-25 20:24+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-12-27 12:56+0000\n" "Last-Translator: Aindriú Mac Giolla Eoin \n" "Language-Team: Irish\n" @@ -1925,6 +1925,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Níorbh fhéidir spás saor in %s a chinneadh" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Níorbh fhéidir spás saor in %s a chinneadh" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/gl.po b/po/gl.po index e0e0fcc1a..1285a5366 100644 --- a/po/gl.po +++ b/po/gl.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: galician \n" @@ -1886,6 +1886,12 @@ msgstr "Xurdiron problemas e empregouse -y sen --force-yes" msgid "Couldn't determine free space in %s" msgstr "Non foi posíbel determinar o espazo libre en %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Non foi posíbel determinar o espazo libre en %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/hu.po b/po/hu.po index 659bcde8e..a703f14ea 100644 --- a/po/hu.po +++ b/po/hu.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2016-04-10 19:46+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -1936,6 +1936,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Nem határozható meg a szabad hely mennyisége itt: %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Nem határozható meg a szabad hely mennyisége itt: %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/it.po b/po/it.po index af6b37c8c..4c002e2d1 100644 --- a/po/it.po +++ b/po/it.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2024-09-06 10:21+0100\n" "Last-Translator: Luca Vercelli \n" "Language-Team: Italian \n" @@ -1961,6 +1961,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Impossibile determinare lo spazio libero in %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Impossibile determinare lo spazio libero in %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/ja.po b/po/ja.po index 3ce91ad12..cd3cf3cb3 100644 --- a/po/ja.po +++ b/po/ja.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2022-08-14 14:30+0900\n" "Last-Translator: Hideki Yamane \n" "Language-Team: Japanese \n" @@ -1932,6 +1932,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "%s の空き領域を測定できません" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "%s の空き領域を測定できません" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/km.po b/po/km.po index 30eaa0a9a..c62dea1ac 100644 --- a/po/km.po +++ b/po/km.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -1823,6 +1823,12 @@ msgstr "មាន​បញ្ហា​ ហើយ -y ត្រូវ​បាន msgid "Couldn't determine free space in %s" msgstr "មិន​អាច​កំណត់​ទំហំ​ទំនេរ​ក្នុង​ %s បានឡើយ" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "មិន​អាច​កំណត់​ទំហំ​ទំនេរ​ក្នុង​ %s បានឡើយ" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/ko.po b/po/ko.po index bfce67c58..6b82d6b9e 100644 --- a/po/ko.po +++ b/po/ko.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -1839,6 +1839,12 @@ msgstr "문제가 발생했고 -y 옵션이 --force-yes 옵션 없이 사용되 msgid "Couldn't determine free space in %s" msgstr "%s의 여유 공간의 크기를 파악할 수 없습니다" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "%s의 여유 공간의 크기를 파악할 수 없습니다" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/ku.po b/po/ku.po index ff142584c..1598282fd 100644 --- a/po/ku.po +++ b/po/ku.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: ku \n" @@ -1789,6 +1789,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Nikarî cihê vala li %s tesbît bike" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Nikarî cihê vala li %s tesbît bike" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/lt.po b/po/lt.po index 8dbdc613b..43c21e9a9 100644 --- a/po/lt.po +++ b/po/lt.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas \n" "Language-Team: Lithuanian \n" @@ -1811,6 +1811,12 @@ msgstr "Atsirado problemų ir -y buvo panaudotas be --force-yes" msgid "Couldn't determine free space in %s" msgstr "Nepavyko nustatyti %s laisvos vietos" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Nepavyko nustatyti %s laisvos vietos" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/mr.po b/po/mr.po index 7174cbda3..2f49518db 100644 --- a/po/mr.po +++ b/po/mr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada \n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -1824,6 +1824,12 @@ msgstr "काही अडचणी आहेत आणि --force-yes शि msgid "Couldn't determine free space in %s" msgstr "%s मध्ये रिकामी जागा सांगू शकत नाही" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "%s मध्ये रिकामी जागा सांगू शकत नाही" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/nb.po b/po/nb.po index 0ec8c6843..282d80dee 100644 --- a/po/nb.po +++ b/po/nb.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2018-10-30 20:53+0100\n" "Last-Translator: Petter Reinholdtsen \n" "Language-Team: Norwegian Bokmål \n" @@ -1873,6 +1873,12 @@ msgstr "Det oppsto problemer og «-y» ble brukt uten «--force-yes»" msgid "Couldn't determine free space in %s" msgstr "Klarte ikke bestemme ledig plass i %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Klarte ikke bestemme ledig plass i %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/ne.po b/po/ne.po index dfb7e4c80..5d357b7bb 100644 --- a/po/ne.po +++ b/po/ne.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel \n" "Language-Team: Nepali \n" @@ -1819,6 +1819,12 @@ msgstr "त्यहाँ समस्याहरू छन् र हुन msgid "Couldn't determine free space in %s" msgstr " %s मा खाली ठाऊँ निर्धारण गर्न सकिएन" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr " %s मा खाली ठाऊँ निर्धारण गर्न सकिएन" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/nl.po b/po/nl.po index 195af682a..462a19251 100644 --- a/po/nl.po +++ b/po/nl.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 3.1.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:16+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-08-28 22:15+0200\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -1954,6 +1954,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Kon de hoeveelheid vrije schijfruimte op %s niet bepalen" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Kon de hoeveelheid vrije schijfruimte op %s niet bepalen" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/nn.po b/po/nn.po index e35ef7719..09cf6f43b 100644 --- a/po/nn.po +++ b/po/nn.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll \n" "Language-Team: Norwegian nynorsk \n" @@ -1828,6 +1828,11 @@ msgstr "Det oppstod problem, og msgid "Couldn't determine free space in %s" msgstr "Du har ikkje nok ledig plass i %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Du har ikkje nok ledig plass i %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/pl.po b/po/pl.po index f7bc49d93..10ad69a7b 100644 --- a/po/pl.po +++ b/po/pl.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2024-07-08 17:53+0200\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" @@ -1947,6 +1947,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Nie udało się ustalić ilości wolnego miejsca w %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Nie udało się ustalić ilości wolnego miejsca w %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/pt.po b/po/pt.po index c14795ca4..62b597871 100644 --- a/po/pt.po +++ b/po/pt.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -1904,6 +1904,12 @@ msgstr "Há problemas e foi utilizado -y sem --force-yes" msgid "Couldn't determine free space in %s" msgstr "Não foi possível determinar o espaço livre em %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Não foi possível determinar o espaço livre em %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/pt_BR.po b/po/pt_BR.po index 703dd280c..2d0222f63 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.33\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-03-15 04:08+0000\n" "Last-Translator: Rafael Fontenelle \n" "Language-Team: l10n Portuguese \n" @@ -1941,6 +1941,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Não foi possível determinar o espaço livre em %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Não foi possível determinar o espaço livre em %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/ro.po b/po/ro.po index 5eb10fd4c..a3ef0dbfe 100644 --- a/po/ro.po +++ b/po/ro.po @@ -28,7 +28,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.35\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-03-29 00:56+0100\n" "Last-Translator: Remus-Gabriel Chelu \n" "Language-Team: Romanian \n" @@ -2003,6 +2003,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Nu s-a putut determina spațiul liber din %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Nu s-a putut determina spațiul liber din %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/ru.po b/po/ru.po index 2c93baea3..66469d8d3 100644 --- a/po/ru.po +++ b/po/ru.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.30\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-02-26 11:30+0300\n" "Last-Translator: Алексей Шилин \n" "Language-Team: Russian \n" @@ -1945,6 +1945,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Не удалось определить количество свободного места в %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Не удалось определить количество свободного места в %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/sk.po b/po/sk.po index 1583a352b..0d65ca744 100644 --- a/po/sk.po +++ b/po/sk.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" @@ -1866,6 +1866,12 @@ msgstr "Nastali problémy a -y bolo použité bez --force-yes" msgid "Couldn't determine free space in %s" msgstr "Na %s sa nedá zistiť veľkosť voľného miesta" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Na %s sa nedá zistiť veľkosť voľného miesta" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/sl.po b/po/sl.po index 469479801..89fef1d2e 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic \n" "Language-Team: Slovenian \n" @@ -1866,6 +1866,12 @@ msgstr "Prišlo je do težav in -y je bil uporabljen brez --force-yes" msgid "Couldn't determine free space in %s" msgstr "Ni mogoče določiti prostega prostora v %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Ni mogoče določiti prostega prostora v %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/sv.po b/po/sv.po index f7a72f81f..7cb0d2cd1 100644 --- a/po/sv.po +++ b/po/sv.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.2\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-02-12 22:07+0100\n" "Last-Translator: Peter Krefting \n" "Language-Team: Swedish \n" @@ -1910,6 +1910,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "Kunde inte fastställa ledigt utrymme i %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Kunde inte fastställa ledigt utrymme i %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/th.po b/po/th.po index 21bd570f8..9488e63bd 100644 --- a/po/th.po +++ b/po/th.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -1837,6 +1837,12 @@ msgstr "มีปัญหาบางประการ และมีกา msgid "Couldn't determine free space in %s" msgstr "ไม่สามารถคำนวณพื้นที่ว่างใน %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "ไม่สามารถคำนวณพื้นที่ว่างใน %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/tl.po b/po/tl.po index 79bbfefbd..67a9a7769 100644 --- a/po/tl.po +++ b/po/tl.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -1843,6 +1843,12 @@ msgstr "May mga problema at -y ay ginamit na walang --force-yes" msgid "Couldn't determine free space in %s" msgstr "Hindi matantsa ang libreng puwang sa %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Hindi matantsa ang libreng puwang sa %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/tr.po b/po/tr.po index aee434a0a..87c89cf9e 100644 --- a/po/tr.po +++ b/po/tr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.6.0\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2023-04-19 15:15+0300\n" "Last-Translator: Mert Dirik \n" "Language-Team: Debian l10n Turkish \n" @@ -1916,6 +1916,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "%s içindeki boş alan miktarı belirlenemedi" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "%s içindeki boş alan miktarı belirlenemedi" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/uk.po b/po/uk.po index 4519376cd..1a1b8fabb 100644 --- a/po/uk.po +++ b/po/uk.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko \n" "Language-Team: Українська \n" @@ -1901,6 +1901,12 @@ msgstr "Виявлено проблеми, а опція -y була викор msgid "Couldn't determine free space in %s" msgstr "Не вдалося визначити кількість вільного місця в %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Не вдалося визначити кількість вільного місця в %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/vi.po b/po/vi.po index 007062998..cd6330d21 100644 --- a/po/vi.po +++ b/po/vi.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" @@ -1883,6 +1883,12 @@ msgstr "Có lỗi và đã dùng tùy chọn “-y” mà không có “--force msgid "Couldn't determine free space in %s" msgstr "Không thể tìm được chỗ trống trong %s" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "Không thể tìm được chỗ trống trong %s" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/zh_CN.po b/po/zh_CN.po index 5da9c334f..d7b27bbf1 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.9.26\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2025-07-31 18:13+0800\n" "Last-Translator: Tianyu Chen \n" "Language-Team: Chinese (simplified) \n" @@ -1830,6 +1830,12 @@ msgstr "" msgid "Couldn't determine free space in %s" msgstr "无法获知您在 %s 上的可用空间" +#: apt-private/private-download.cc +#, fuzzy, c-format +#| msgid "Couldn't determine free space in %s" +msgid "Couldn't determine filesystem statistics of %s." +msgstr "无法获知您在 %s 上的可用空间" + #: apt-private/private-download.cc #, c-format msgid "You don't have enough free space in %s." diff --git a/po/zh_TW.po b/po/zh_TW.po index 10761ffe0..bbdfe8826 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.X\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2025-10-21 19:28+0200\n" +"POT-Creation-Date: 2026-01-05 22:58+0100\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet \n" "Language-Team: Debian-user in Chinese [Big5]