diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/NEWS | 9 | ||||
-rw-r--r-- | debian/changelog | 38 | ||||
-rw-r--r-- | doc/apt-get.8.xml | 2 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 183 | ||||
-rw-r--r-- | doc/po/de.po | 224 | ||||
-rw-r--r-- | doc/po/es.po | 188 | ||||
-rw-r--r-- | doc/po/fr.po | 190 | ||||
-rw-r--r-- | doc/po/it.po | 227 | ||||
-rw-r--r-- | doc/po/ja.po | 190 | ||||
-rw-r--r-- | doc/po/nl.po | 224 | ||||
-rw-r--r-- | doc/po/pl.po | 188 | ||||
-rw-r--r-- | doc/po/pt.po | 224 | ||||
-rw-r--r-- | doc/po/pt_BR.po | 182 | ||||
-rw-r--r-- | po/apt-all.pot | 8 | ||||
-rw-r--r-- | po/ar.po | 6 | ||||
-rw-r--r-- | po/ast.po | 6 | ||||
-rw-r--r-- | po/bg.po | 6 | ||||
-rw-r--r-- | po/bs.po | 6 | ||||
-rw-r--r-- | po/ca.po | 9 | ||||
-rw-r--r-- | po/cs.po | 6 | ||||
-rw-r--r-- | po/cy.po | 6 | ||||
-rw-r--r-- | po/da.po | 6 | ||||
-rw-r--r-- | po/de.po | 31 | ||||
-rw-r--r-- | po/dz.po | 6 | ||||
-rw-r--r-- | po/el.po | 6 | ||||
-rw-r--r-- | po/es.po | 6 | ||||
-rw-r--r-- | po/eu.po | 6 | ||||
-rw-r--r-- | po/fi.po | 6 | ||||
-rw-r--r-- | po/fr.po | 6 | ||||
-rw-r--r-- | po/gl.po | 6 | ||||
-rw-r--r-- | po/hu.po | 6 | ||||
-rw-r--r-- | po/it.po | 6 | ||||
-rw-r--r-- | po/ja.po | 6 | ||||
-rw-r--r-- | po/km.po | 6 | ||||
-rw-r--r-- | po/ko.po | 6 | ||||
-rw-r--r-- | po/ku.po | 6 | ||||
-rw-r--r-- | po/lt.po | 6 | ||||
-rw-r--r-- | po/mr.po | 6 | ||||
-rw-r--r-- | po/nb.po | 6 | ||||
-rw-r--r-- | po/ne.po | 6 | ||||
-rw-r--r-- | po/nl.po | 6 | ||||
-rw-r--r-- | po/nn.po | 6 | ||||
-rw-r--r-- | po/pl.po | 6 | ||||
-rw-r--r-- | po/pt.po | 6 | ||||
-rw-r--r-- | po/pt_BR.po | 6 | ||||
-rw-r--r-- | po/ro.po | 6 | ||||
-rw-r--r-- | po/ru.po | 6 | ||||
-rw-r--r-- | po/sk.po | 6 | ||||
-rw-r--r-- | po/sl.po | 6 | ||||
-rw-r--r-- | po/sv.po | 6 | ||||
-rw-r--r-- | po/th.po | 6 | ||||
-rw-r--r-- | po/tl.po | 6 | ||||
-rw-r--r-- | po/tr.po | 6 | ||||
-rw-r--r-- | po/uk.po | 6 | ||||
-rw-r--r-- | po/vi.po | 6 | ||||
-rw-r--r-- | po/zh_CN.po | 6 | ||||
-rw-r--r-- | po/zh_TW.po | 6 |
59 files changed, 2279 insertions, 88 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dfabe182a..48a182529 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -205,7 +205,7 @@ check_cxx_target(HAVE_FMV_SSE42_AND_CRC32DI "sse4.2" "__builtin_ia32_crc32di(0,i # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>") -set(PACKAGE_VERSION "2.1.15") +set(PACKAGE_VERSION "2.1.16") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/NEWS b/debian/NEWS index eb8e2c116..7e46f4444 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,7 +1,8 @@ -apt (2.1.16) UNRELEASED; urgency=medium +apt (2.1.16) unstable; urgency=medium - Automatically remove unused kernels on dist-upgrade. To revert to previous - behavior, set APT::Get::AutomaticRemove::Kernels to false. + Automatically remove unused kernels on apt {dist,full}-upgrade. To revert + to previous behavior, set APT::Get::AutomaticRemove::Kernels to false or + pass --no-auto-remove to the command. apt-get remains unchanged. Packages files can now set the Phased-Update-Percentage field to restrict update rollout to a specified percentage of machines. Previously, this has @@ -10,7 +11,7 @@ apt (2.1.16) UNRELEASED; urgency=medium the same updates. Phased updates are disabled in chroots for now to not break buildd-style setups. - -- Julian Andres Klode <jak@debian.org> Mon, 04 Jan 2021 10:47:14 +0100 + -- Julian Andres Klode <jak@debian.org> Fri, 08 Jan 2021 22:01:50 +0100 apt (1.9.11) experimental; urgency=medium diff --git a/debian/changelog b/debian/changelog index 5e341d674..48e689499 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,41 @@ +apt (2.1.16) unstable; urgency=medium + + [ Faidon Liambotis ] + * Various fixes to http and connect method + - basehttp: also consider Access when a Server's URI + - connect: convert a C-style string to std::string + - connect: use ServiceNameOrPort, not Port, as the cache key + + [ Julian Andres Klode ] + * patterns: Add dependency patterns ?depends, ?conflicts, etc. + Note that the -broken- variants are not implemented yet. + * Rewrite of the kernel autoremoval code: + - Determine autoremovable kernels at run-time (LP: #1615381), this fixes the + issue where apt could consider a running kernel autoremovable + - Automatically remove unused kernels on apt {full,dist}-upgrade. + This helps ensuring that we don't run out of /boot space. + - Only keep up to 3 (not 4) kernels. + Ubuntu boot partitions were sized for 3 kernels, not 4. + * Bump codenames to bullseye/hirsute and adjust -security codename for + bullseye (Closes: #969932) + * Ignore failures from immediate configuration. This does not change the + actual installation ordering - we never passed the return code to the + caller and installation went underway anyway if it could be ordered at a + later stage, this just removes spurious after-the-fact errors. + (Closes: #973305, #188161, #211075, #649588) (LP: #1871268) + * Add support for Phased-Update-Percentage, previously used only by + update-manager. + * Implement update --error-on=any so that scripts can reliably check for + transient failures as well. (Closes: #594813) + + [ Demi M. Obenour ] + * test/integration/framework: Be compatible with Bash + + [ Vangelis Skarmoutsos ] + * Greek program translation update + + -- Julian Andres Klode <jak@debian.org> Fri, 08 Jan 2021 21:49:15 +0100 + apt (2.1.15) unstable; urgency=medium [ Julian Andres Klode ] diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 0bdece955..9ecd10c19 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -14,7 +14,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2020-02-27T00:00:00Z</date> + <date>2021-01-08T00:00:00Z</date> </refentryinfo> <refmeta> diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 2d70dc9e5..110677450 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -274,7 +274,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "2.1.15"> +<!ENTITY apt-product-version "2.1.16"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "buster"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 987abecd8..6cc81a31c 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 2.1.15\n" +"Project-Id-Version: apt-doc 2.1.16\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-12-27 09:54+0100\n" +"POT-Creation-Date: 2021-01-08 22:11+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1535,6 +1535,16 @@ msgid "" "&apt-cache; for further details." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term><option><replaceable> +#: apt-get.8.xml +msgid "any" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +msgid "Fail the update command if any error occured, even a transient one." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml #: apt_preferences.5.xml apt_auth.conf.5.xml @@ -4420,7 +4430,8 @@ msgid "" "to the versions coming from archives which in their " "<filename>Release</filename> files are marked as \"NotAutomatic: yes\" but " "<emphasis>not</emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " -"<literal>experimental</literal> archive." +"<literal>experimental</literal> archive, as well as versions that are not " +"phased on this systems." msgstr "" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> @@ -4547,6 +4558,41 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml +msgid "Phased Updates" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"APT understands a field called <literal>Phased-Update-Percentage</literal> " +"which can be used to control the rollout of a new version. It is an integer " +"between 0 and 100." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"A system's eligibility to a phased update is determined by seeding random " +"number generator with the package source name, the version number, and " +"/etc/machine-id, and then calculating an integer in the range [0, 100]. If " +"this integer is larger than the <literal>Phased-Update-Percentage</literal>, " +"the version is pinned to 1, and thus held back. Otherwise, normal policy " +"rules apply." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"In case you have multiple systems that you want to receive the same set of " +"updates, you can set <code>APT::Machine-ID</code> to a UUID such that they " +"all phase the same, or set " +"<code>APT::Get::Never-Include-Phased-Updates</code> or " +"<code>APT::Get::Always-Include-Phased-Updates</code> to true such that APT " +"will never/always consider phased updates." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><title> +#: apt_preferences.5.xml msgid "The Effect of APT Preferences" msgstr "" @@ -8276,6 +8322,130 @@ msgid "" "expression." msgstr "" +#. type: Content of: <refentry><refsect1><title> +#: apt-patterns.7.xml +msgid "Package relationship patterns" +msgstr "" + +#. type: Content of: <refentry><refsect1><para> +#: apt-patterns.7.xml +msgid "" +"These patterns match specific package versions that depend/conflict with " +"some other packages." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?depends(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DPATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?pre-depends(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DPre-Depends:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?suggests(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DSuggests:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?conflicts(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DConflicts:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?replaces(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DReplaces:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?obsoletes(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DObsoletes:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?breaks(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DBreaks:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?enhances(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DEnhances:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions depending/pre-depending/suggesting/conflicting/etc on/with/ " +"packages matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?reverse-<replaceable>depType</replaceable>(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~R<replaceable>DepType</replaceable>:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Opposite of <code>?depends</code> and friends - selects all packages that " +"have reverse-dependencies (versions) matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"<replaceable>depType</replaceable> is one of the dependency types such as " +"<code>depends</code>, so that we don't have to repeat the entire list from " +"the first paragraph here." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> #: apt-patterns.7.xml msgid "<code>apt remove ?garbage</code>" @@ -8382,6 +8552,13 @@ msgid "" "<code>|</code> is that common, and the grouping is not necessary without it." msgstr "" +#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Dependency types for ~D and related operators need to be specified in the " +"canonical case." +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt-patterns.7.xml msgid "&apt-get;, &apt;" diff --git a/doc/po/de.po b/doc/po/de.po index 9df84b1bb..cd054ee50 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.0.1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2021-01-08 22:11+0100\n" "PO-Revision-Date: 2020-04-04 08:45+0200\n" "Last-Translator: Chris Leick <c.leick@vollbio.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -2153,6 +2153,16 @@ msgstr "" "verwendet werden, um mehrere Dateien hinzuzufügen. Weitere Einzelheiten der " "<option>--with-source</option>-Beschreibung finden Sie unter &apt-cache;." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term><option><replaceable> +#: apt-get.8.xml +msgid "any" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +msgid "Fail the update command if any error occured, even a transient one." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml #: apt_preferences.5.xml apt_auth.conf.5.xml @@ -6362,11 +6372,18 @@ msgstr "Priorität 1" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> #: apt_preferences.5.xml +#, fuzzy +#| msgid "" +#| "to the versions coming from archives which in their <filename>Release</" +#| "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" +#| "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " +#| "<literal>experimental</literal> archive." msgid "" "to the versions coming from archives which in their <filename>Release</" "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " -"<literal>experimental</literal> archive." +"<literal>experimental</literal> archive, as well as versions that are not " +"phased on this systems." msgstr "" "zu den Versionen, die von Archiven kommen, die in deren <filename>Release</" "filename>-Dateien als »NotAutomatic: yes« markiert sind, aber " @@ -6543,6 +6560,40 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml +msgid "Phased Updates" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"APT understands a field called <literal>Phased-Update-Percentage</literal> " +"which can be used to control the rollout of a new version. It is an integer " +"between 0 and 100." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"A system's eligibility to a phased update is determined by seeding random " +"number generator with the package source name, the version number, and /etc/" +"machine-id, and then calculating an integer in the range [0, 100]. If this " +"integer is larger than the <literal>Phased-Update-Percentage</literal>, the " +"version is pinned to 1, and thus held back. Otherwise, normal policy rules " +"apply." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"In case you have multiple systems that you want to receive the same set of " +"updates, you can set <code>APT::Machine-ID</code> to a UUID such that they " +"all phase the same, or set <code>APT::Get::Never-Include-Phased-Updates</" +"code> or <code>APT::Get::Always-Include-Phased-Updates</code> to true such " +"that APT will never/always consider phased updates." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><title> +#: apt_preferences.5.xml msgid "The Effect of APT Preferences" msgstr "Die Auswirkungen von APT-Einstellungen" @@ -11727,6 +11778,168 @@ msgstr "" "wählt Versionen aus, bei denen die Versionszeichenkette auf den angegebenen " "regulären Ausdruck passt." +#. type: Content of: <refentry><refsect1><title> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "Package patterns" +msgid "Package relationship patterns" +msgstr "Paketmuster" + +#. type: Content of: <refentry><refsect1><para> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "These patterns select specific versions of a package." +msgid "" +"These patterns match specific package versions that depend/conflict with " +"some other packages." +msgstr "Diese Muster wählen bestimmte Versionen eines Pakets aus." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?depends(PATTERN)</code>" +msgstr "<code>?not(MUSTER)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DPATTERN</code>" +msgstr "<code>!MUSTER</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?pre-depends(PATTERN)</code>" +msgstr "<code>?not(MUSTER)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DPre-Depends:PATTERN</code>" +msgstr "<code>!MUSTER</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?suggests(PATTERN)</code>" +msgstr "<code>?not(MUSTER)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DSuggests:PATTERN</code>" +msgstr "<code>!MUSTER</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?conflicts(PATTERN)</code>" +msgstr "<code>?not(MUSTER)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>~DConflicts:PATTERN</code>" +msgstr "<code>?not(MUSTER)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>(PATTERN)</code>" +msgid "<code>?replaces(PATTERN)</code>" +msgstr "<code>(MUSTER)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DReplaces:PATTERN</code>" +msgstr "<code>!MUSTER</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?obsoletes(PATTERN)</code>" +msgstr "<code>?not(MUSTER)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>~DObsoletes:PATTERN</code>" +msgstr "<code>?not(MUSTER)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>(PATTERN)</code>" +msgid "<code>?breaks(PATTERN)</code>" +msgstr "<code>(MUSTER)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DBreaks:PATTERN</code>" +msgstr "<code>!MUSTER</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?enhances(PATTERN)</code>" +msgstr "<code>?not(MUSTER)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DEnhances:PATTERN</code>" +msgstr "<code>!MUSTER</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions depending/pre-depending/suggesting/conflicting/etc on/with/ " +"packages matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?reverse-<replaceable>depType</replaceable>(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" +msgid "<code>~R<replaceable>DepType</replaceable>:PATTERN</code>" +msgstr "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Opposite of <code>?depends</code> and friends - selects all packages that " +"have reverse-dependencies (versions) matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"<replaceable>depType</replaceable> is one of the dependency types such as " +"<code>depends</code>, so that we don't have to repeat the entire list from " +"the first paragraph here." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> #: apt-patterns.7.xml msgid "<code>apt remove ?garbage</code>" @@ -11857,6 +12070,13 @@ msgstr "" "aus, dass die Verwendung von <code>|</code> üblich ist und ohne diese ist " "eine Bündelung unnötig." +#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Dependency types for ~D and related operators need to be specified in the " +"canonical case." +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt-patterns.7.xml msgid "&apt-get;, &apt;" diff --git a/doc/po/es.po b/doc/po/es.po index d246fcc3c..a68ee9eeb 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2021-01-08 22:11+0100\n" "PO-Revision-Date: 2014-07-04 01:31+0200\n" "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n" "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -2175,6 +2175,16 @@ msgid "" "cache; for further details." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term><option><replaceable> +#: apt-get.8.xml +msgid "any" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +msgid "Fail the update command if any error occured, even a transient one." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml #: apt_preferences.5.xml apt_auth.conf.5.xml @@ -6279,11 +6289,18 @@ msgstr "priority 1" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> #: apt_preferences.5.xml +#, fuzzy +#| msgid "" +#| "to the versions coming from archives which in their <filename>Release</" +#| "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" +#| "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " +#| "<literal>experimental</literal> archive." msgid "" "to the versions coming from archives which in their <filename>Release</" "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " -"<literal>experimental</literal> archive." +"<literal>experimental</literal> archive, as well as versions that are not " +"phased on this systems." msgstr "" "A las versiones provenientes de archivos con la opción «NotAutomatic: yes» " "en su fichero <filename>Release</filename>, pero <emphasis>no</emphasis> " @@ -6464,6 +6481,40 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml +msgid "Phased Updates" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"APT understands a field called <literal>Phased-Update-Percentage</literal> " +"which can be used to control the rollout of a new version. It is an integer " +"between 0 and 100." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"A system's eligibility to a phased update is determined by seeding random " +"number generator with the package source name, the version number, and /etc/" +"machine-id, and then calculating an integer in the range [0, 100]. If this " +"integer is larger than the <literal>Phased-Update-Percentage</literal>, the " +"version is pinned to 1, and thus held back. Otherwise, normal policy rules " +"apply." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"In case you have multiple systems that you want to receive the same set of " +"updates, you can set <code>APT::Machine-ID</code> to a UUID such that they " +"all phase the same, or set <code>APT::Get::Never-Include-Phased-Updates</" +"code> or <code>APT::Get::Always-Include-Phased-Updates</code> to true such " +"that APT will never/always consider phased updates." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><title> +#: apt_preferences.5.xml msgid "The Effect of APT Preferences" msgstr "El efecto de las preferencias sobre APT" @@ -11174,6 +11225,132 @@ msgid "" "expression." msgstr "" +#. type: Content of: <refentry><refsect1><title> +#: apt-patterns.7.xml +msgid "Package relationship patterns" +msgstr "" + +#. type: Content of: <refentry><refsect1><para> +#: apt-patterns.7.xml +msgid "" +"These patterns match specific package versions that depend/conflict with " +"some other packages." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?depends(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DPATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?pre-depends(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DPre-Depends:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?suggests(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DSuggests:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?conflicts(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DConflicts:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?replaces(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DReplaces:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?obsoletes(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DObsoletes:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?breaks(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DBreaks:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?enhances(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DEnhances:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions depending/pre-depending/suggesting/conflicting/etc on/with/ " +"packages matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?reverse-<replaceable>depType</replaceable>(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" +msgid "<code>~R<replaceable>DepType</replaceable>:PATTERN</code>" +msgstr "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Opposite of <code>?depends</code> and friends - selects all packages that " +"have reverse-dependencies (versions) matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"<replaceable>depType</replaceable> is one of the dependency types such as " +"<code>depends</code>, so that we don't have to repeat the entire list from " +"the first paragraph here." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> #: apt-patterns.7.xml msgid "<code>apt remove ?garbage</code>" @@ -11280,6 +11457,13 @@ msgid "" "<code>|</code> is that common, and the grouping is not necessary without it." msgstr "" +#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Dependency types for ~D and related operators need to be specified in the " +"canonical case." +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt-patterns.7.xml #, fuzzy diff --git a/doc/po/fr.po b/doc/po/fr.po index ace9b2095..bb964695d 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.8.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2021-01-08 22:11+0100\n" "PO-Revision-Date: 2019-05-01 17:00+0100\n" "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -2126,6 +2126,16 @@ msgstr "" "répétée pour ajouter de multiples fichiers. Voir la description de l'option " "<option>--with-source</option> dans &apt-cache; pour plus de détails." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term><option><replaceable> +#: apt-get.8.xml +msgid "any" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +msgid "Fail the update command if any error occured, even a transient one." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml #: apt_preferences.5.xml apt_auth.conf.5.xml @@ -6336,11 +6346,18 @@ msgstr "priorité 1" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> #: apt_preferences.5.xml +#, fuzzy +#| msgid "" +#| "to the versions coming from archives which in their <filename>Release</" +#| "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" +#| "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " +#| "<literal>experimental</literal> archive." msgid "" "to the versions coming from archives which in their <filename>Release</" "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " -"<literal>experimental</literal> archive." +"<literal>experimental</literal> archive, as well as versions that are not " +"phased on this systems." msgstr "" "pour les versions issues d'archives dont le fichier <filename>Release</" "filename> comporte la mention « NotAutomatic: yes » mais <emphasis>pas</" @@ -6515,6 +6532,40 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml +msgid "Phased Updates" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"APT understands a field called <literal>Phased-Update-Percentage</literal> " +"which can be used to control the rollout of a new version. It is an integer " +"between 0 and 100." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"A system's eligibility to a phased update is determined by seeding random " +"number generator with the package source name, the version number, and /etc/" +"machine-id, and then calculating an integer in the range [0, 100]. If this " +"integer is larger than the <literal>Phased-Update-Percentage</literal>, the " +"version is pinned to 1, and thus held back. Otherwise, normal policy rules " +"apply." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"In case you have multiple systems that you want to receive the same set of " +"updates, you can set <code>APT::Machine-ID</code> to a UUID such that they " +"all phase the same, or set <code>APT::Get::Never-Include-Phased-Updates</" +"code> or <code>APT::Get::Always-Include-Phased-Updates</code> to true such " +"that APT will never/always consider phased updates." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><title> +#: apt_preferences.5.xml msgid "The Effect of APT Preferences" msgstr "Conséquences des préférences" @@ -11619,6 +11670,134 @@ msgid "" "expression." msgstr "" +#. type: Content of: <refentry><refsect1><title> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "Version &apt-product-version;" +msgid "Package relationship patterns" +msgstr "Version &apt-product-version;" + +#. type: Content of: <refentry><refsect1><para> +#: apt-patterns.7.xml +msgid "" +"These patterns match specific package versions that depend/conflict with " +"some other packages." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?depends(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DPATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?pre-depends(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DPre-Depends:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?suggests(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DSuggests:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?conflicts(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DConflicts:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?replaces(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DReplaces:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?obsoletes(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DObsoletes:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?breaks(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DBreaks:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?enhances(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DEnhances:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions depending/pre-depending/suggesting/conflicting/etc on/with/ " +"packages matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?reverse-<replaceable>depType</replaceable>(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" +msgid "<code>~R<replaceable>DepType</replaceable>:PATTERN</code>" +msgstr "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Opposite of <code>?depends</code> and friends - selects all packages that " +"have reverse-dependencies (versions) matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"<replaceable>depType</replaceable> is one of the dependency types such as " +"<code>depends</code>, so that we don't have to repeat the entire list from " +"the first paragraph here." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> #: apt-patterns.7.xml msgid "<code>apt remove ?garbage</code>" @@ -11725,6 +11904,13 @@ msgid "" "<code>|</code> is that common, and the grouping is not necessary without it." msgstr "" +#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Dependency types for ~D and related operators need to be specified in the " +"canonical case." +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt-patterns.7.xml #, fuzzy diff --git a/doc/po/it.po b/doc/po/it.po index d12cb8984..c5dcd8f05 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2021-01-08 22:11+0100\n" "PO-Revision-Date: 2017-03-27 19:05+0200\n" "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n" "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n" @@ -2157,6 +2157,16 @@ msgstr "" "per aggiungere più file. Vedere la descrizione di <option>--with-source</" "option> in &apt-cache; per ulteriori dettagli." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term><option><replaceable> +#: apt-get.8.xml +msgid "any" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +msgid "Fail the update command if any error occured, even a transient one." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml #: apt_preferences.5.xml apt_auth.conf.5.xml @@ -6326,11 +6336,18 @@ msgstr "priorità 1" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> #: apt_preferences.5.xml +#, fuzzy +#| msgid "" +#| "to the versions coming from archives which in their <filename>Release</" +#| "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" +#| "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " +#| "<literal>experimental</literal> archive." msgid "" "to the versions coming from archives which in their <filename>Release</" "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " -"<literal>experimental</literal> archive." +"<literal>experimental</literal> archive, as well as versions that are not " +"phased on this systems." msgstr "" "alle versioni che provengono da archivi che, nei loro file " "<filename>Release</filename>, sono contrassegnati come «NotAutomatic: yes», " @@ -6506,6 +6523,40 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml +msgid "Phased Updates" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"APT understands a field called <literal>Phased-Update-Percentage</literal> " +"which can be used to control the rollout of a new version. It is an integer " +"between 0 and 100." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"A system's eligibility to a phased update is determined by seeding random " +"number generator with the package source name, the version number, and /etc/" +"machine-id, and then calculating an integer in the range [0, 100]. If this " +"integer is larger than the <literal>Phased-Update-Percentage</literal>, the " +"version is pinned to 1, and thus held back. Otherwise, normal policy rules " +"apply." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"In case you have multiple systems that you want to receive the same set of " +"updates, you can set <code>APT::Machine-ID</code> to a UUID such that they " +"all phase the same, or set <code>APT::Get::Never-Include-Phased-Updates</" +"code> or <code>APT::Get::Always-Include-Phased-Updates</code> to true such " +"that APT will never/always consider phased updates." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><title> +#: apt_preferences.5.xml msgid "The Effect of APT Preferences" msgstr "L'effetto delle preferenze di APT" @@ -11402,6 +11453,168 @@ msgid "" "expression." msgstr "" +#. type: Content of: <refentry><refsect1><title> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "Packages" +msgid "Package relationship patterns" +msgstr "Packages" + +#. type: Content of: <refentry><refsect1><para> +#: apt-patterns.7.xml +msgid "" +"These patterns match specific package versions that depend/conflict with " +"some other packages." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>?depends(PATTERN)</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>~DPATTERN</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>?pre-depends(PATTERN)</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>~DPre-Depends:PATTERN</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>?suggests(PATTERN)</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>~DSuggests:PATTERN</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>?conflicts(PATTERN)</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>~DConflicts:PATTERN</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>?replaces(PATTERN)</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>~DReplaces:PATTERN</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>?obsoletes(PATTERN)</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>~DObsoletes:PATTERN</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>?breaks(PATTERN)</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>~DBreaks:PATTERN</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>?enhances(PATTERN)</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<option>--installed</option>" +msgid "<code>~DEnhances:PATTERN</code>" +msgstr "<option>--installed</option>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions depending/pre-depending/suggesting/conflicting/etc on/with/ " +"packages matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "depends <replaceable>pkg(s)</replaceable>" +msgid "<code>?reverse-<replaceable>depType</replaceable>(PATTERN)</code>" +msgstr "depends <replaceable>pacchetti</replaceable>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "depends <replaceable>pkg(s)</replaceable>" +msgid "<code>~R<replaceable>DepType</replaceable>:PATTERN</code>" +msgstr "depends <replaceable>pacchetti</replaceable>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Opposite of <code>?depends</code> and friends - selects all packages that " +"have reverse-dependencies (versions) matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"<replaceable>depType</replaceable> is one of the dependency types such as " +"<code>depends</code>, so that we don't have to repeat the entire list from " +"the first paragraph here." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> #: apt-patterns.7.xml msgid "<code>apt remove ?garbage</code>" @@ -11508,6 +11721,13 @@ msgid "" "<code>|</code> is that common, and the grouping is not necessary without it." msgstr "" +#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Dependency types for ~D and related operators need to be specified in the " +"canonical case." +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt-patterns.7.xml #, fuzzy @@ -14615,9 +14835,6 @@ msgstr "che userà gli archivi già scaricati e presenti sul disco." #~ "option> la ricerca viene fatta solo sul nome del pacchetto e non sulla " #~ "descrizione lunga." -#~ msgid "depends <replaceable>pkg(s)</replaceable>" -#~ msgstr "depends <replaceable>pacchetti</replaceable>" - #~ msgid "rdepends <replaceable>pkg(s)</replaceable>" #~ msgstr "rdepends <replaceable>pacchetti</replaceable>" diff --git a/doc/po/ja.po b/doc/po/ja.po index 0ca911fc2..7e9b06f2d 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2021-01-08 22:11+0100\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -2087,6 +2087,16 @@ msgstr "" "ファイルを追加できます。さらなる詳細については &apt-cache; の <option>--with-" "source</option> の説明を見てください。" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term><option><replaceable> +#: apt-get.8.xml +msgid "any" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +msgid "Fail the update command if any error occured, even a transient one." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml #: apt_preferences.5.xml apt_auth.conf.5.xml @@ -6059,11 +6069,18 @@ msgstr "優先度 1" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> #: apt_preferences.5.xml +#, fuzzy +#| msgid "" +#| "to the versions coming from archives which in their <filename>Release</" +#| "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" +#| "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " +#| "<literal>experimental</literal> archive." msgid "" "to the versions coming from archives which in their <filename>Release</" "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " -"<literal>experimental</literal> archive." +"<literal>experimental</literal> archive, as well as versions that are not " +"phased on this systems." msgstr "" "Debian の <literal>experimental</literal> アーカイブのように、" "<filename>Release</filename> ファイルに \"NotAutomatic: yes\" とマークさ" @@ -6233,6 +6250,40 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml +msgid "Phased Updates" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"APT understands a field called <literal>Phased-Update-Percentage</literal> " +"which can be used to control the rollout of a new version. It is an integer " +"between 0 and 100." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"A system's eligibility to a phased update is determined by seeding random " +"number generator with the package source name, the version number, and /etc/" +"machine-id, and then calculating an integer in the range [0, 100]. If this " +"integer is larger than the <literal>Phased-Update-Percentage</literal>, the " +"version is pinned to 1, and thus held back. Otherwise, normal policy rules " +"apply." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"In case you have multiple systems that you want to receive the same set of " +"updates, you can set <code>APT::Machine-ID</code> to a UUID such that they " +"all phase the same, or set <code>APT::Get::Never-Include-Phased-Updates</" +"code> or <code>APT::Get::Always-Include-Phased-Updates</code> to true such " +"that APT will never/always consider phased updates." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><title> +#: apt_preferences.5.xml msgid "The Effect of APT Preferences" msgstr "APT プリファレンスファイルの効果" @@ -10952,6 +11003,134 @@ msgid "" "expression." msgstr "" +#. type: Content of: <refentry><refsect1><title> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "Version &apt-product-version;" +msgid "Package relationship patterns" +msgstr "バージョン &apt-product-version;" + +#. type: Content of: <refentry><refsect1><para> +#: apt-patterns.7.xml +msgid "" +"These patterns match specific package versions that depend/conflict with " +"some other packages." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?depends(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DPATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?pre-depends(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DPre-Depends:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?suggests(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DSuggests:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?conflicts(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DConflicts:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?replaces(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DReplaces:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?obsoletes(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DObsoletes:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?breaks(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DBreaks:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?enhances(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DEnhances:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions depending/pre-depending/suggesting/conflicting/etc on/with/ " +"packages matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?reverse-<replaceable>depType</replaceable>(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" +msgid "<code>~R<replaceable>DepType</replaceable>:PATTERN</code>" +msgstr "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Opposite of <code>?depends</code> and friends - selects all packages that " +"have reverse-dependencies (versions) matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"<replaceable>depType</replaceable> is one of the dependency types such as " +"<code>depends</code>, so that we don't have to repeat the entire list from " +"the first paragraph here." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> #: apt-patterns.7.xml msgid "<code>apt remove ?garbage</code>" @@ -11058,6 +11237,13 @@ msgid "" "<code>|</code> is that common, and the grouping is not necessary without it." msgstr "" +#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Dependency types for ~D and related operators need to be specified in the " +"canonical case." +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt-patterns.7.xml #, fuzzy diff --git a/doc/po/nl.po b/doc/po/nl.po index 824b86ad9..291d8d536 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 2.1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-09-10 22:28+0200\n" +"POT-Creation-Date: 2021-01-08 22:11+0100\n" "PO-Revision-Date: 2020-08-18 22:34+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -2221,6 +2221,16 @@ msgstr "" "meerdere bestanden toe te voegen. Zie voor verdere details de beschrijving " "van de optie <option>--with-source</option> in &apt-cache;." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term><option><replaceable> +#: apt-get.8.xml +msgid "any" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +msgid "Fail the update command if any error occured, even a transient one." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml #: apt_preferences.5.xml apt_auth.conf.5.xml @@ -6489,11 +6499,18 @@ msgstr "prioriteit 1" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> #: apt_preferences.5.xml +#, fuzzy +#| msgid "" +#| "to the versions coming from archives which in their <filename>Release</" +#| "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" +#| "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " +#| "<literal>experimental</literal> archive." msgid "" "to the versions coming from archives which in their <filename>Release</" "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " -"<literal>experimental</literal> archive." +"<literal>experimental</literal> archive, as well as versions that are not " +"phased on this systems." msgstr "" "aan de versies die afkomstig zijn uit archieven die volgens hun " "<filename>Release</filename>-bestanden gemarkeerd staan als \"NotAutomatic: " @@ -6671,6 +6688,40 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml +msgid "Phased Updates" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"APT understands a field called <literal>Phased-Update-Percentage</literal> " +"which can be used to control the rollout of a new version. It is an integer " +"between 0 and 100." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"A system's eligibility to a phased update is determined by seeding random " +"number generator with the package source name, the version number, and /etc/" +"machine-id, and then calculating an integer in the range [0, 100]. If this " +"integer is larger than the <literal>Phased-Update-Percentage</literal>, the " +"version is pinned to 1, and thus held back. Otherwise, normal policy rules " +"apply." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"In case you have multiple systems that you want to receive the same set of " +"updates, you can set <code>APT::Machine-ID</code> to a UUID such that they " +"all phase the same, or set <code>APT::Get::Never-Include-Phased-Updates</" +"code> or <code>APT::Get::Always-Include-Phased-Updates</code> to true such " +"that APT will never/always consider phased updates." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><title> +#: apt_preferences.5.xml msgid "The Effect of APT Preferences" msgstr "Het effect van de voorkeursinstellingen voor APT" @@ -11893,6 +11944,168 @@ msgstr "" "Selecteert versies waarvan de versietekenreeks overeenkomt met de opgegeven " "reguliere expressie." +#. type: Content of: <refentry><refsect1><title> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "Package patterns" +msgid "Package relationship patterns" +msgstr "Pakketpatronen" + +#. type: Content of: <refentry><refsect1><para> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "These patterns select specific versions of a package." +msgid "" +"These patterns match specific package versions that depend/conflict with " +"some other packages." +msgstr "Deze patronen selecteren specifieke versies van een pakket." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?depends(PATTERN)</code>" +msgstr "<code>?not(PATROON)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DPATTERN</code>" +msgstr "<code>!PATROON</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?pre-depends(PATTERN)</code>" +msgstr "<code>?not(PATROON)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DPre-Depends:PATTERN</code>" +msgstr "<code>!PATROON</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?suggests(PATTERN)</code>" +msgstr "<code>?not(PATROON)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DSuggests:PATTERN</code>" +msgstr "<code>!PATROON</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?conflicts(PATTERN)</code>" +msgstr "<code>?not(PATROON)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>~DConflicts:PATTERN</code>" +msgstr "<code>?not(PATROON)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>(PATTERN)</code>" +msgid "<code>?replaces(PATTERN)</code>" +msgstr "<code>(PATROON)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DReplaces:PATTERN</code>" +msgstr "<code>!PATROON</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?obsoletes(PATTERN)</code>" +msgstr "<code>?not(PATROON)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>~DObsoletes:PATTERN</code>" +msgstr "<code>?not(PATROON)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>(PATTERN)</code>" +msgid "<code>?breaks(PATTERN)</code>" +msgstr "<code>(PATROON)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DBreaks:PATTERN</code>" +msgstr "<code>!PATROON</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?enhances(PATTERN)</code>" +msgstr "<code>?not(PATROON)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DEnhances:PATTERN</code>" +msgstr "<code>!PATROON</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions depending/pre-depending/suggesting/conflicting/etc on/with/ " +"packages matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?reverse-<replaceable>depType</replaceable>(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" +msgid "<code>~R<replaceable>DepType</replaceable>:PATTERN</code>" +msgstr "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Opposite of <code>?depends</code> and friends - selects all packages that " +"have reverse-dependencies (versions) matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"<replaceable>depType</replaceable> is one of the dependency types such as " +"<code>depends</code>, so that we don't have to repeat the entire list from " +"the first paragraph here." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> #: apt-patterns.7.xml msgid "<code>apt remove ?garbage</code>" @@ -12024,6 +12237,13 @@ msgstr "" "mening dat het gebruik van <code>|</code> erg verspreid is en dat zonder dit " "de groepering niet noodzakelijk is." +#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Dependency types for ~D and related operators need to be specified in the " +"canonical case." +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt-patterns.7.xml msgid "&apt-get;, &apt;" diff --git a/doc/po/pl.po b/doc/po/pl.po index cfd77be2a..d451c58ff 100644 --- a/doc/po/pl.po +++ b/doc/po/pl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2021-01-08 22:11+0100\n" "PO-Revision-Date: 2014-07-04 02:13+0200\n" "Last-Translator: Robert Luberda <robert@debian.org>\n" "Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n" @@ -2184,6 +2184,16 @@ msgid "" "cache; for further details." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term><option><replaceable> +#: apt-get.8.xml +msgid "any" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +msgid "Fail the update command if any error occured, even a transient one." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml #: apt_preferences.5.xml apt_auth.conf.5.xml @@ -5729,11 +5739,18 @@ msgstr "priorytet 1" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> #: apt_preferences.5.xml +#, fuzzy +#| msgid "" +#| "to the versions coming from archives which in their <filename>Release</" +#| "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" +#| "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " +#| "<literal>experimental</literal> archive." msgid "" "to the versions coming from archives which in their <filename>Release</" "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " -"<literal>experimental</literal> archive." +"<literal>experimental</literal> archive, as well as versions that are not " +"phased on this systems." msgstr "" "wersjom pochodzącym z archiwów, których pliki <filename>Release</filename> " "mają wpis \"NotAutomatic: yes\" i <emphasis>nie mają</emphasis> wpisu " @@ -5908,6 +5925,40 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml +msgid "Phased Updates" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"APT understands a field called <literal>Phased-Update-Percentage</literal> " +"which can be used to control the rollout of a new version. It is an integer " +"between 0 and 100." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"A system's eligibility to a phased update is determined by seeding random " +"number generator with the package source name, the version number, and /etc/" +"machine-id, and then calculating an integer in the range [0, 100]. If this " +"integer is larger than the <literal>Phased-Update-Percentage</literal>, the " +"version is pinned to 1, and thus held back. Otherwise, normal policy rules " +"apply." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"In case you have multiple systems that you want to receive the same set of " +"updates, you can set <code>APT::Machine-ID</code> to a UUID such that they " +"all phase the same, or set <code>APT::Get::Never-Include-Phased-Updates</" +"code> or <code>APT::Get::Always-Include-Phased-Updates</code> to true such " +"that APT will never/always consider phased updates." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><title> +#: apt_preferences.5.xml msgid "The Effect of APT Preferences" msgstr "Efekt stosowania preferencji APT" @@ -10331,6 +10382,132 @@ msgid "" "expression." msgstr "" +#. type: Content of: <refentry><refsect1><title> +#: apt-patterns.7.xml +msgid "Package relationship patterns" +msgstr "" + +#. type: Content of: <refentry><refsect1><para> +#: apt-patterns.7.xml +msgid "" +"These patterns match specific package versions that depend/conflict with " +"some other packages." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?depends(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DPATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?pre-depends(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DPre-Depends:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?suggests(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DSuggests:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?conflicts(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DConflicts:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?replaces(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DReplaces:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?obsoletes(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DObsoletes:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?breaks(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DBreaks:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?enhances(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DEnhances:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions depending/pre-depending/suggesting/conflicting/etc on/with/ " +"packages matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?reverse-<replaceable>depType</replaceable>(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" +msgid "<code>~R<replaceable>DepType</replaceable>:PATTERN</code>" +msgstr "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Opposite of <code>?depends</code> and friends - selects all packages that " +"have reverse-dependencies (versions) matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"<replaceable>depType</replaceable> is one of the dependency types such as " +"<code>depends</code>, so that we don't have to repeat the entire list from " +"the first paragraph here." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> #: apt-patterns.7.xml msgid "<code>apt remove ?garbage</code>" @@ -10437,6 +10614,13 @@ msgid "" "<code>|</code> is that common, and the grouping is not necessary without it." msgstr "" +#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Dependency types for ~D and related operators need to be specified in the " +"canonical case." +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt-patterns.7.xml #, fuzzy diff --git a/doc/po/pt.po b/doc/po/pt.po index b3e808656..05fcfed41 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.1.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-11-04 15:54+0100\n" +"POT-Creation-Date: 2021-01-08 22:11+0100\n" "PO-Revision-Date: 2020-08-14 23:28+0000\n" "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n" "Language-Team: Portuguese <>\n" @@ -2163,6 +2163,16 @@ msgstr "" "repetido para adicionar vários ficheiros. Veja a descrição de <option>--with-" "source</option> em &apt-cache; para mais detalhes." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term><option><replaceable> +#: apt-get.8.xml +msgid "any" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +msgid "Fail the update command if any error occured, even a transient one." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml #: apt_preferences.5.xml apt_auth.conf.5.xml @@ -6295,11 +6305,18 @@ msgstr "priority 1" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> #: apt_preferences.5.xml +#, fuzzy +#| msgid "" +#| "to the versions coming from archives which in their <filename>Release</" +#| "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" +#| "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " +#| "<literal>experimental</literal> archive." msgid "" "to the versions coming from archives which in their <filename>Release</" "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " -"<literal>experimental</literal> archive." +"<literal>experimental</literal> archive, as well as versions that are not " +"phased on this systems." msgstr "" "para as versões vindas de arquivos cujos ficheiros <filename>Release</" "filename> estejam marcados como \"NotAutomatic: yes\" mas <emphasis>não</" @@ -6471,6 +6488,40 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml +msgid "Phased Updates" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"APT understands a field called <literal>Phased-Update-Percentage</literal> " +"which can be used to control the rollout of a new version. It is an integer " +"between 0 and 100." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"A system's eligibility to a phased update is determined by seeding random " +"number generator with the package source name, the version number, and /etc/" +"machine-id, and then calculating an integer in the range [0, 100]. If this " +"integer is larger than the <literal>Phased-Update-Percentage</literal>, the " +"version is pinned to 1, and thus held back. Otherwise, normal policy rules " +"apply." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"In case you have multiple systems that you want to receive the same set of " +"updates, you can set <code>APT::Machine-ID</code> to a UUID such that they " +"all phase the same, or set <code>APT::Get::Never-Include-Phased-Updates</" +"code> or <code>APT::Get::Always-Include-Phased-Updates</code> to true such " +"that APT will never/always consider phased updates." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><title> +#: apt_preferences.5.xml msgid "The Effect of APT Preferences" msgstr "O Efeito das Preferências do APT" @@ -11572,6 +11623,168 @@ msgstr "" "Seleciona versões onde a string de versão coincide com a expressão regular " "fornecida." +#. type: Content of: <refentry><refsect1><title> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "Package patterns" +msgid "Package relationship patterns" +msgstr "Padrões de pacotes" + +#. type: Content of: <refentry><refsect1><para> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "These patterns select specific versions of a package." +msgid "" +"These patterns match specific package versions that depend/conflict with " +"some other packages." +msgstr "Estes padrões selecionam versões específicas de um pacote." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?depends(PATTERN)</code>" +msgstr "<code>?not(PATTERN)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DPATTERN</code>" +msgstr "<code>!PATTERN</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?pre-depends(PATTERN)</code>" +msgstr "<code>?not(PATTERN)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DPre-Depends:PATTERN</code>" +msgstr "<code>!PATTERN</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?suggests(PATTERN)</code>" +msgstr "<code>?not(PATTERN)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DSuggests:PATTERN</code>" +msgstr "<code>!PATTERN</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?conflicts(PATTERN)</code>" +msgstr "<code>?not(PATTERN)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>~DConflicts:PATTERN</code>" +msgstr "<code>?not(PATTERN)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>(PATTERN)</code>" +msgid "<code>?replaces(PATTERN)</code>" +msgstr "<code>(PATTERN)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DReplaces:PATTERN</code>" +msgstr "<code>!PATTERN</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?obsoletes(PATTERN)</code>" +msgstr "<code>?not(PATTERN)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>~DObsoletes:PATTERN</code>" +msgstr "<code>?not(PATTERN)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>(PATTERN)</code>" +msgid "<code>?breaks(PATTERN)</code>" +msgstr "<code>(PATTERN)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DBreaks:PATTERN</code>" +msgstr "<code>!PATTERN</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>?not(PATTERN)</code>" +msgid "<code>?enhances(PATTERN)</code>" +msgstr "<code>?not(PATTERN)</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<code>!PATTERN</code>" +msgid "<code>~DEnhances:PATTERN</code>" +msgstr "<code>!PATTERN</code>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions depending/pre-depending/suggesting/conflicting/etc on/with/ " +"packages matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?reverse-<replaceable>depType</replaceable>(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" +msgid "<code>~R<replaceable>DepType</replaceable>:PATTERN</code>" +msgstr "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Opposite of <code>?depends</code> and friends - selects all packages that " +"have reverse-dependencies (versions) matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"<replaceable>depType</replaceable> is one of the dependency types such as " +"<code>depends</code>, so that we don't have to repeat the entire list from " +"the first paragraph here." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> #: apt-patterns.7.xml msgid "<code>apt remove ?garbage</code>" @@ -11700,6 +11913,13 @@ msgstr "" "como <code>A|B</code> não é suportado. Não acreditamos que o uso de <code>|</" "code> seja tão comum, e o agrupar não seja necessário sem ele." +#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Dependency types for ~D and related operators need to be specified in the " +"canonical case." +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt-patterns.7.xml msgid "&apt-get;, &apt;" diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 319d76ff6..c6528dafe 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-04 12:40+0200\n" +"POT-Creation-Date: 2021-01-08 22:11+0100\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes <andrelop@debian.org>\n" "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n" @@ -1508,6 +1508,16 @@ msgid "" "cache; for further details." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term><option><replaceable> +#: apt-get.8.xml +msgid "any" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +msgid "Fail the update command if any error occured, even a transient one." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml #: apt_preferences.5.xml apt_auth.conf.5.xml @@ -4406,7 +4416,8 @@ msgid "" "to the versions coming from archives which in their <filename>Release</" "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" "emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " -"<literal>experimental</literal> archive." +"<literal>experimental</literal> archive, as well as versions that are not " +"phased on this systems." msgstr "" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> @@ -4581,6 +4592,40 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml +msgid "Phased Updates" +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"APT understands a field called <literal>Phased-Update-Percentage</literal> " +"which can be used to control the rollout of a new version. It is an integer " +"between 0 and 100." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"A system's eligibility to a phased update is determined by seeding random " +"number generator with the package source name, the version number, and /etc/" +"machine-id, and then calculating an integer in the range [0, 100]. If this " +"integer is larger than the <literal>Phased-Update-Percentage</literal>, the " +"version is pinned to 1, and thus held back. Otherwise, normal policy rules " +"apply." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><para> +#: apt_preferences.5.xml +msgid "" +"In case you have multiple systems that you want to receive the same set of " +"updates, you can set <code>APT::Machine-ID</code> to a UUID such that they " +"all phase the same, or set <code>APT::Get::Never-Include-Phased-Updates</" +"code> or <code>APT::Get::Always-Include-Phased-Updates</code> to true such " +"that APT will never/always consider phased updates." +msgstr "" + +#. type: Content of: <refentry><refsect1><refsect2><title> +#: apt_preferences.5.xml #, fuzzy msgid "The Effect of APT Preferences" msgstr "O Efeito das Preferências do APT" @@ -8626,6 +8671,132 @@ msgid "" "expression." msgstr "" +#. type: Content of: <refentry><refsect1><title> +#: apt-patterns.7.xml +msgid "Package relationship patterns" +msgstr "" + +#. type: Content of: <refentry><refsect1><para> +#: apt-patterns.7.xml +msgid "" +"These patterns match specific package versions that depend/conflict with " +"some other packages." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?depends(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DPATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?pre-depends(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DPre-Depends:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?suggests(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DSuggests:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?conflicts(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DConflicts:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?replaces(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DReplaces:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?obsoletes(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DObsoletes:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?breaks(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DBreaks:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?enhances(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>~DEnhances:PATTERN</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Selects versions depending/pre-depending/suggesting/conflicting/etc on/with/ " +"packages matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +msgid "<code>?reverse-<replaceable>depType</replaceable>(PATTERN)</code>" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-patterns.7.xml +#, fuzzy +#| msgid "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" +msgid "<code>~R<replaceable>DepType</replaceable>:PATTERN</code>" +msgstr "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Opposite of <code>?depends</code> and friends - selects all packages that " +"have reverse-dependencies (versions) matching PATTERN." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-patterns.7.xml +msgid "" +"<replaceable>depType</replaceable> is one of the dependency types such as " +"<code>depends</code>, so that we don't have to repeat the entire list from " +"the first paragraph here." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> #: apt-patterns.7.xml msgid "<code>apt remove ?garbage</code>" @@ -8732,6 +8903,13 @@ msgid "" "<code>|</code> is that common, and the grouping is not necessary without it." msgstr "" +#. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> +#: apt-patterns.7.xml +msgid "" +"Dependency types for ~D and related operators need to be specified in the " +"canonical case." +msgstr "" + #. type: Content of: <refentry><refsect1><para> #: apt-patterns.7.xml #, fuzzy diff --git a/po/apt-all.pot b/po/apt-all.pot index f42689e31..7a0594aeb 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.1.15\n" +"Project-Id-Version: apt 2.1.16\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-12-27 09:54+0100\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2194,6 +2194,10 @@ msgstr "" msgid " Version table:" msgstr "" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n" "Language-Team: Arabic <support@arabeyes.org>\n" @@ -2233,6 +2233,10 @@ msgstr "(لاشيء)" msgid " Version table:" msgstr " جدول النسخ:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (ast)\n" @@ -2308,6 +2308,10 @@ msgstr "(dengún)" msgid " Version table:" msgstr " Tabla de versiones:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov <dmn@debian.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" @@ -2351,6 +2351,10 @@ msgstr "(няма)" msgid " Version table:" msgstr " Таблица с версиите:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n" "Language-Team: Bosnian <lokal@lugbih.org>\n" @@ -2214,6 +2214,10 @@ msgstr "" msgid " Version table:" msgstr "" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~beta1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2020-08-09 22:43+0200\n" "Last-Translator: Aleix Vidal i Gaya <aleix@softcatala.org>\n" "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n" @@ -1984,7 +1984,8 @@ msgstr "S'ha d'obtenir %sB d'arxius.\n" #: apt-private/private-install.cc #, c-format msgid "After this operation, %sB of additional disk space will be used.\n" -msgstr "Després d'aquesta operació s'utilitzaran %sB d'espai en disc addicional.\n" +msgstr "" +"Després d'aquesta operació s'utilitzaran %sB d'espai en disc addicional.\n" #. TRANSLATOR: The required space between number and unit is already included #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB @@ -2398,6 +2399,10 @@ msgstr "(cap)" msgid " Version table:" msgstr " Taula de versions:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2017-05-06 11:08+0200\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" @@ -2339,6 +2339,10 @@ msgstr "(žádná)" msgid " Version table:" msgstr " Tabulka verzí:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n" "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n" @@ -2303,6 +2303,10 @@ msgstr "(dim)" msgid " Version table:" msgstr " Tabl Fersiynnau:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~rc2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2017-03-02 23:51+0200\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" @@ -2361,6 +2361,10 @@ msgstr "(ingen)" msgid " Version table:" msgstr " Versionstabel:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.1.14\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2020-12-23 07:28+0100\n" "Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -202,8 +202,8 @@ msgid "" "Release file for %s is not valid yet (invalid for another %s). Updates for " "this repository will not be applied." msgstr "" -"Release-Datei für %s ist noch nicht gültig (ungültig für weitere %s). Aktualisierungen für " -"dieses Depot werden nicht angewendet." +"Release-Datei für %s ist noch nicht gültig (ungültig für weitere %s). " +"Aktualisierungen für dieses Depot werden nicht angewendet." #: apt-pkg/acquire-item.cc #, c-format @@ -277,8 +277,8 @@ msgid "" "to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." msgstr "" "Die Methode »%s« wird nicht unterstützt und ist standardmäßig deaktiviert. " -"Wechseln Sie, falls möglich, auf http(s). Um sie wieder zu aktivieren, setzen " -"Sie Dir::Bin::Methods::%s auf »%s«." +"Wechseln Sie, falls möglich, auf http(s). Um sie wieder zu aktivieren, " +"setzen Sie Dir::Bin::Methods::%s auf »%s«." #: apt-pkg/acquire-worker.cc #, c-format @@ -742,12 +742,14 @@ msgstr "Es wird keine Sperre für per NFS eingebundene Sperrdatei %s verwendet." #: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not get lock %s. It is held by process %d" -msgstr "Sperre %s konnte nicht erlangt werden. Sie wird von Prozess %d gehalten." +msgstr "" +"Sperre %s konnte nicht erlangt werden. Sie wird von Prozess %d gehalten." #: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not get lock %s. It is held by process %d (%s)" -msgstr "Sperre %s konnte nicht erlangt werden. Sie wird von Prozess %d (%s) gehalten." +msgstr "" +"Sperre %s konnte nicht erlangt werden. Sie wird von Prozess %d (%s) gehalten." #: apt-pkg/contrib/fileutl.cc #, c-format @@ -1118,7 +1120,8 @@ msgstr "" #, c-format msgid "Unable to acquire the dpkg frontend lock (%s), are you root?" msgstr "" -"Erlangen der Sperre für die Dpkg-Oberfläche (%s) nicht möglich; sind Sie root?" +"Erlangen der Sperre für die Dpkg-Oberfläche (%s) nicht möglich; sind Sie " +"root?" #. TRANSLATORS: the %s contains the recovery command, usually #. dpkg --configure -a @@ -1990,8 +1993,8 @@ msgstr "Interner Fehler, Anordnung beendete nicht" #: apt-private/private-install.cc msgid "How odd... The sizes didn't match, email apt@packages.debian.org" msgstr "" -"Wie merkwürdig … die Größen haben nicht übereingestimmt; schreiben Sie " -"eine E-Mail an apt@packages.debian.org (auf Englisch bitte)." +"Wie merkwürdig … die Größen haben nicht übereingestimmt; schreiben Sie eine " +"E-Mail an apt@packages.debian.org (auf Englisch bitte)." #. TRANSLATOR: The required space between number and unit is already included #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB @@ -2441,6 +2444,10 @@ msgstr "(keine)" msgid " Version table:" msgstr " Versionstabelle:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -3180,7 +3187,8 @@ msgstr "das angegebene Paket als »Manuell installiert« markieren" #: cmdline/apt-mark.cc msgid "Mark all dependencies of meta packages as automatically installed." -msgstr "alle Abhängigkeiten von Metapaketen als »Automatisch installiert« markieren" +msgstr "" +"alle Abhängigkeiten von Metapaketen als »Automatisch installiert« markieren" #: cmdline/apt-mark.cc msgid "Mark a package as held back" @@ -4606,4 +4614,3 @@ msgstr "Leere Dateien können kein gültiges Archiv sein." #~ msgid "Release file expired, ignoring %s (invalid since %s)" #~ msgstr "Release-Datei abgelaufen, %s wird ignoriert (ungültig seit %s)" - @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n" "Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n" @@ -2272,6 +2272,10 @@ msgstr "(ཅི་མེད།)" msgid " Version table:" msgstr "ཐོན་རིམ་ཐིག་ཁྲམ།:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2020-12-30 12:20+0200\n" "Last-Translator: Vangelis Skarmoutsos <skarmoutsosv@gmail.com>\n" "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n" @@ -2294,6 +2294,10 @@ msgstr "(κανένα)" msgid " Version table:" msgstr " Πίνακας Έκδοσης:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox." "org>\n" @@ -2467,6 +2467,10 @@ msgstr "(ninguno)" msgid " Version table:" msgstr " Tabla de versión:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide <pi@beobide.net>\n" "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n" @@ -2274,6 +2274,10 @@ msgstr "(bat ere ez)" msgid " Version table:" msgstr " Bertsio taula:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -2267,6 +2267,10 @@ msgstr "(ei mitään)" msgid " Version table:" msgstr " Versiotaulukko:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2019-01-21 09:19+0100\n" "Last-Translator: Julien Patriarca <leatherface@debian.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -2453,6 +2453,10 @@ msgstr "(aucun)" msgid " Version table:" msgstr " Table de version :" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: galician <proxecto@trasno.net>\n" @@ -2340,6 +2340,10 @@ msgstr "(ningún)" msgid " Version table:" msgstr " Táboa de versións:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2016-04-10 19:46+0200\n" "Last-Translator: Gabor Kelemen <kelemeng@ubuntu.com>\n" "Language-Team: Hungarian <gnome-hu-list@gnome.org>\n" @@ -2384,6 +2384,10 @@ msgstr "(nincs)" msgid " Version table:" msgstr " Verziótáblázat:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2019-03-04 11:05+0100\n" "Last-Translator: Milo Casagrande <milo@milo.name>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -2416,6 +2416,10 @@ msgstr "(nessuno)" msgid " Version table:" msgstr " Tabella versione:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -2373,6 +2373,10 @@ msgstr "(なし)" msgid " Version table:" msgstr " バージョンテーブル:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer <support@khmeros.info>\n" @@ -2259,6 +2259,10 @@ msgstr "(គ្មាន)" msgid " Version table:" msgstr " តារាងកំណែ ៖" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n" @@ -2279,6 +2279,10 @@ msgstr "(없음)" msgid " Version table:" msgstr " 버전 테이블:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n" "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n" @@ -2212,6 +2212,10 @@ msgstr "(ne tiştek)" msgid " Version table:" msgstr " Tabloya guhertoyan:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" @@ -2247,6 +2247,10 @@ msgstr "(nėra)" msgid " Version table:" msgstr " Versijų lentelė:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada <sampadanakhare@gmail.com>\n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -2262,6 +2262,10 @@ msgstr "(कोणताच नाही)" msgid " Version table:" msgstr "आवृत्ती कोष्टक:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2018-10-30 20:53+0100\n" "Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n" "Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n" @@ -2329,6 +2329,10 @@ msgstr "(ingen)" msgid " Version table:" msgstr " Versjonstabell:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n" "Language-Team: Nepali <info@mpp.org.np>\n" @@ -2257,6 +2257,10 @@ msgstr "(कुनै पनि होइन)" msgid " Version table:" msgstr " संस्करण तालिका:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2020-05-24 14:43+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -2411,6 +2411,10 @@ msgstr "(geen)" msgid " Version table:" msgstr " Versietabel:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n" "Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n" @@ -2270,6 +2270,10 @@ msgstr "(ingen)" msgid " Version table:" msgstr " Versjonstabell:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2012-07-28 21:53+0200\n" "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n" "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n" @@ -2371,6 +2371,10 @@ msgstr "(brak)" msgid " Version table:" msgstr " Tabela wersji:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -2355,6 +2355,10 @@ msgstr "(nenhum)" msgid " Version table:" msgstr " Tabela de Versão:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" diff --git a/po/pt_BR.po b/po/pt_BR.po index 009ee75f2..eed03d7dc 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2008-11-17 02:33-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n" "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." @@ -2284,6 +2284,10 @@ msgstr "(nenhum)" msgid " Version table:" msgstr " Tabela de versão:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2008-11-15 02:21+0200\n" "Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n" "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n" @@ -2290,6 +2290,10 @@ msgstr "(niciunul)" msgid " Version table:" msgstr " Tabela de versiuni:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.0.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2020-03-09 22:43+0300\n" "Last-Translator: Алексей Шилин <rootlexx@mail.ru>\n" "Language-Team: русский <debian-l10n-russian@lists.debian.org>\n" @@ -2402,6 +2402,10 @@ msgstr "(отсутствует)" msgid " Version table:" msgstr " Таблица версий:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár <helix84@centrum.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -2325,6 +2325,10 @@ msgstr "(žiadna)" msgid " Version table:" msgstr " Tabuľka verzií:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -2330,6 +2330,10 @@ msgstr "(brez)" msgid " Version table:" msgstr " Preglednica različic:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n" "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n" @@ -2345,6 +2345,10 @@ msgstr "(ingen)" msgid " Version table:" msgstr " Versionstabell:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" @@ -2267,6 +2267,10 @@ msgstr "(ไม่มี)" msgid " Version table:" msgstr " ตารางรุ่น:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n" "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n" @@ -2286,6 +2286,10 @@ msgstr "(wala)" msgid " Version table:" msgstr " Talaang Bersyon:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2018-01-03 16:32+0300\n" "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n" "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n" @@ -2377,6 +2377,10 @@ msgstr "(hiçbiri)" msgid " Version table:" msgstr " Sürüm çizelgesi:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n" "Language-Team: Українська <uk@li.org>\n" @@ -2358,6 +2358,10 @@ msgstr "(відсутній)" msgid " Version table:" msgstr " Таблиця версій:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n" @@ -2321,6 +2321,10 @@ msgstr "(không)" msgid " Version table:" msgstr " Bảng phiên bản:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" diff --git a/po/zh_CN.po b/po/zh_CN.po index cb7d6e905..8f988bad3 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.0.1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2020-03-26 17:38-0400\n" "Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n" @@ -2257,6 +2257,10 @@ msgstr "(无)" msgid " Version table:" msgstr " 版本列表:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, c-format msgid "Can not find a package for architecture '%s'" diff --git a/po/zh_TW.po b/po/zh_TW.po index dfa9c47d2..aa4cdf4b9 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.X\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-08-11 14:34+0200\n" +"POT-Creation-Date: 2021-01-08 21:58+0100\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet <tetralet@gmail.com>\n" "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists." @@ -2246,6 +2246,10 @@ msgstr "(無)" msgid " Version table:" msgstr " 版本列表:" +#: apt-private/private-show.cc +msgid "phased" +msgstr "" + #: apt-private/private-source.cc #, fuzzy, c-format msgid "Can not find a package for architecture '%s'" |