diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-23 04:10:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-23 04:10:50 +0000 |
commit | faf78e24948280b25ccad71e5fe027809f8c6279 (patch) | |
tree | eac8c502171ec9b3295e1ed84791d63a2f567666 /doc | |
parent | Adding upstream version 2.9.1. (diff) | |
download | apt-faf78e24948280b25ccad71e5fe027809f8c6279.tar.xz apt-faf78e24948280b25ccad71e5fe027809f8c6279.zip |
Adding upstream version 2.9.2.upstream/2.9.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/apt.conf.5.xml | 41 | ||||
-rw-r--r-- | doc/apt.ent | 17 | ||||
-rw-r--r-- | doc/examples/configure-index | 4 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 84 | ||||
-rw-r--r-- | doc/po/de.po | 129 | ||||
-rw-r--r-- | doc/po/es.po | 128 | ||||
-rw-r--r-- | doc/po/fr.po | 128 | ||||
-rw-r--r-- | doc/po/it.po | 151 | ||||
-rw-r--r-- | doc/po/ja.po | 128 | ||||
-rw-r--r-- | doc/po/nl.po | 128 | ||||
-rw-r--r-- | doc/po/pl.po | 128 | ||||
-rw-r--r-- | doc/po/pt.po | 128 | ||||
-rw-r--r-- | doc/po/pt_BR.po | 76 |
14 files changed, 1225 insertions, 47 deletions
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 6f94904..d19a376 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.9.1"> +<!ENTITY apt-product-version "2.9.2"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "bullseye"> diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 2ae569e..e873cf5 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -19,7 +19,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2024-02-21T00:00:00Z</date> + <date>2024-04-19T00:00:00Z</date> </refentryinfo> <refmeta> @@ -174,6 +174,45 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; </para></listitem> </varlistentry> + <varlistentry><term><option>Color</option></term> + <listitem><para> + This scope defines colors and styles. The basic colors supported are + <option>red</option>, + <option>green</option>, + <option>yellow</option>, + <option>blue</option>, + <option>magenta</option>, + <option>cyan</option>, and + <option>white</option>. + </para> + <para> + The subscope <option>action</option> defines the colors for package lists + in <option>install</option> and similar commands. The following options may be set: + <option>APT::Color::Action::Upgrade</option>, + <option>APT::Color::Action::Install</option>, + <option>APT::Color::Action::Install-Dependencies</option>, + <option>APT::Color::Action::Downgrade</option>, + <option>APT::Color::Action::Remove</option>; corresponding to their + lists in the &apt; output. + </para> + <para> + Each color may reference one or more other color options by name, relative + to <option>APT::Color</option>. Their escape sequences will be combined. + </para> + <informalexample><programlisting> +APT::Color::Bold "\x1B[1m"; +APT::Color::Action::Install "cyan"; +APT::Color::Action::Upgrade "bold action::install"; + </programlisting></informalexample> + <para> + Colors may be turned on or off completely by setting <option>APT::Color</option> + to <option>yes</option> or <option>no</option>, by utilizing <envar>NO_COLOR</envar> + or <envar>APT_NO_COLOR</envar> environment variables, or using the + <option>--color</option>, <option>--no-color</option> command-line options. + </para> + </listitem> + </varlistentry> + <varlistentry><term><option>Compressor</option></term> <listitem><para> This scope defines which compression formats are supported, how compression diff --git a/doc/apt.ent b/doc/apt.ent index a6abb0e..b502073 100644 --- a/doc/apt.ent +++ b/doc/apt.ent @@ -49,6 +49,13 @@ </varlistentry> <varlistentry> + <term><option>--audit</option></term> + <listitem><para>Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-c</option></term> <term><option>--config-file</option></term> <listitem><para>Configuration File; Specify a configuration file to use. @@ -70,6 +77,16 @@ </para> </listitem> </varlistentry> + + <varlistentry> + <term><option>--no-color</option></term> + <term><option>--color</option></term> +<listitem><para>Turn colors on or off. Colors are on by default on supported terminals for &apt; and +can also be disabled using the <envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment variables, +or further configured by the <option>APT::Color</option> configuration option and scope, see &apt-conf; for information on that. + </para> + </listitem> + </varlistentry> "> <!-- Should be used within the option section of the text to diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 72e9075..981fe6f 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -47,6 +47,7 @@ quiet "<INT>" { // Options for APT in general APT { + Audit "<BOOL>"; // display audit messages Architecture "<STRING>"; // debian architecture like amd64, i386, powerpc, armhf, mips, … Architectures "<LIST>"; // a list of (foreign) debian architectures, defaults to: dpkg --print-foreign-architectures BarbarianArchitectures "<LIST>"; // a list of architectures considered too foreign to satisfy M-A:foreign @@ -725,6 +726,7 @@ apt::planner "<STRING>"; apt::system "<STRING>"; apt::acquire::translation "<STRING>"; // deprecated in favor of Acquire::Languages apt::color::highlight "<STRING>"; +apt::color::bold "<STRING>"; apt::color::neutral "<STRING>"; apt::output-version "<INT>"; @@ -887,6 +889,8 @@ Rred::Compress "<STRING>"; APT::Internal::OpProgress::Absolute "<BOOL>"; APT::Internal::OpProgress::EraseLines "<BOOL>"; APT::Color "<BOOL>"; +APT::Color::Show::Field "<STRING>"; +APT::Color::Show::Package "<STRING>"; update-manager::always-include-phased-updates "<BOOL>"; update-manager::never-include-phased-updates "<BOOL>"; diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 56c7e6c..2a63215 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 2.9.1\n" +"Project-Id-Version: apt-doc 2.9.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-04-14 16:52+0000\n" +"POT-Creation-Date: 2024-04-22 17:39+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -103,6 +103,19 @@ msgstr "" #, no-wrap msgid "" " <varlistentry>\n" +" <term><option>--audit</option></term>\n" +" <listitem><para>Show audit (and notice) messages. This overrides the " +"quiet option, but only for notice messages, not progress ones.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +msgstr "" + +#. type: Plain text +#: apt.ent +#, no-wrap +msgid "" +" <varlistentry>\n" " <term><option>-c</option></term>\n" " <term><option>--config-file</option></term>\n" " <listitem><para>Configuration File; Specify a configuration file to " @@ -135,6 +148,24 @@ msgid "" " </para>\n" " </listitem>\n" " </varlistentry>\n" +msgstr "" + +#. type: Plain text +#: apt.ent +#, no-wrap +msgid "" +" <varlistentry>\n" +" <term><option>--no-color</option></term>\n" +" <term><option>--color</option></term>\n" +"<listitem><para>Turn colors on or off. Colors are on by default on supported " +"terminals for &apt; and\n" +"can also be disabled using the <envar>NO_COLOR</envar> or " +"<envar>APT_NO_COLOR</envar> environment variables,\n" +"or further configured by the <option>APT::Color</option> configuration " +"option and scope, see &apt-conf; for information on that.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" "\">\n" msgstr "" @@ -3254,6 +3285,55 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"This scope defines colors and styles. The basic colors supported are " +"<option>red</option>, <option>green</option>, <option>yellow</option>, " +"<option>blue</option>, <option>magenta</option>, <option>cyan</option>, and " +"<option>white</option>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"The subscope <option>action</option> defines the colors for package lists in " +"<option>install</option> and similar commands. The following options may be " +"set: <option>APT::Color::Action::Upgrade</option>, " +"<option>APT::Color::Action::Install</option>, " +"<option>APT::Color::Action::Install-Dependencies</option>, " +"<option>APT::Color::Action::Downgrade</option>, " +"<option>APT::Color::Action::Remove</option>; corresponding to their lists in " +"the &apt; output." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to <option>APT::Color</option>. Their escape sequences will be combined." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting> +#: apt.conf.5.xml +#, no-wrap +msgid "" +"APT::Color::Bold \"\\x1B[1m\";\n" +"APT::Color::Action::Install \"cyan\";\n" +"APT::Color::Action::Upgrade \"bold action::install\";\n" +" " +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting " +"<option>APT::Color</option> to <option>yes</option> or <option>no</option>, " +"by utilizing <envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> " +"environment variables, or using the <option>--color</option>, " +"<option>--no-color</option> command-line options." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "This scope defines which compression formats are supported, how compression " "and decompression can be performed if support for this format isn't built " "into apt directly and a cost-value indicating how costly it is to compress " diff --git a/doc/po/de.po b/doc/po/de.po index aa9841e..4675d12 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: 2024-04-12 18:21+0000\n" +"POT-Creation-Date: 2024-04-22 17:38+0000\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" @@ -142,6 +142,33 @@ msgstr "" #. type: Plain text #: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-v</option></term>\n" +#| " <term><option>--version</option></term>\n" +#| " <listitem><para>Show the program version.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +msgid "" +" <varlistentry>\n" +" <term><option>--audit</option></term>\n" +" <listitem><para>Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-v</option></term>\n" +" <term><option>--version</option></term>\n" +" <listitem><para>die Version des Programms anzeigen\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" + +#. type: Plain text +#: apt.ent #, no-wrap msgid "" " <varlistentry>\n" @@ -171,7 +198,19 @@ msgstr "" #. type: Plain text #: apt.ent -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" msgid "" " <varlistentry>\n" " <term><option>-o</option></term>\n" @@ -183,6 +222,45 @@ msgid "" " </para>\n" " </listitem>\n" " </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-o</option></term>\n" +" <term><option>--option</option></term>\n" +" <listitem><para>eine Konfigurationsoption setzen; hiermit wird eine\n" +" beliebige Konfigurationsoption gesetzt. Die Syntax lautet\n" +" <option>-o Foo::Bar=bar</option>. <option>-o</option> und\n" +" <option>--option</option> kann mehrfach benutzt werden, um verschiedene\n" +" Optionen zu setzen.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" +msgid "" +" <varlistentry>\n" +" <term><option>--no-color</option></term>\n" +" <term><option>--color</option></term>\n" +"<listitem><para>Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the <envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment variables,\n" +"or further configured by the <option>APT::Color</option> configuration option and scope, see &apt-conf; for information on that.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" "\">\n" msgstr "" " <varlistentry>\n" @@ -4593,6 +4671,53 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"This scope defines colors and styles. The basic colors supported are " +"<option>red</option>, <option>green</option>, <option>yellow</option>, " +"<option>blue</option>, <option>magenta</option>, <option>cyan</option>, and " +"<option>white</option>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"The subscope <option>action</option> defines the colors for package lists in " +"<option>install</option> and similar commands. The following options may be " +"set: <option>APT::Color::Action::Upgrade</option>, <option>APT::Color::" +"Action::Install</option>, <option>APT::Color::Action::Install-Dependencies</" +"option>, <option>APT::Color::Action::Downgrade</option>, <option>APT::Color::" +"Action::Remove</option>; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to <option>APT::Color</option>. Their escape sequences will be combined." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting> +#: apt.conf.5.xml +#, no-wrap +msgid "" +"APT::Color::Bold \"\\x1B[1m\";\n" +"APT::Color::Action::Install \"cyan\";\n" +"APT::Color::Action::Upgrade \"bold action::install\";\n" +" " +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting <option>APT::Color</" +"option> to <option>yes</option> or <option>no</option>, by utilizing " +"<envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment " +"variables, or using the <option>--color</option>, <option>--no-color</" +"option> command-line options." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "This scope defines which compression formats are supported, how compression " "and decompression can be performed if support for this format isn't built " "into apt directly and a cost-value indicating how costly it is to compress " diff --git a/doc/po/es.po b/doc/po/es.po index e362307..c3c6067 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: 2024-04-12 18:21+0000\n" +"POT-Creation-Date: 2024-04-22 17:38+0000\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" @@ -175,6 +175,33 @@ msgstr "" #. type: Plain text #: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-v</option></term>\n" +#| " <term><option>--version</option></term>\n" +#| " <listitem><para>Show the program version.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +msgid "" +" <varlistentry>\n" +" <term><option>--audit</option></term>\n" +" <listitem><para>Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-v</option></term>\n" +" <term><option>--version</option></term>\n" +" <listitem><para>Muestra la versión del programa.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" + +#. type: Plain text +#: apt.ent #, no-wrap msgid "" " <varlistentry>\n" @@ -206,7 +233,19 @@ msgstr "" #. type: Plain text #: apt.ent -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" msgid "" " <varlistentry>\n" " <term><option>-o</option></term>\n" @@ -218,6 +257,44 @@ msgid "" " </para>\n" " </listitem>\n" " </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-o</option></term>\n" +" <term><option>--option</option></term>\n" +" <listitem><para>Define una opción de configuración: Esto definirá una opción\n" +" arbitraria de configuración. La sintaxis es <option>-o Algo::Cosa=cosa</option>.\n" +" <option>-o</option> y <option>--option</option> se pueden usar varias\n" +" veces para definir diferentes opciones.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" +msgid "" +" <varlistentry>\n" +" <term><option>--no-color</option></term>\n" +" <term><option>--color</option></term>\n" +"<listitem><para>Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the <envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment variables,\n" +"or further configured by the <option>APT::Color</option> configuration option and scope, see &apt-conf; for information on that.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" "\">\n" msgstr "" " <varlistentry>\n" @@ -4554,6 +4631,53 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"This scope defines colors and styles. The basic colors supported are " +"<option>red</option>, <option>green</option>, <option>yellow</option>, " +"<option>blue</option>, <option>magenta</option>, <option>cyan</option>, and " +"<option>white</option>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"The subscope <option>action</option> defines the colors for package lists in " +"<option>install</option> and similar commands. The following options may be " +"set: <option>APT::Color::Action::Upgrade</option>, <option>APT::Color::" +"Action::Install</option>, <option>APT::Color::Action::Install-Dependencies</" +"option>, <option>APT::Color::Action::Downgrade</option>, <option>APT::Color::" +"Action::Remove</option>; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to <option>APT::Color</option>. Their escape sequences will be combined." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting> +#: apt.conf.5.xml +#, no-wrap +msgid "" +"APT::Color::Bold \"\\x1B[1m\";\n" +"APT::Color::Action::Install \"cyan\";\n" +"APT::Color::Action::Upgrade \"bold action::install\";\n" +" " +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting <option>APT::Color</" +"option> to <option>yes</option> or <option>no</option>, by utilizing " +"<envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment " +"variables, or using the <option>--color</option>, <option>--no-color</" +"option> command-line options." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "This scope defines which compression formats are supported, how compression " "and decompression can be performed if support for this format isn't built " "into apt directly and a cost-value indicating how costly it is to compress " diff --git a/doc/po/fr.po b/doc/po/fr.po index 7b854cb..d0419ec 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: 2024-04-12 18:21+0000\n" +"POT-Creation-Date: 2024-04-22 17:38+0000\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" @@ -149,6 +149,33 @@ msgstr "" #. type: Plain text #: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-v</option></term>\n" +#| " <term><option>--version</option></term>\n" +#| " <listitem><para>Show the program version.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +msgid "" +" <varlistentry>\n" +" <term><option>--audit</option></term>\n" +" <listitem><para>Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-v</option></term>\n" +" <term><option>--version</option></term>\n" +" <listitem><para>Afficher la version du programme.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" + +#. type: Plain text +#: apt.ent #, no-wrap msgid "" " <varlistentry>\n" @@ -176,7 +203,19 @@ msgstr "" #. type: Plain text #: apt.ent -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" msgid "" " <varlistentry>\n" " <term><option>-o</option></term>\n" @@ -188,6 +227,44 @@ msgid "" " </para>\n" " </listitem>\n" " </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-o</option></term>\n" +" <term><option>--option</option></term>\n" +" <listitem><para>Définir une option de configuration ; permet de régler\n" +" une option de configuration donnée. La syntaxe est <option>-o Foo::Bar=bar</option>.\n" +" <option>-o</option> et <option>--option</option> peuvent être utilisées plusieurs fois\n" +" pour définir des options différentes.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" +msgid "" +" <varlistentry>\n" +" <term><option>--no-color</option></term>\n" +" <term><option>--color</option></term>\n" +"<listitem><para>Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the <envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment variables,\n" +"or further configured by the <option>APT::Color</option> configuration option and scope, see &apt-conf; for information on that.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" "\">\n" msgstr "" " <varlistentry>\n" @@ -4563,6 +4640,53 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"This scope defines colors and styles. The basic colors supported are " +"<option>red</option>, <option>green</option>, <option>yellow</option>, " +"<option>blue</option>, <option>magenta</option>, <option>cyan</option>, and " +"<option>white</option>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"The subscope <option>action</option> defines the colors for package lists in " +"<option>install</option> and similar commands. The following options may be " +"set: <option>APT::Color::Action::Upgrade</option>, <option>APT::Color::" +"Action::Install</option>, <option>APT::Color::Action::Install-Dependencies</" +"option>, <option>APT::Color::Action::Downgrade</option>, <option>APT::Color::" +"Action::Remove</option>; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to <option>APT::Color</option>. Their escape sequences will be combined." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting> +#: apt.conf.5.xml +#, no-wrap +msgid "" +"APT::Color::Bold \"\\x1B[1m\";\n" +"APT::Color::Action::Install \"cyan\";\n" +"APT::Color::Action::Upgrade \"bold action::install\";\n" +" " +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting <option>APT::Color</" +"option> to <option>yes</option> or <option>no</option>, by utilizing " +"<envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment " +"variables, or using the <option>--color</option>, <option>--no-color</" +"option> command-line options." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "This scope defines which compression formats are supported, how compression " "and decompression can be performed if support for this format isn't built " "into apt directly and a cost-value indicating how costly it is to compress " diff --git a/doc/po/it.po b/doc/po/it.po index a72dacd..120fd9f 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: 2024-04-12 18:21+0000\n" +"POT-Creation-Date: 2024-04-22 17:38+0000\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" @@ -147,6 +147,33 @@ msgstr "" #. type: Plain text #: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-v</option></term>\n" +#| " <term><option>--version</option></term>\n" +#| " <listitem><para>Show the program version.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +msgid "" +" <varlistentry>\n" +" <term><option>--audit</option></term>\n" +" <listitem><para>Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-v</option></term>\n" +" <term><option>--version</option></term>\n" +" <listitem><para>Mostra la versione del programma.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" + +#. type: Plain text +#: apt.ent #, no-wrap msgid "" " <varlistentry>\n" @@ -176,7 +203,19 @@ msgstr "" #. type: Plain text #: apt.ent -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" msgid "" " <varlistentry>\n" " <term><option>-o</option></term>\n" @@ -188,7 +227,6 @@ msgid "" " </para>\n" " </listitem>\n" " </varlistentry>\n" -"\">\n" msgstr "" " <varlistentry>\n" " <term><option>-o</option></term>\n" @@ -204,6 +242,41 @@ msgstr "" #. type: Plain text #: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-c</option></term>\n" +#| " <term><option>--config-file</option></term>\n" +#| " <listitem><para>Configuration File; Specify a configuration file to use. \n" +#| " The program will read the default configuration file and then this \n" +#| " configuration file. See &apt-conf; for syntax information. \n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +msgid "" +" <varlistentry>\n" +" <term><option>--no-color</option></term>\n" +" <term><option>--color</option></term>\n" +"<listitem><para>Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the <envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment variables,\n" +"or further configured by the <option>APT::Color</option> configuration option and scope, see &apt-conf; for information on that.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +"\">\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-c</option></term>\n" +" <term><option>--config-file</option></term>\n" +" <listitem><para>File di configurazione; Specifica un file di configurazione da usare. \n" +" Il programma leggerà il file di configurazione predefinito e poi questo \n" +" file di configurazione. Vedere &apt-conf; per informazioni sulla sintassi. \n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" + +#. type: Plain text +#: apt.ent #, no-wrap msgid "" "<!-- Should be used within the option section of the text to\n" @@ -4582,6 +4655,53 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"This scope defines colors and styles. The basic colors supported are " +"<option>red</option>, <option>green</option>, <option>yellow</option>, " +"<option>blue</option>, <option>magenta</option>, <option>cyan</option>, and " +"<option>white</option>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"The subscope <option>action</option> defines the colors for package lists in " +"<option>install</option> and similar commands. The following options may be " +"set: <option>APT::Color::Action::Upgrade</option>, <option>APT::Color::" +"Action::Install</option>, <option>APT::Color::Action::Install-Dependencies</" +"option>, <option>APT::Color::Action::Downgrade</option>, <option>APT::Color::" +"Action::Remove</option>; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to <option>APT::Color</option>. Their escape sequences will be combined." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting> +#: apt.conf.5.xml +#, no-wrap +msgid "" +"APT::Color::Bold \"\\x1B[1m\";\n" +"APT::Color::Action::Install \"cyan\";\n" +"APT::Color::Action::Upgrade \"bold action::install\";\n" +" " +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting <option>APT::Color</" +"option> to <option>yes</option> or <option>no</option>, by utilizing " +"<envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment " +"variables, or using the <option>--color</option>, <option>--no-color</" +"option> command-line options." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "This scope defines which compression formats are supported, how compression " "and decompression can be performed if support for this format isn't built " "into apt directly and a cost-value indicating how costly it is to compress " @@ -14979,31 +15099,6 @@ msgstr "che userà gli archivi già scaricati e presenti sul disco." #~ "\">\n" #~ msgid "" -#~ " <varlistentry>\n" -#~ " <term><option>-c</option></term>\n" -#~ " <term><option>--config-file</option></term>\n" -#~ " <listitem><para>Configuration File; Specify a configuration file to " -#~ "use. \n" -#~ " The program will read the default configuration file and then this \n" -#~ " configuration file. See &apt-conf; for syntax information. \n" -#~ " </para>\n" -#~ " </listitem>\n" -#~ " </varlistentry>\n" -#~ msgstr "" -#~ " <varlistentry>\n" -#~ " <term><option>-c</option></term>\n" -#~ " <term><option>--config-file</option></term>\n" -#~ " <listitem><para>File di configurazione; Specifica un file di " -#~ "configurazione da usare. \n" -#~ " Il programma leggerà il file di configurazione predefinito e poi " -#~ "questo \n" -#~ " file di configurazione. Vedere &apt-conf; per informazioni sulla " -#~ "sintassi. \n" -#~ " </para>\n" -#~ " </listitem>\n" -#~ " </varlistentry>\n" - -#~ msgid "" #~ " <varlistentry><term><filename>&cachedir;/archives/partial/</" #~ "filename></term>\n" #~ " <listitem><para>Storage area for package files in transit.\n" diff --git a/doc/po/ja.po b/doc/po/ja.po index f2d045f..ad96ef5 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: 2024-04-12 18:21+0000\n" +"POT-Creation-Date: 2024-04-22 17:38+0000\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" @@ -146,6 +146,33 @@ msgstr "" #. type: Plain text #: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-v</option></term>\n" +#| " <term><option>--version</option></term>\n" +#| " <listitem><para>Show the program version.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +msgid "" +" <varlistentry>\n" +" <term><option>--audit</option></term>\n" +" <listitem><para>Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-v</option></term>\n" +" <term><option>--version</option></term>\n" +" <listitem><para>プログラムのバージョンを表示します。\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" + +#. type: Plain text +#: apt.ent #, no-wrap msgid "" " <varlistentry>\n" @@ -173,7 +200,19 @@ msgstr "" #. type: Plain text #: apt.ent -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" msgid "" " <varlistentry>\n" " <term><option>-o</option></term>\n" @@ -185,6 +224,44 @@ msgid "" " </para>\n" " </listitem>\n" " </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-o</option></term>\n" +" <term><option>--option</option></term>\n" +" <listitem><para>設定オプションのセット。任意の設定オプションをセットします。\n" +" 構文 <option>-o Foo::Bar=bar</option> となります。\n" +" 異なるオプションを設定するため、<option>-o</option> と <option>--option</option> は、\n" +" 複数回使用できます。\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" +msgid "" +" <varlistentry>\n" +" <term><option>--no-color</option></term>\n" +" <term><option>--color</option></term>\n" +"<listitem><para>Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the <envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment variables,\n" +"or further configured by the <option>APT::Color</option> configuration option and scope, see &apt-conf; for information on that.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" "\">\n" msgstr "" " <varlistentry>\n" @@ -4430,6 +4507,53 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"This scope defines colors and styles. The basic colors supported are " +"<option>red</option>, <option>green</option>, <option>yellow</option>, " +"<option>blue</option>, <option>magenta</option>, <option>cyan</option>, and " +"<option>white</option>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"The subscope <option>action</option> defines the colors for package lists in " +"<option>install</option> and similar commands. The following options may be " +"set: <option>APT::Color::Action::Upgrade</option>, <option>APT::Color::" +"Action::Install</option>, <option>APT::Color::Action::Install-Dependencies</" +"option>, <option>APT::Color::Action::Downgrade</option>, <option>APT::Color::" +"Action::Remove</option>; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to <option>APT::Color</option>. Their escape sequences will be combined." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting> +#: apt.conf.5.xml +#, no-wrap +msgid "" +"APT::Color::Bold \"\\x1B[1m\";\n" +"APT::Color::Action::Install \"cyan\";\n" +"APT::Color::Action::Upgrade \"bold action::install\";\n" +" " +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting <option>APT::Color</" +"option> to <option>yes</option> or <option>no</option>, by utilizing " +"<envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment " +"variables, or using the <option>--color</option>, <option>--no-color</" +"option> command-line options." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "This scope defines which compression formats are supported, how compression " "and decompression can be performed if support for this format isn't built " "into apt directly and a cost-value indicating how costly it is to compress " diff --git a/doc/po/nl.po b/doc/po/nl.po index 5a8ec81..76c782f 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 2.7.12\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-04-12 18:21+0000\n" +"POT-Creation-Date: 2024-04-22 17:38+0000\n" "PO-Revision-Date: 2024-02-26 22:00+0100\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -143,6 +143,33 @@ msgstr "" #. type: Plain text #: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-v</option></term>\n" +#| " <term><option>--version</option></term>\n" +#| " <listitem><para>Show the program version.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +msgid "" +" <varlistentry>\n" +" <term><option>--audit</option></term>\n" +" <listitem><para>Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-v</option></term>\n" +" <term><option>--version</option></term>\n" +" <listitem><para>Het versienummer van het programma weergeven.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" + +#. type: Plain text +#: apt.ent #, no-wrap msgid "" " <varlistentry>\n" @@ -172,7 +199,19 @@ msgstr "" #. type: Plain text #: apt.ent -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" msgid "" " <varlistentry>\n" " <term><option>-o</option></term>\n" @@ -184,6 +223,44 @@ msgid "" " </para>\n" " </listitem>\n" " </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-o</option></term>\n" +" <term><option>--option</option></term>\n" +" <listitem><para>Een configuratieoptie instellen; Dit stelt een\n" +" willekeurige configuratieoptie in. De syntaxis is <option>-o Foo::Bar=bar</option>.\n" +" <option>-o</option> en <option>--option</option> kunnen meermaals\n" +" gebruikt worden om verschillende opties in te stellen.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" +msgid "" +" <varlistentry>\n" +" <term><option>--no-color</option></term>\n" +" <term><option>--color</option></term>\n" +"<listitem><para>Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the <envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment variables,\n" +"or further configured by the <option>APT::Color</option> configuration option and scope, see &apt-conf; for information on that.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" "\">\n" msgstr "" " <varlistentry>\n" @@ -4705,6 +4782,53 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"This scope defines colors and styles. The basic colors supported are " +"<option>red</option>, <option>green</option>, <option>yellow</option>, " +"<option>blue</option>, <option>magenta</option>, <option>cyan</option>, and " +"<option>white</option>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"The subscope <option>action</option> defines the colors for package lists in " +"<option>install</option> and similar commands. The following options may be " +"set: <option>APT::Color::Action::Upgrade</option>, <option>APT::Color::" +"Action::Install</option>, <option>APT::Color::Action::Install-Dependencies</" +"option>, <option>APT::Color::Action::Downgrade</option>, <option>APT::Color::" +"Action::Remove</option>; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to <option>APT::Color</option>. Their escape sequences will be combined." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting> +#: apt.conf.5.xml +#, no-wrap +msgid "" +"APT::Color::Bold \"\\x1B[1m\";\n" +"APT::Color::Action::Install \"cyan\";\n" +"APT::Color::Action::Upgrade \"bold action::install\";\n" +" " +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting <option>APT::Color</" +"option> to <option>yes</option> or <option>no</option>, by utilizing " +"<envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment " +"variables, or using the <option>--color</option>, <option>--no-color</" +"option> command-line options." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "This scope defines which compression formats are supported, how compression " "and decompression can be performed if support for this format isn't built " "into apt directly and a cost-value indicating how costly it is to compress " diff --git a/doc/po/pl.po b/doc/po/pl.po index d49a314..c3ef57e 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: 2024-04-12 18:21+0000\n" +"POT-Creation-Date: 2024-04-22 17:38+0000\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" @@ -150,6 +150,33 @@ msgstr "" #. type: Plain text #: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-v</option></term>\n" +#| " <term><option>--version</option></term>\n" +#| " <listitem><para>Show the program version.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +msgid "" +" <varlistentry>\n" +" <term><option>--audit</option></term>\n" +" <listitem><para>Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-v</option></term>\n" +" <term><option>--version</option></term>\n" +" <listitem><para>Wyświetla wersję programu.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" + +#. type: Plain text +#: apt.ent #, no-wrap msgid "" " <varlistentry>\n" @@ -176,7 +203,19 @@ msgstr "" #. type: Plain text #: apt.ent -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" msgid "" " <varlistentry>\n" " <term><option>-o</option></term>\n" @@ -188,6 +227,44 @@ msgid "" " </para>\n" " </listitem>\n" " </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-o</option></term>\n" +" <term><option>--option</option></term>\n" +" <listitem><para>Ustawia opcję konfiguracji. Pozwala ustawić dowolną\n" +" opcję konfiguracji. Składnia jest następująca: <option>-o Foo::Bar=bar</option>.\n" +" <option>-o</option> i <option>--option</option> można podać wielokrotnie - \n" +" do ustawiania różnych opcji.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" +msgid "" +" <varlistentry>\n" +" <term><option>--no-color</option></term>\n" +" <term><option>--color</option></term>\n" +"<listitem><para>Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the <envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment variables,\n" +"or further configured by the <option>APT::Color</option> configuration option and scope, see &apt-conf; for information on that.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" "\">\n" msgstr "" " <varlistentry>\n" @@ -4537,6 +4614,53 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"This scope defines colors and styles. The basic colors supported are " +"<option>red</option>, <option>green</option>, <option>yellow</option>, " +"<option>blue</option>, <option>magenta</option>, <option>cyan</option>, and " +"<option>white</option>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"The subscope <option>action</option> defines the colors for package lists in " +"<option>install</option> and similar commands. The following options may be " +"set: <option>APT::Color::Action::Upgrade</option>, <option>APT::Color::" +"Action::Install</option>, <option>APT::Color::Action::Install-Dependencies</" +"option>, <option>APT::Color::Action::Downgrade</option>, <option>APT::Color::" +"Action::Remove</option>; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to <option>APT::Color</option>. Their escape sequences will be combined." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting> +#: apt.conf.5.xml +#, no-wrap +msgid "" +"APT::Color::Bold \"\\x1B[1m\";\n" +"APT::Color::Action::Install \"cyan\";\n" +"APT::Color::Action::Upgrade \"bold action::install\";\n" +" " +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting <option>APT::Color</" +"option> to <option>yes</option> or <option>no</option>, by utilizing " +"<envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment " +"variables, or using the <option>--color</option>, <option>--no-color</" +"option> command-line options." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "This scope defines which compression formats are supported, how compression " "and decompression can be performed if support for this format isn't built " "into apt directly and a cost-value indicating how costly it is to compress " diff --git a/doc/po/pt.po b/doc/po/pt.po index 1689837..67a70d9 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 2.7.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2024-04-12 18:21+0000\n" +"POT-Creation-Date: 2024-04-22 17:38+0000\n" "PO-Revision-Date: 2023-09-11 20:47+0100\n" "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n" "Language-Team: Portuguese <>\n" @@ -144,6 +144,33 @@ msgstr "" #. type: Plain text #: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-v</option></term>\n" +#| " <term><option>--version</option></term>\n" +#| " <listitem><para>Show the program version.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +msgid "" +" <varlistentry>\n" +" <term><option>--audit</option></term>\n" +" <listitem><para>Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-v</option></term>\n" +" <term><option>--version</option></term>\n" +" <listitem><para>Mostra a versão do programa.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" + +#. type: Plain text +#: apt.ent #, no-wrap msgid "" " <varlistentry>\n" @@ -174,7 +201,19 @@ msgstr "" #. type: Plain text #: apt.ent -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" msgid "" " <varlistentry>\n" " <term><option>-o</option></term>\n" @@ -186,6 +225,44 @@ msgid "" " </para>\n" " </listitem>\n" " </varlistentry>\n" +msgstr "" +" <varlistentry>\n" +" <term><option>-o</option></term>\n" +" <term><option>--option</option></term>\n" +" <listitem><para>Define uma Opção de Configuração; Isto irá definir uma opção\n" +" de configuração arbitrária. A sintaxe é <option>-o Foo::Bar=bar</option>.\n" +" <option>-o</option> e <option>--option</option> podem ser usadas várias\n" +" vezes para definir opções diferentes.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " <varlistentry>\n" +#| " <term><option>-o</option></term>\n" +#| " <term><option>--option</option></term>\n" +#| " <listitem><para>Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is <option>-o Foo::Bar=bar</option>.\n" +#| " <option>-o</option> and <option>--option</option> can be used multiple\n" +#| " times to set different options.\n" +#| " </para>\n" +#| " </listitem>\n" +#| " </varlistentry>\n" +#| "\">\n" +msgid "" +" <varlistentry>\n" +" <term><option>--no-color</option></term>\n" +" <term><option>--color</option></term>\n" +"<listitem><para>Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the <envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment variables,\n" +"or further configured by the <option>APT::Color</option> configuration option and scope, see &apt-conf; for information on that.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" "\">\n" msgstr "" " <varlistentry>\n" @@ -4585,6 +4662,53 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"This scope defines colors and styles. The basic colors supported are " +"<option>red</option>, <option>green</option>, <option>yellow</option>, " +"<option>blue</option>, <option>magenta</option>, <option>cyan</option>, and " +"<option>white</option>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"The subscope <option>action</option> defines the colors for package lists in " +"<option>install</option> and similar commands. The following options may be " +"set: <option>APT::Color::Action::Upgrade</option>, <option>APT::Color::" +"Action::Install</option>, <option>APT::Color::Action::Install-Dependencies</" +"option>, <option>APT::Color::Action::Downgrade</option>, <option>APT::Color::" +"Action::Remove</option>; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to <option>APT::Color</option>. Their escape sequences will be combined." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting> +#: apt.conf.5.xml +#, no-wrap +msgid "" +"APT::Color::Bold \"\\x1B[1m\";\n" +"APT::Color::Action::Install \"cyan\";\n" +"APT::Color::Action::Upgrade \"bold action::install\";\n" +" " +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting <option>APT::Color</" +"option> to <option>yes</option> or <option>no</option>, by utilizing " +"<envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment " +"variables, or using the <option>--color</option>, <option>--no-color</" +"option> command-line options." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "This scope defines which compression formats are supported, how compression " "and decompression can be performed if support for this format isn't built " "into apt directly and a cost-value indicating how costly it is to compress " diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 7be4a66..313bfaf 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: 2024-04-12 18:21+0000\n" +"POT-Creation-Date: 2024-04-22 17:38+0000\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" @@ -114,6 +114,18 @@ msgstr "" #, no-wrap msgid "" " <varlistentry>\n" +" <term><option>--audit</option></term>\n" +" <listitem><para>Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" +msgstr "" + +#. type: Plain text +#: apt.ent +#, no-wrap +msgid "" +" <varlistentry>\n" " <term><option>-c</option></term>\n" " <term><option>--config-file</option></term>\n" " <listitem><para>Configuration File; Specify a configuration file to use. \n" @@ -140,6 +152,21 @@ msgid "" " </para>\n" " </listitem>\n" " </varlistentry>\n" +msgstr "" + +#. type: Plain text +#: apt.ent +#, no-wrap +msgid "" +" <varlistentry>\n" +" <term><option>--no-color</option></term>\n" +" <term><option>--color</option></term>\n" +"<listitem><para>Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the <envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment variables,\n" +"or further configured by the <option>APT::Color</option> configuration option and scope, see &apt-conf; for information on that.\n" +" </para>\n" +" </listitem>\n" +" </varlistentry>\n" "\">\n" msgstr "" @@ -3220,6 +3247,53 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"This scope defines colors and styles. The basic colors supported are " +"<option>red</option>, <option>green</option>, <option>yellow</option>, " +"<option>blue</option>, <option>magenta</option>, <option>cyan</option>, and " +"<option>white</option>." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"The subscope <option>action</option> defines the colors for package lists in " +"<option>install</option> and similar commands. The following options may be " +"set: <option>APT::Color::Action::Upgrade</option>, <option>APT::Color::" +"Action::Install</option>, <option>APT::Color::Action::Install-Dependencies</" +"option>, <option>APT::Color::Action::Downgrade</option>, <option>APT::Color::" +"Action::Remove</option>; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to <option>APT::Color</option>. Their escape sequences will be combined." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting> +#: apt.conf.5.xml +#, no-wrap +msgid "" +"APT::Color::Bold \"\\x1B[1m\";\n" +"APT::Color::Action::Install \"cyan\";\n" +"APT::Color::Action::Upgrade \"bold action::install\";\n" +" " +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting <option>APT::Color</" +"option> to <option>yes</option> or <option>no</option>, by utilizing " +"<envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment " +"variables, or using the <option>--color</option>, <option>--no-color</" +"option> command-line options." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "This scope defines which compression formats are supported, how compression " "and decompression can be performed if support for this format isn't built " "into apt directly and a cost-value indicating how costly it is to compress " |