From 2170f7b62a29b8ae602490ebf80e92fae09d5a9d Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 22 Apr 2024 19:40:10 +0200 Subject: Release 2.9.2 --- CMakeLists.txt | 2 +- debian/changelog | 40 ++++++++++++++ doc/apt-verbatim.ent | 2 +- doc/apt.conf.5.xml | 2 +- doc/po/apt-doc.pot | 84 +++++++++++++++++++++++++++- doc/po/de.po | 129 ++++++++++++++++++++++++++++++++++++++++++- doc/po/es.po | 128 ++++++++++++++++++++++++++++++++++++++++++- doc/po/fr.po | 128 ++++++++++++++++++++++++++++++++++++++++++- doc/po/it.po | 151 +++++++++++++++++++++++++++++++++++++++++---------- doc/po/ja.po | 128 ++++++++++++++++++++++++++++++++++++++++++- doc/po/nl.po | 128 ++++++++++++++++++++++++++++++++++++++++++- doc/po/pl.po | 128 ++++++++++++++++++++++++++++++++++++++++++- doc/po/pt.po | 128 ++++++++++++++++++++++++++++++++++++++++++- doc/po/pt_BR.po | 76 +++++++++++++++++++++++++- po/apt-all.pot | 49 ++++++++++++++--- po/ar.po | 47 +++++++++++++--- po/ast.po | 47 +++++++++++++--- po/bg.po | 47 +++++++++++++--- po/bs.po | 47 +++++++++++++--- po/ca.po | 47 +++++++++++++--- po/cs.po | 49 ++++++++++++++--- po/cy.po | 47 +++++++++++++--- po/da.po | 47 +++++++++++++--- po/de.po | 47 +++++++++++++--- po/dz.po | 47 +++++++++++++--- po/el.po | 47 +++++++++++++--- po/es.po | 47 +++++++++++++--- po/eu.po | 47 +++++++++++++--- po/fi.po | 47 +++++++++++++--- po/fr.po | 47 +++++++++++++--- po/gl.po | 47 +++++++++++++--- po/hu.po | 47 +++++++++++++--- po/it.po | 47 +++++++++++++--- po/ja.po | 45 ++++++++++++--- po/km.po | 47 +++++++++++++--- po/ko.po | 45 ++++++++++++--- po/ku.po | 47 +++++++++++++--- po/lt.po | 47 +++++++++++++--- po/mr.po | 47 +++++++++++++--- po/nb.po | 47 +++++++++++++--- po/ne.po | 47 +++++++++++++--- po/nl.po | 47 +++++++++++++--- po/nn.po | 47 +++++++++++++--- po/pl.po | 49 ++++++++++++++--- po/pt.po | 47 +++++++++++++--- po/pt_BR.po | 47 +++++++++++++--- po/ro.po | 49 ++++++++++++++--- po/ru.po | 49 ++++++++++++++--- po/sk.po | 49 ++++++++++++++--- po/sl.po | 51 +++++++++++++---- po/sv.po | 47 +++++++++++++--- po/th.po | 45 ++++++++++++--- po/tl.po | 47 +++++++++++++--- po/tr.po | 47 +++++++++++++--- po/uk.po | 49 ++++++++++++++--- po/vi.po | 45 ++++++++++++--- po/zh_CN.po | 45 ++++++++++++--- po/zh_TW.po | 47 +++++++++++++--- 58 files changed, 2926 insertions(+), 404 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 13f4eaaf5..00ba2e499 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,7 +206,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team ") -set(PACKAGE_VERSION "2.9.1") +set(PACKAGE_VERSION "2.9.2") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index 869ad26fb..11478d7b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,43 @@ +apt (2.9.2) unstable; urgency=medium + + [ Julian Andres Klode ] + * Output customization and color refactoring: + - Also respect an APT_NO_COLOR variable + - Add a --color, --no-color option + - Add APT::Configuration::color helper to colorize things + - Use APT::Configuration::color to apply color to output + - Configure individual action colors using APT::Color::Action + - apt.conf(5): Document the APT::Color scope + * Introduce the new --audit error level + - Add an "audit" error level, and change the default to notice + - Add an --audit option to switch on audit logging + - Add an audit message for missing InRelease files + * Change the rendering for notices, warnings, errors: + - i18n: Use Error:/Warning:/Notice: instead of E:/W:/N: + - Render notices without (yellow) color, just in bold + - Keep the entire error/warning/notice message bold + * Other UI changes: + - apt update: Show upgradable package count in bold + - show: Highlight field names and colorize package name + - Remove spurious newline inside `apt autoremove` message + - Insert blank line following simulation note + - Show "Upgrading:" before other sections + - Only erase OpProgress lines in output version 3.0 + * Test fixes: + - test: configuration: color: reset _config after tests + - build: test: Silence warnings in GTest code + + [ Miroslav Kure ] + * Czech program translation update (Closes: #1068943) + + [ Boyuan Yang ] + * Simplified Chinese program translation update (Closes: #1069118) + + [ David Kalnischkies ] + * Allow no spaces for the last dependency in ParseDepends, too (LP: #2061834) + + -- Julian Andres Klode Mon, 22 Apr 2024 19:36:30 +0200 + apt (2.9.1) unstable; urgency=medium [ Julian Andres Klode ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 6f949047b..d19a3764a 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -274,7 +274,7 @@ "> - + diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index a648d7079..e873cf5a7 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -19,7 +19,7 @@ &apt-email; &apt-product; - 2024-02-21T00:00:00Z + 2024-04-19T00:00:00Z diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 56c7e6c9a..2a63215d6 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 \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 \n" "Language-Team: LANGUAGE \n" @@ -98,6 +98,19 @@ msgid "" " \n" msgstr "" +#. type: Plain text +#: apt.ent +#, no-wrap +msgid "" +" \n" +" \n" +" Show audit (and notice) messages. This overrides the " +"quiet option, but only for notice messages, not progress ones.\n" +" \n" +" \n" +" \n" +msgstr "" + #. type: Plain text #: apt.ent #, no-wrap @@ -135,6 +148,24 @@ msgid "" " \n" " \n" " \n" +msgstr "" + +#. type: Plain text +#: apt.ent +#, no-wrap +msgid "" +" \n" +" \n" +" \n" +"Turn colors on or off. Colors are on by default on supported " +"terminals for &apt; and\n" +"can also be disabled using the NO_COLOR or " +"APT_NO_COLOR environment variables,\n" +"or further configured by the configuration " +"option and scope, see &apt-conf; for information on that.\n" +" \n" +" \n" +" \n" "\">\n" msgstr "" @@ -3251,6 +3282,55 @@ msgid "" "--add-architecture." msgstr "" +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"This scope defines colors and styles. The basic colors supported are " +", , , " +", , , and " +"." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"The subscope defines the colors for package lists in " +" and similar commands. The following options may be " +"set: , " +", " +", " +", " +"; corresponding to their lists in " +"the &apt; output." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to . Their escape sequences will be combined." +msgstr "" + +#. type: Content of: +#: 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: +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting " +" to or , " +"by utilizing NO_COLOR or APT_NO_COLOR " +"environment variables, or using the , " +" command-line options." +msgstr "" + #. type: Content of: #: apt.conf.5.xml msgid "" diff --git a/doc/po/de.po b/doc/po/de.po index aa9841e8c..4675d1258 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 \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 \n" "Language-Team: German \n" @@ -140,6 +140,33 @@ msgstr "" " \n" " \n" +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " \n" +#| " \n" +#| " \n" +#| " Show the program version.\n" +#| " \n" +#| " \n" +#| " \n" +msgid "" +" \n" +" \n" +" Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones.\n" +" \n" +" \n" +" \n" +msgstr "" +" \n" +" \n" +" \n" +" die Version des Programms anzeigen\n" +" \n" +" \n" +" \n" + #. type: Plain text #: apt.ent #, no-wrap @@ -171,7 +198,19 @@ msgstr "" #. type: Plain text #: apt.ent -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " \n" +#| " \n" +#| " \n" +#| " Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is .\n" +#| " and can be used multiple\n" +#| " times to set different options.\n" +#| " \n" +#| " \n" +#| " \n" +#| "\">\n" msgid "" " \n" " \n" @@ -183,6 +222,45 @@ msgid "" " \n" " \n" " \n" +msgstr "" +" \n" +" \n" +" \n" +" eine Konfigurationsoption setzen; hiermit wird eine\n" +" beliebige Konfigurationsoption gesetzt. Die Syntax lautet\n" +" . und\n" +" kann mehrfach benutzt werden, um verschiedene\n" +" Optionen zu setzen.\n" +" \n" +" \n" +" \n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " \n" +#| " \n" +#| " \n" +#| " Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is .\n" +#| " and can be used multiple\n" +#| " times to set different options.\n" +#| " \n" +#| " \n" +#| " \n" +#| "\">\n" +msgid "" +" \n" +" \n" +" \n" +"Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the NO_COLOR or APT_NO_COLOR environment variables,\n" +"or further configured by the configuration option and scope, see &apt-conf; for information on that.\n" +" \n" +" \n" +" \n" "\">\n" msgstr "" " \n" @@ -4590,6 +4668,53 @@ msgstr "" "hinzugefügt, wenn sie per dpkg --print-architectures " "registriert werden." +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"This scope defines colors and styles. The basic colors supported are " +", , , " +", , , and " +"." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"The subscope defines the colors for package lists in " +" and similar commands. The following options may be " +"set: , , , ; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to . Their escape sequences will be combined." +msgstr "" + +#. type: Content of: +#: 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: +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting or , by utilizing " +"NO_COLOR or APT_NO_COLOR environment " +"variables, or using the , \n" " \n" " \n" +msgstr "" +" \n" +" \n" +" \n" +" Define una opción de configuración: Esto definirá una opción\n" +" arbitraria de configuración. La sintaxis es .\n" +" y se pueden usar varias\n" +" veces para definir diferentes opciones.\n" +" \n" +" \n" +" \n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " \n" +#| " \n" +#| " \n" +#| " Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is .\n" +#| " and can be used multiple\n" +#| " times to set different options.\n" +#| " \n" +#| " \n" +#| " \n" +#| "\">\n" +msgid "" +" \n" +" \n" +" \n" +"Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the NO_COLOR or APT_NO_COLOR environment variables,\n" +"or further configured by the configuration option and scope, see &apt-conf; for information on that.\n" +" \n" +" \n" +" \n" "\">\n" msgstr "" " \n" @@ -4551,6 +4628,53 @@ msgstr "" "las arquitecturas externas se añaden al registro mediante dpkg --" "add-architecture." +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"This scope defines colors and styles. The basic colors supported are " +", , , " +", , , and " +"." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"The subscope defines the colors for package lists in " +" and similar commands. The following options may be " +"set: , , , ; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to . Their escape sequences will be combined." +msgstr "" + +#. type: Content of: +#: 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: +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting or , by utilizing " +"NO_COLOR or APT_NO_COLOR environment " +"variables, or using the , \n" " \n" " \n" +msgstr "" +" \n" +" \n" +" \n" +" Définir une option de configuration ; permet de régler\n" +" une option de configuration donnée. La syntaxe est .\n" +" et peuvent être utilisées plusieurs fois\n" +" pour définir des options différentes.\n" +" \n" +" \n" +" \n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " \n" +#| " \n" +#| " \n" +#| " Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is .\n" +#| " and can be used multiple\n" +#| " times to set different options.\n" +#| " \n" +#| " \n" +#| " \n" +#| "\">\n" +msgid "" +" \n" +" \n" +" \n" +"Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the NO_COLOR or APT_NO_COLOR environment variables,\n" +"or further configured by the configuration option and scope, see &apt-conf; for information on that.\n" +" \n" +" \n" +" \n" "\">\n" msgstr "" " \n" @@ -4560,6 +4637,53 @@ msgstr "" "les autres architectures sont ajoutées à la liste par défaut lorsqu'elles " "sont enregistrées avec dpkg --add-architecture." +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"This scope defines colors and styles. The basic colors supported are " +", , , " +", , , and " +"." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"The subscope defines the colors for package lists in " +" and similar commands. The following options may be " +"set: , , , ; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to . Their escape sequences will be combined." +msgstr "" + +#. type: Content of: +#: 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: +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting or , by utilizing " +"NO_COLOR or APT_NO_COLOR environment " +"variables, or using the , \n" " \n" " \n" -"\">\n" msgstr "" " \n" " \n" @@ -202,6 +240,41 @@ msgstr "" " \n" "\">\n" +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " \n" +#| " \n" +#| " \n" +#| " 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" +#| " \n" +#| " \n" +#| " \n" +msgid "" +" \n" +" \n" +" \n" +"Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the NO_COLOR or APT_NO_COLOR environment variables,\n" +"or further configured by the configuration option and scope, see &apt-conf; for information on that.\n" +" \n" +" \n" +" \n" +"\">\n" +msgstr "" +" \n" +" \n" +" \n" +" 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" +" \n" +" \n" +" \n" + #. type: Plain text #: apt.ent #, no-wrap @@ -4579,6 +4652,53 @@ msgstr "" "literal>), e le altre architetture vengono aggiunte all'elenco predefinito " "quando sono registrate con dpkg --add-architecture." +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"This scope defines colors and styles. The basic colors supported are " +", , , " +", , , and " +"." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"The subscope defines the colors for package lists in " +" and similar commands. The following options may be " +"set: , , , ; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to . Their escape sequences will be combined." +msgstr "" + +#. type: Content of: +#: 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: +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting or , by utilizing " +"NO_COLOR or APT_NO_COLOR environment " +"variables, or using the , \n" " \n" +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " \n" +#| " \n" +#| " \n" +#| " Show the program version.\n" +#| " \n" +#| " \n" +#| " \n" +msgid "" +" \n" +" \n" +" Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones.\n" +" \n" +" \n" +" \n" +msgstr "" +" \n" +" \n" +" \n" +" プログラムのバージョンを表示します。\n" +" \n" +" \n" +" \n" + #. type: Plain text #: apt.ent #, no-wrap @@ -173,7 +200,19 @@ msgstr "" #. type: Plain text #: apt.ent -#, no-wrap +#, fuzzy, no-wrap +#| msgid "" +#| " \n" +#| " \n" +#| " \n" +#| " Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is .\n" +#| " and can be used multiple\n" +#| " times to set different options.\n" +#| " \n" +#| " \n" +#| " \n" +#| "\">\n" msgid "" " \n" " \n" @@ -185,6 +224,44 @@ msgid "" " \n" " \n" " \n" +msgstr "" +" \n" +" \n" +" \n" +" 設定オプションのセット。任意の設定オプションをセットします。\n" +" 構文 となります。\n" +" 異なるオプションを設定するため、 は、\n" +" 複数回使用できます。\n" +" \n" +" \n" +" \n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " \n" +#| " \n" +#| " \n" +#| " Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is .\n" +#| " and can be used multiple\n" +#| " times to set different options.\n" +#| " \n" +#| " \n" +#| " \n" +#| "\">\n" +msgid "" +" \n" +" \n" +" \n" +"Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the NO_COLOR or APT_NO_COLOR environment variables,\n" +"or further configured by the configuration option and scope, see &apt-conf; for information on that.\n" +" \n" +" \n" +" \n" "\">\n" msgstr "" " \n" @@ -4427,6 +4504,53 @@ msgstr "" "add-architecture を用いて、外部アーキテクチャをデフォルトリストに追" "加します。" +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"This scope defines colors and styles. The basic colors supported are " +", , , " +", , , and " +"." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"The subscope defines the colors for package lists in " +" and similar commands. The following options may be " +"set: , , , ; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to . Their escape sequences will be combined." +msgstr "" + +#. type: Content of: +#: 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: +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting or , by utilizing " +"NO_COLOR or APT_NO_COLOR environment " +"variables, or using the , \n" " \n" " \n" +msgstr "" +" \n" +" \n" +" \n" +" Een configuratieoptie instellen; Dit stelt een\n" +" willekeurige configuratieoptie in. De syntaxis is .\n" +" en kunnen meermaals\n" +" gebruikt worden om verschillende opties in te stellen.\n" +" \n" +" \n" +" \n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " \n" +#| " \n" +#| " \n" +#| " Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is .\n" +#| " and can be used multiple\n" +#| " times to set different options.\n" +#| " \n" +#| " \n" +#| " \n" +#| "\">\n" +msgid "" +" \n" +" \n" +" \n" +"Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the NO_COLOR or APT_NO_COLOR environment variables,\n" +"or further configured by the configuration option and scope, see &apt-conf; for information on that.\n" +" \n" +" \n" +" \n" "\">\n" msgstr "" " \n" @@ -4702,6 +4779,53 @@ msgstr "" "geregistreerd worden via het commando dpkg --add-architecture." +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"This scope defines colors and styles. The basic colors supported are " +", , , " +", , , and " +"." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"The subscope defines the colors for package lists in " +" and similar commands. The following options may be " +"set: , , , ; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to . Their escape sequences will be combined." +msgstr "" + +#. type: Content of: +#: 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: +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting or , by utilizing " +"NO_COLOR or APT_NO_COLOR environment " +"variables, or using the , \n" " \n" " \n" +msgstr "" +" \n" +" \n" +" \n" +" Ustawia opcję konfiguracji. Pozwala ustawić dowolną\n" +" opcję konfiguracji. Składnia jest następująca: .\n" +" i można podać wielokrotnie - \n" +" do ustawiania różnych opcji.\n" +" \n" +" \n" +" \n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " \n" +#| " \n" +#| " \n" +#| " Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is .\n" +#| " and can be used multiple\n" +#| " times to set different options.\n" +#| " \n" +#| " \n" +#| " \n" +#| "\">\n" +msgid "" +" \n" +" \n" +" \n" +"Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the NO_COLOR or APT_NO_COLOR environment variables,\n" +"or further configured by the configuration option and scope, see &apt-conf; for information on that.\n" +" \n" +" \n" +" \n" "\">\n" msgstr "" " \n" @@ -4534,6 +4611,53 @@ msgid "" "are registered via dpkg --add-architecture." msgstr "" +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"This scope defines colors and styles. The basic colors supported are " +", , , " +", , , and " +"." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"The subscope defines the colors for package lists in " +" and similar commands. The following options may be " +"set: , , , ; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to . Their escape sequences will be combined." +msgstr "" + +#. type: Content of: +#: 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: +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting or , by utilizing " +"NO_COLOR or APT_NO_COLOR environment " +"variables, or using the , \n" " \n" " \n" +msgstr "" +" \n" +" \n" +" \n" +" Define uma Opção de Configuração; Isto irá definir uma opção\n" +" de configuração arbitrária. A sintaxe é .\n" +" e podem ser usadas várias\n" +" vezes para definir opções diferentes.\n" +" \n" +" \n" +" \n" +"\">\n" + +#. type: Plain text +#: apt.ent +#, fuzzy, no-wrap +#| msgid "" +#| " \n" +#| " \n" +#| " \n" +#| " Set a Configuration Option; This will set an arbitrary\n" +#| " configuration option. The syntax is .\n" +#| " and can be used multiple\n" +#| " times to set different options.\n" +#| " \n" +#| " \n" +#| " \n" +#| "\">\n" +msgid "" +" \n" +" \n" +" \n" +"Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the NO_COLOR or APT_NO_COLOR environment variables,\n" +"or further configured by the configuration option and scope, see &apt-conf; for information on that.\n" +" \n" +" \n" +" \n" "\">\n" msgstr "" " \n" @@ -4582,6 +4659,53 @@ msgstr "" "alienígenas são adicionadas à lista predefinida quando são registadas via " "dpkg --add-architecture." +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"This scope defines colors and styles. The basic colors supported are " +", , , " +", , , and " +"." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"The subscope defines the colors for package lists in " +" and similar commands. The following options may be " +"set: , , , ; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to . Their escape sequences will be combined." +msgstr "" + +#. type: Content of: +#: 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: +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting or , by utilizing " +"NO_COLOR or APT_NO_COLOR environment " +"variables, or using the , \n" " \n" " \n" +msgstr "" + +#. type: Plain text +#: apt.ent +#, no-wrap +msgid "" +" \n" +" \n" +" \n" +"Turn colors on or off. Colors are on by default on supported terminals for &apt; and\n" +"can also be disabled using the NO_COLOR or APT_NO_COLOR environment variables,\n" +"or further configured by the configuration option and scope, see &apt-conf; for information on that.\n" +" \n" +" \n" +" \n" "\">\n" msgstr "" @@ -3217,6 +3244,53 @@ msgid "" "are registered via dpkg --add-architecture." msgstr "" +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"This scope defines colors and styles. The basic colors supported are " +", , , " +", , , and " +"." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"The subscope defines the colors for package lists in " +" and similar commands. The following options may be " +"set: , , , ; corresponding to their lists in the &apt; output." +msgstr "" + +#. type: Content of: +#: apt.conf.5.xml +msgid "" +"Each color may reference one or more other color options by name, relative " +"to . Their escape sequences will be combined." +msgstr "" + +#. type: Content of: +#: 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: +#: apt.conf.5.xml +msgid "" +"Colors may be turned on or off completely by setting or , by utilizing " +"NO_COLOR or APT_NO_COLOR environment " +"variables, or using the ,