X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0327b790d40e59e1e35c6ed841308aaebbde8697..800bb9b8842e6651baa71f017d9d59e35c9312bb:/doc/po/pt.po?ds=sidebyside diff --git a/doc/po/pt.po b/doc/po/pt.po index c25a0dce7..4cc3d951b 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.7\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2015-12-30 00:41+0100\n" +"POT-Creation-Date: 2016-10-04 19:44+0200\n" "PO-Revision-Date: 2014-08-29 00:34+0100\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" @@ -758,7 +758,7 @@ msgstr "" "conflito de pacotes." #. type: Content of: -#: apt.8.xml +#: apt.8.xml apt-key.8.xml msgid "," msgstr "" @@ -785,10 +785,10 @@ msgid "" "A specific version of a package can be selected for installation by " "following the package name with an equals (=) and the version of the package " "to select. Alternatively the version from a specific release can be selected " -"by following the package name with a forward slash (/) and codename (&stable-" -"codename;, &testing-codename;, sid …) or suite name (stable, testing, " -"unstable). This will also select versions from this release for dependencies " -"of this package if needed to satisfy the request." +"by following the package name with a forward slash (/) and codename (&debian-" +"stable-codename;, &debian-testing-codename;, sid …) or suite name (stable, " +"testing, unstable). This will also select versions from this release for " +"dependencies of this package if needed to satisfy the request." msgstr "" "Pode ser seleccionada para instalação uma versão específica de um pacote ao " "continuar o nome do pacote com um igual (=) e a versão do pacote a " @@ -1422,8 +1422,8 @@ msgid "" "command is mainly used as an interface for external tools working with APT " "to get information as well as filenames for downloaded files so they can use " "them as well instead of downloading them again on their own. Detailed " -"documentation is omitted here and can instead be found in the source tree in " -"doc/acquire-additional-files.txt." +"documentation is omitted here and can instead be found in the file &apt-" +"acquire-additional-files; shipped by the apt-doc package." msgstr "" #. type: Content of: @@ -1594,9 +1594,13 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "Show upgraded packages; print out a list of all packages that are to be " +#| "upgraded. Configuration Item: <literal>APT::Get::Show-Upgraded</literal>." msgid "" -"Show upgraded packages; print out a list of all packages that are to be " -"upgraded. Configuration Item: <literal>APT::Get::Show-Upgraded</literal>." +"Do not show a list of all packages that are to be upgraded. Configuration " +"Item: <literal>APT::Get::Show-Upgraded</literal>." msgstr "" "Mostra pacotes actualizados; Escreve uma lista de todos os pacotes que estão " "prestes a ser actualizados. Item de Configuração: <literal>APT::Get::Show-" @@ -1974,8 +1978,9 @@ msgstr "" #: apt-get.8.xml msgid "" "Forbid the update command to acquire unverifiable data from configured " -"sources. Apt will fail at the update command for repositories without valid " -"cryptographically signatures. Configuration Item: <literal>Acquire::" +"sources. APT will fail at the update command for repositories without valid " +"cryptographically signatures. See also &apt-secure; for details on the " +"concept and the implications. Configuration Item: <literal>Acquire::" "AllowInsecureRepositories</literal>." msgstr "" @@ -1994,6 +1999,14 @@ msgstr "" "reporting no directório doc do apt. Item de Configuração: <literal>Dpkg::" "Progress</literal> e <literal>Dpkg::Progress-Fancy</literal>." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-get.8.xml +msgid "" +"Adds the given file as a source for metadata. Can be repeated to add " +"multiple files. See <option>--with-source</option> description in &apt-" +"cache; for further details." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-get.8.xml apt-cache.8.xml apt-key.8.xml apt-mark.8.xml apt.conf.5.xml #: apt_preferences.5.xml @@ -2570,11 +2583,10 @@ msgstr "" msgid "" "Per default <command>depends</command> and <command>rdepends</command> print " "only dependencies explicitly expressed in the metadata. With this flag it " -"will also show dependencies implicitely added based on the encountered " -"data. A <literal>Conflicts: foo</literal> e.g. expresses implicitely that " -"this package also conflicts with the package foo from any other " -"architecture. Configuration Item: <literal>APT::Cache::ShowImplicit</" -"literal>." +"will also show dependencies implicitly added based on the encountered data. " +"A <literal>Conflicts: foo</literal> e.g. expresses implicitly that this " +"package also conflicts with the package foo from any other architecture. " +"Configuration Item: <literal>APT::Cache::ShowImplicit</literal>." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -2661,6 +2673,39 @@ msgstr "" "aos pacotes que estão actualmente instalados. Item de Configuração: " "<literal>APT::Cache::Installed</literal>." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-cache.8.xml +msgid "" +"Adds the given file as a source for metadata. Can be repeated to add " +"multiple files. Supported are currently <literal>*.deb</literal>, " +"<literal>*.dsc</literal>, <literal>*.changes</literal>, <literal>Sources</" +"literal> and <literal>Packages</literal> files as well as source package " +"directories. Files are matched based on their name only, not their content!" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-cache.8.xml +msgid "" +"<literal>Sources</literal> and <literal>Packages</literal> can be compressed " +"in any format apt supports as long as they have the correct extension. If " +"you need to store multiple of these files in one directory you can prefix a " +"name of your choice with the last character being an underscore " +"(\"<literal>_</literal>\"). Example: my.example_Packages.xz" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-cache.8.xml +#, fuzzy +#| msgid "" +#| "Use source index field ordering. Configuration Item: <literal>APT::" +#| "SortPkgs::Source</literal>." +msgid "" +"Note that these sources are treated as trusted (see &apt-secure;). " +"Configuration Item: <literal>APT::Sources::With</literal>." +msgstr "" +"Usa ordenação de campo de índice Source. Item de Configuração: <literal>APT::" +"SortPkgs::Source</literal>." + #. type: Content of: <refentry><refsect1><para> #: apt-cache.8.xml msgid "&apt-conf;, &sources-list;, &apt-get;" @@ -2691,6 +2736,18 @@ msgstr "" "pelo apt para autenticar pacotes. Os pacotes que foram autenticados com " "estas chaves serão considerados de confiança." +#. type: Content of: <refentry><refsect1><para> +#: apt-key.8.xml +msgid "" +"Note that if usage of <command>apt-key</command> is desired the additional " +"installation of the GNU Privacy Guard suite (packaged in <package>gnupg</" +"package>) is required. For this reason alone the programmatic usage " +"(especially in package maintainerscripts!) is strongly discouraged. Further " +"more the output format of all commands is undefined and can and does change " +"whenever the underlying commands change. <command>apt-key</command> will try " +"to detect such usage and generates warnings on stderr in these cases." +msgstr "" + #. type: Content of: <refentry><refsect1><title> #: apt-key.8.xml msgid "Commands" @@ -2715,6 +2772,15 @@ msgid "" "otherwise the &apt-secure; infrastructure is completely undermined." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-key.8.xml +msgid "" +"Instead of using this command a keyring can be placed directly in the " +"<filename>/etc/apt/trusted.gpg.d/</filename> directory with a descriptive " +"name (same rules for filename apply as for &apt-conf; files) and " +"\"<literal>gpg</literal>\" as file extension." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml msgid "Remove a key from the list of trusted keys." @@ -2732,14 +2798,11 @@ msgstr "Escreve todas as chaves de confiança na saída standard." #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml -msgid "List trusted keys." +#, fuzzy +#| msgid "List trusted keys." +msgid "List trusted keys with fingerprints." msgstr "Lista as chaves de confiança." -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-key.8.xml -msgid "List fingerprints of trusted keys." -msgstr "Lista as fingerprints das chaves de confiança." - #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml msgid "" @@ -2749,6 +2812,11 @@ msgid "" "to completely undermine the &apt-secure; infrastructure if used without care." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt-key.8.xml +msgid "(deprecated)" +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml msgid "" @@ -2762,6 +2830,16 @@ msgstr "" "submetido no pacote <literal>archive-keyring</literal> da sua distribuição, " "por exemplo o pacote &keyring-package; em &keyring-distro;." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-key.8.xml +msgid "" +"Note that a distribution does not need to and in fact should not use this " +"command any longer and instead ship keyring files in the <filename>/etc/apt/" +"trusted.gpg</filename> directory directly as this avoids a dependency on " +"<package>gnupg</package> and it is easier to manage keys by simply adding " +"and removing files for maintainers and users alike." +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-key.8.xml msgid "" @@ -2811,37 +2889,6 @@ msgstr "" "filename> é o chaveiro principal o que significa que, por exemplo, as novas " "chaves são adicionadas a este." -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> -#: apt-key.8.xml -msgid "<filename>/etc/apt/trustdb.gpg</filename>" -msgstr "<filename>/etc/apt/trustdb.gpg</filename>" - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-key.8.xml -msgid "Local trust database of archive keys." -msgstr "Base de dados local de confiança de chaves de arquivos." - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> -#: apt-key.8.xml -msgid "&keyring-filename;" -msgstr "&keyring-filename;" - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-key.8.xml -msgid "Keyring of &keyring-distro; archive trusted keys." -msgstr "Chaveiro das chaves de confiança dos arquivos &keyring-distro;." - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> -#: apt-key.8.xml -msgid "&keyring-removed-filename;" -msgstr "&keyring-removed-filename;" - -#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> -#: apt-key.8.xml -msgid "Keyring of &keyring-distro; archive removed trusted keys." -msgstr "" -"Chaveiro das chaves de confiança removidas dos arquivos &keyring-distro;." - #. type: Content of: <refentry><refsect1><para> #: apt-key.8.xml msgid "&apt-get;, &apt-secure;" @@ -3036,7 +3083,9 @@ msgid "" "Starting with version 0.6, <command>APT</command> contains code that does " "signature checking of the Release file for all repositories. This ensures " "that data like packages in the archive can't be modified by people who have " -"no access to the Release file signing key." +"no access to the Release file signing key. Starting with version 1.1 " +"<command>APT</command> requires repositories to provide recent " +"authentication information for unimpeded usage of the repository." msgstr "" "A partir da versão 0.6, o <command>apt</command> contém código que faz " "verificação de assinaturas do ficheiro Release para todos os arquivos. Isto " @@ -3047,20 +3096,48 @@ msgstr "" #: apt-secure.8.xml msgid "" "If an archive has an unsigned Release file or no Release file at all current " -"APT versions will raise a warning in <command>update</command> operations " -"and front-ends like <command>apt-get</command> will require explicit " -"confirmation if an installation request includes a package from such an " -"unauthenticated archive." +"APT versions will refuse to download data from them by default in " +"<command>update</command> operations and even if forced to download front-" +"ends like &apt-get; will require explicit confirmation if an installation " +"request includes a package from such an unauthenticated archive." msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt-secure.8.xml msgid "" -"In the future APT will refuse to work with unauthenticated repositories by " -"default until support for them is removed entirely. Users have the option to " -"opt-in to this behavior already by setting the configuration option " -"<option>Acquire::AllowInsecureRepositories</option> to <literal>false</" -"literal>." +"As a temporary exception &apt-get; (not &apt;!) raises warnings only if it " +"encounters unauthenticated archives to give a slightly longer grace period " +"on this backward compatibility effecting change. This exception will be " +"removed in future releases and you can opt-out of this grace period by " +"setting the configuration option <option>Binary::apt-get::Acquire::" +"AllowInsecureRepositories</option> to <literal>false</literal> or <option>--" +"no-allow-insecure-repositories</option> on the command line." +msgstr "" + +#. type: Content of: <refentry><refsect1><para> +#: apt-secure.8.xml +msgid "" +"You can force all APT clients to raise only warnings by setting the " +"configuration option <option>Acquire::AllowInsecureRepositories</option> to " +"<literal>true</literal>. Individual repositories can also be allowed to be " +"insecure via the &sources-list; option <literal>allow-insecure=yes</" +"literal>. Note that insecure repositories are strongly discouraged and all " +"options to force apt to continue supporting them will eventually be " +"removed. Users also have the <option>Trusted</option> option available to " +"disable even the warnings, but be sure to understand the implications as " +"detailed in &sources-list;." +msgstr "" + +#. type: Content of: <refentry><refsect1><para> +#: apt-secure.8.xml +msgid "" +"A repository which previously was authentication but would loose this state " +"in an <command>update</command> operation raises an error in all APT clients " +"irrespective of the option to allow or forbid usage of insecure " +"repositories. The error can be overcome by additionally setting " +"<option>Acquire::AllowDowngradeToInsecureRepositories</option> to " +"<literal>true</literal> or for Individual repositories with the &sources-" +"list; option <literal>allow-downgrade-to-insecure=yes</literal>." msgstr "" #. type: Content of: <refentry><refsect1><para> @@ -4039,6 +4116,33 @@ msgstr "" "alienígenas são adicionadas à lista predefinida quando são registadas via " "<command>dpkg --add-architecture</command>." +#. 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 " +"something in this format. As an example the following configuration stanza " +"would allow apt to download and uncompress as well as create and store files " +"with the low-cost <literal>.reversed</literal> file extension which it will " +"pass to the command <command>rev</command> without additional commandline " +"parameters for compression and uncompression:" +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><informalexample><programlisting> +#: apt.conf.5.xml +#, no-wrap +msgid "" +"APT::Compressor::rev {\n" +"\tName \"rev\";\n" +"\tExtension \".reversed\";\n" +"\tBinary \"rev\";\n" +"\tCompressArg {};\n" +"\tUncompressArg {};\n" +"\tCost \"10\";\n" +"};\n" +msgstr "" + #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" @@ -4057,13 +4161,14 @@ msgstr "" msgid "" "Default release to install packages from if more than one version is " "available. Contains release name, codename or release version. Examples: " -"'stable', 'testing', 'unstable', '&stable-codename;', '&testing-codename;', " -"'4.0', '5.0*'. See also &apt-preferences;." +"'stable', 'testing', 'unstable', '&debian-stable-codename;', '&debian-" +"testing-codename;', '4.0', '5.0*'. See also &apt-preferences;." msgstr "" "Lançamento predefinido de onde instalar pacotes se existir mais de uma " "versão disponível. Contém o nome do lançamento, nome de código ou versão de " -"lançamento. Exemplos: 'stable', 'testing', 'unstable', '&stable-codename;', " -"'&testing-codename;', '4.0', '5.0*'. Veja também &apt-preferences;." +"lançamento. Exemplos: 'stable', 'testing', 'unstable', '&debian-stable-" +"codename;', '&debian-testing-codename;', '4.0', '5.0*'. Veja também &apt-" +"preferences;." #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml @@ -4567,16 +4672,30 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "<literal>Acquire::http::Proxy-Auto-Detect</literal> can be used to " +#| "specify an external command to discover the http proxy to use. Apt " +#| "expects the command to output the proxy on stdout in the style " +#| "<literal>http://proxy:port/</literal>. This will override the generic " +#| "<literal>Acquire::http::Proxy</literal> but not any specific host proxy " +#| "configuration set via <literal>Acquire::http::Proxy::$HOST</literal>. " +#| "See the &squid-deb-proxy-client; package for an example implementation " +#| "that uses avahi. This option takes precedence over the legacy option name " +#| "<literal>ProxyAutoDetect</literal>." msgid "" "<literal>Acquire::http::Proxy-Auto-Detect</literal> can be used to specify " -"an external command to discover the http proxy to use. Apt expects the " -"command to output the proxy on stdout in the style <literal>http://proxy:" -"port/</literal>. This will override the generic <literal>Acquire::http::" -"Proxy</literal> but not any specific host proxy configuration set via " -"<literal>Acquire::http::Proxy::$HOST</literal>. See the &squid-deb-proxy-" -"client; package for an example implementation that uses avahi. This option " -"takes precedence over the legacy option name <literal>ProxyAutoDetect</" -"literal>." +"an external command to discover the http proxy to use. The first and only " +"parameter is an URI denoting the host to be contacted to allow for host-" +"specific configuration. APT expects the command to output the proxy on " +"stdout as a single line in the style <literal>http://proxy:port/</literal> " +"or the word <literal>DIRECT</literal> if no proxy should be used. No output " +"indicates that the generic proxy settings should be used. Note that auto-" +"detection will not be used for a host if a host-specific proxy configuration " +"is already set via <literal>Acquire::http::Proxy::<replaceable>HOST</" +"replaceable></literal>. See the &squid-deb-proxy-client; package for an " +"example implementation that uses avahi. This option takes precedence over " +"the legacy option name <literal>ProxyAutoDetect</literal>." msgstr "" "<literal>Acquire::http::Proxy-Auto-Detect</literal> pode ser usado para " "especificar um comando externo para descobrir o proxy http a usar. O apt " @@ -4767,14 +4886,23 @@ msgstr "Acquire::CompressionTypes::<replaceable>Extensão de Ficheiro</replaceab #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "List of compression types which are understood by the acquire methods. " +#| "Files like <filename>Packages</filename> can be available in various " +#| "compression formats. By default the acquire methods can decompress " +#| "<command>bzip2</command>, <command>lzma</command> and <command>gzip</" +#| "command> compressed files; with this setting more formats can be added on " +#| "the fly or the used method can be changed. The syntax for this is: " +#| "<placeholder type=\"synopsis\" id=\"0\"/>" msgid "" "List of compression types which are understood by the acquire methods. " "Files like <filename>Packages</filename> can be available in various " -"compression formats. By default the acquire methods can decompress " -"<command>bzip2</command>, <command>lzma</command> and <command>gzip</" -"command> compressed files; with this setting more formats can be added on " -"the fly or the used method can be changed. The syntax for this is: " -"<placeholder type=\"synopsis\" id=\"0\"/>" +"compression formats. By default the acquire methods can decompress and " +"recompress many common formats like <command>xz</command> and <command>gzip</" +"command>; with this scope the supported formats can be queried, modified as " +"well as support for more formats added (see also <option>APT::Compressor</" +"option>). The syntax for this is: <placeholder type=\"synopsis\" id=\"0\"/>" msgstr "" "Lista dos tipos de compressão que são compreendidos pelos métodos de " "aquisição. Ficheiros como <filename>Packages</filename> podem estar " @@ -4792,26 +4920,41 @@ msgstr "Acquire::CompressionTypes::Order:: \"gz\";" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><synopsis> #: apt.conf.5.xml -#, no-wrap -msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };" +#, fuzzy, no-wrap +#| msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };" +msgid "Acquire::CompressionTypes::Order { \"xz\"; \"gz\"; };" msgstr "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Also, the <literal>Order</literal> subgroup can be used to define in " +#| "which order the acquire system will try to download the compressed files. " +#| "The acquire system will try the first and proceed with the next " +#| "compression type in this list on error, so to prefer one over the other " +#| "type simply add the preferred type first - default types not already " +#| "added will be implicitly appended to the end of the list, so e.g. " +#| "<placeholder type=\"synopsis\" id=\"0\"/> can be used to prefer " +#| "<command>gzip</command> compressed files over <command>bzip2</command> " +#| "and <command>lzma</command>. If <command>lzma</command> should be " +#| "preferred over <command>gzip</command> and <command>bzip2</command> the " +#| "configure setting should look like this: <placeholder type=\"synopsis\" " +#| "id=\"1\"/> It is not needed to add <literal>bz2</literal> to the list " +#| "explicitly as it will be added automatically." msgid "" "Also, the <literal>Order</literal> subgroup can be used to define in which " "order the acquire system will try to download the compressed files. The " "acquire system will try the first and proceed with the next compression type " "in this list on error, so to prefer one over the other type simply add the " -"preferred type first - default types not already added will be implicitly " -"appended to the end of the list, so e.g. <placeholder type=\"synopsis\" id=" -"\"0\"/> can be used to prefer <command>gzip</command> compressed files over " -"<command>bzip2</command> and <command>lzma</command>. If <command>lzma</" -"command> should be preferred over <command>gzip</command> and " -"<command>bzip2</command> the configure setting should look like this: " -"<placeholder type=\"synopsis\" id=\"1\"/> It is not needed to add " -"<literal>bz2</literal> to the list explicitly as it will be added " -"automatically." +"preferred type first - types not already added will be implicitly appended " +"to the end of the list, so e.g. <placeholder type=\"synopsis\" id=\"0\"/> " +"can be used to prefer <command>gzip</command> compressed files over all " +"other compression formats. If <command>xz</command> should be preferred " +"over <command>gzip</command> and <command>bzip2</command> the configure " +"setting should look like this: <placeholder type=\"synopsis\" id=\"1\"/> It " +"is not needed to add <literal>bz2</literal> to the list explicitly as it " +"will be added automatically." msgstr "" "Também o subgrupo <literal>Order</literal> pode ser usado para definir em " "que ordem o sistema de aquisição irá tentar descarregar os ficheiros " @@ -4836,17 +4979,30 @@ msgstr "Dir::Bin::bzip2 \"/bin/bzip2\";" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Note that the <literal>Dir::Bin::<replaceable>Methodname</replaceable></" +#| "literal> will be checked at run time. If this option has been set, the " +#| "method will only be used if this file exists; e.g. for the " +#| "<literal>bzip2</literal> method (the inbuilt) setting is: <placeholder " +#| "type=\"literallayout\" id=\"0\"/> Note also that list entries specified " +#| "on the command line will be added at the end of the list specified in the " +#| "configuration files, but before the default entries. To prefer a type in " +#| "this case over the ones specified in the configuration files you can set " +#| "the option direct - not in list style. This will not override the " +#| "defined list; it will only prefix the list with this type." msgid "" "Note that the <literal>Dir::Bin::<replaceable>Methodname</replaceable></" -"literal> will be checked at run time. If this option has been set, the " -"method will only be used if this file exists; e.g. for the <literal>bzip2</" -"literal> method (the inbuilt) setting is: <placeholder type=\"literallayout" -"\" id=\"0\"/> Note also that list entries specified on the command line will " -"be added at the end of the list specified in the configuration files, but " -"before the default entries. To prefer a type in this case over the ones " -"specified in the configuration files you can set the option direct - not in " -"list style. This will not override the defined list; it will only prefix " -"the list with this type." +"literal> will be checked at run time. If this option has been set and " +"support for this format isn't directly built into apt, the method will only " +"be used if this file exists; e.g. for the <literal>bzip2</literal> method " +"(the inbuilt) setting is: <placeholder type=\"literallayout\" id=\"0\"/> " +"Note also that list entries specified on the command line will be added at " +"the end of the list specified in the configuration files, but before the " +"default entries. To prefer a type in this case over the ones specified in " +"the configuration files you can set the option direct - not in list style. " +"This will not override the defined list; it will only prefix the list with " +"this type." msgstr "" "Note que o <literal>Dir::Bin::<replaceable>nome de método</replaceable></" "literal> será verificado em tempo de execução. Se esta definição estiver " @@ -4992,21 +5148,30 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Allow the update operation to load data files from a repository without a " -"trusted signature. If enabled this option no data files will be loaded and " -"the update operation fails with a error for this source. The default is " -"false for backward compatibility. This will be changed in the future." +"Allow update operations to load data files from repositories without " +"sufficient security information. The default value is \"<literal>false</" +"literal>\". Concept, implications as well as alternatives are detailed in " +"&apt-secure;." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"Allow update operations to load data files from repositories which provide " +"security information, but these are deemed no longer cryptographically " +"strong enough. The default value is \"<literal>false</literal>\". Concept, " +"implications as well as alternatives are detailed in &apt-secure;." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" "Allow that a repository that was previously gpg signed to become unsigned " -"durign a update operation. When there is no valid signature of a perviously " -"trusted repository apt will refuse the update. This option can be used to " -"override this protection. You almost certainly never want to enable this. " -"The default is false. Note that apt will still consider packages from this " -"source untrusted and warn about them if you try to install them." +"during an update operation. When there is no valid signature for a " +"previously trusted repository apt will refuse the update. This option can be " +"used to override this protection. You almost certainly never want to enable " +"this. The default is <literal>false</literal>. Concept, implications as " +"well as alternatives are detailed in &apt-secure;." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> @@ -5435,136 +5600,22 @@ msgstr "" "Estas opções são passadas ao &dpkg-buildpackage; quando compila pacotes, a " "predefinição é desactivar a assinatura e produzir todos os binários." -#. type: Content of: <refentry><refsect1><refsect2><title> -#: apt.conf.5.xml -msgid "dpkg trigger usage (and related options)" -msgstr "Utilização trigger do dpkg (e opções relacionadas)" - -#. type: Content of: <refentry><refsect1><refsect2><para> -#: apt.conf.5.xml -msgid "" -"APT can call &dpkg; in such a way as to let it make aggressive use of " -"triggers over multiple calls of &dpkg;. Without further options &dpkg; will " -"use triggers once each time it runs. Activating these options can therefore " -"decrease the time needed to perform the install or upgrade. Note that it is " -"intended to activate these options per default in the future, but as it " -"drastically changes the way APT calls &dpkg; it needs a lot more testing. " -"<emphasis>These options are therefore currently experimental and should not " -"be used in production environments.</emphasis> It also breaks progress " -"reporting such that all front-ends will currently stay around half (or more) " -"of the time in the 100% state while it actually configures all packages." -msgstr "" -"O APT pode chamar o &dpkg; num tal modo que o deixa fazer uso agressivo dos " -"triggers sobre múltiplas chamadas do &dpkg;. Sem mais opções o &dpkg; irá " -"usar triggers uma vez por cada vez que corre. Activando estas opções pode " -"portanto diminuir o tempo necessário para executar a instalação ou " -"actualização. Note que é intenção futura activar estas opções por " -"predefinição, mas como muda drasticamente a maneira como o APT chama o " -"&dpkg;, precisa de muitos mais testes. <emphasis>Estas opções são portanto " -"presentemente experimentais e não deve ser usadas em ambientes produtivos.</" -"emphasis> Também interrompe o relatório de progresso de modo que todos os " -"front-ends irão permanecer a cerca de metade (ou mais) do tempo no estado de " -"100% enquanto na realidade está a configurar todos os pacotes." - -#. type: Content of: <refentry><refsect1><refsect2><para><literallayout> -#: apt.conf.5.xml -#, no-wrap -msgid "" -"DPkg::NoTriggers \"true\";\n" -"PackageManager::Configure \"smart\";\n" -"DPkg::ConfigurePending \"true\";\n" -"DPkg::TriggersPending \"true\";" -msgstr "" -"DPkg::NoTriggers \"true\";\n" -"PackageManager::Configure \"smart\";\n" -"DPkg::ConfigurePending \"true\";\n" -"DPkg::TriggersPending \"true\";" - -#. type: Content of: <refentry><refsect1><refsect2><para> -#: apt.conf.5.xml -msgid "" -"Note that it is not guaranteed that APT will support these options or that " -"these options will not cause (big) trouble in the future. If you have " -"understand the current risks and problems with these options, but are brave " -"enough to help testing them, create a new configuration file and test a " -"combination of options. Please report any bugs, problems and improvements " -"you encounter and make sure to note which options you have used in your " -"reports. Asking &dpkg; for help could also be useful for debugging proposes, " -"see e.g. <command>dpkg --audit</command>. A defensive option combination " -"would be <placeholder type=\"literallayout\" id=\"0\"/>" -msgstr "" -"Note que não é garantido que o APT irá suportar estas opções ou que estas " -"opções não irão causar (grandes) problemas no futuro. Se você compreendeu os " -"riscos e problemas actuais com estas opções, mas tem coragem suficiente para " -"ajudar a testá-la, crie um novo ficheiro de configuração e teste uma " -"combinação de opções. Por favor reporte quaisquer bugs, problemas e " -"melhoramentos que encontre e certifique-se de anotar nos seus relatórios " -"quais as opções que usou. Pedir ajuda ao &dpkg; também pode ser útil para " -"propósitos de depuração, veja ex. <command>dpkg --audit</command>. Uma " -"combinação de opções defensiva seria <placeholder type=\"literallayout\" id=" -"\"0\"/>" - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> -#: apt.conf.5.xml -msgid "" -"Add the no triggers flag to all &dpkg; calls (except the ConfigurePending " -"call). See &dpkg; if you are interested in what this actually means. In " -"short: &dpkg; will not run the triggers when this flag is present unless it " -"is explicitly called to do so in an extra call. Note that this option " -"exists (undocumented) also in older APT versions with a slightly different " -"meaning: Previously these option only append --no-triggers to the configure " -"calls to &dpkg; - now APT will also add this flag to the unpack and remove " -"calls." -msgstr "" -"Adiciona a bandeira 'no triggers' a todas as chamadas do &dpkg; (excepto a " -"chamada ConfigurePending). Veja &dpkg; se está interessado no que isto " -"realmente representa. Em resumo: o &dpkg; não irá correr os triggers quando " -"esta bandeira está presente a menos que seja explicitamente chamado a fazê-" -"lo numa chamada extra. Note que esta opção existe (não documentada) também " -"em versões mais antigas do APT com um significado ligeiramente diferente: " -"Anteriormente esta opção apenas acrescentava --no-triggers às chamadas " -"configure para o &dpkg; - agora o APT irá adicionar esta bandeira também às " -"chamadas unpack e remove." - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> -#: apt.conf.5.xml -msgid "" -"Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" " -"and \"<literal>no</literal>\". The default value is \"<literal>all</literal>" -"\", which causes APT to configure all packages. The \"<literal>smart</" -"literal>\" way is to configure only packages which need to be configured " -"before another package can be unpacked (Pre-Depends), and let the rest be " -"configured by &dpkg; with a call generated by the ConfigurePending option " -"(see below). On the other hand, \"<literal>no</literal>\" will not configure " -"anything, and totally relies on &dpkg; for configuration (which at the " -"moment will fail if a Pre-Depends is encountered). Setting this option to " -"any value other than <literal>all</literal> will implicitly also activate " -"the next option by default, as otherwise the system could end in an " -"unconfigured and potentially unbootable state." -msgstr "" -"Valores válidos são \"<literal>all</literal>\", \"<literal>smart</literal>\" " -"e \"<literal>no</literal>\". O valor predefinido é \"<literal>all</literal>" -"\" que faz com que o APT configure todos os pacotes. O modo " -"\"<literal>smart</literal>\" serve para configurar apenas pacotes que " -"precisam de ser configurados antes que outro pacote possa ser desempacotado " -"(pré-dependências) e o resto configurado pelo &dpkg; com uma chamada gerada " -"pela opção ConfigurePending (veja em baixo). Por outro lado, \"<literal>no</" -"literal>\" não irá configurar nada e confiar no &dpkg; para configurações (o " -"que de momento irá falhar se encontrar uma pré-dependência). Definir esta " -"opção para qualquer valor que diferente de <literal>all</literal> irá também " -"implicitamente activar a próxima opção predefinida caso contrário o sistema " -"poderia acabar num estado não configurado onde potencialmente poderia não " -"arrancar." - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "If this option is set APT will call <command>dpkg --configure --pending</" +#| "command> to let &dpkg; handle all required configurations and triggers. " +#| "This option is activated automatically per default if the previous option " +#| "is not set to <literal>all</literal>, but deactivating it could be useful " +#| "if you want to run APT multiple times in a row - e.g. in an installer. In " +#| "these sceneries you could deactivate this option in all but the last run." msgid "" "If this option is set APT will call <command>dpkg --configure --pending</" "command> to let &dpkg; handle all required configurations and triggers. This " -"option is activated automatically per default if the previous option is not " -"set to <literal>all</literal>, but deactivating it could be useful if you " -"want to run APT multiple times in a row - e.g. in an installer. In these " -"sceneries you could deactivate this option in all but the last run." +"option is activated by default, but deactivating it could be useful if you " +"want to run APT multiple times in a row - e.g. in an installer. In this " +"scenario you could deactivate this option in all but the last run." msgstr "" "Se esta opção for definida, o APT irá chamar <command>dpkg --configure --" "pending</command> para permitir ao &dpkg; lidar como todas as configurações " @@ -5574,64 +5625,6 @@ msgstr "" "vezes numa fila - ex. numa instalação. Nestes cenários você pode desactivar " "esta opção em todas excepto na última execução." -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> -#: apt.conf.5.xml -msgid "" -"Useful for the <literal>smart</literal> configuration as a package which has " -"pending triggers is not considered as <literal>installed</literal>, and " -"&dpkg; treats them as <literal>unpacked</literal> currently which is a " -"showstopper for Pre-Dependencies (see debbugs #526774). Note that this will " -"process all triggers, not only the triggers needed to configure this package." -msgstr "" -"Útil para configuração <literal>smart</literal>, pois um pacote que tenha " -"triggers pendentes não é considerado como <literal>installed</literal> e o " -"&dpkg; trata-o como actualmente <literal>unpacked</literal> o que é um modo " -"de lidar com pré-dependências (veja debbugs #526774). Note que isto irá " -"processar todos os triggers, e não apenas os triggers necessários para " -"configurar este pacote." - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout> -#: apt.conf.5.xml -#, no-wrap -msgid "" -"OrderList::Score {\n" -"\tDelete 500;\n" -"\tEssential 200;\n" -"\tImmediate 10;\n" -"\tPreDepends 50;\n" -"};" -msgstr "" -"OrderList::Score {\n" -"\tDelete 500;\n" -"\tEssential 200;\n" -"\tImmediate 10;\n" -"\tPreDepends 50;\n" -"};" - -#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> -#: apt.conf.5.xml -msgid "" -"Essential packages (and their dependencies) should be configured immediately " -"after unpacking. It is a good idea to do this quite early in the upgrade " -"process as these configure calls also currently require <literal>DPkg::" -"TriggersPending</literal> which will run quite a few triggers (which may not " -"be needed). Essentials get per default a high score but the immediate flag " -"is relatively low (a package which has a Pre-Depends is rated higher). " -"These option and the others in the same group can be used to change the " -"scoring. The following example shows the settings with their default " -"values. <placeholder type=\"literallayout\" id=\"0\"/>" -msgstr "" -"Os pacotes essenciais ( e as suas dependências) deve ser configurados " -"imediatamente após a descompactação. Será uma boa ideia fazer isto bem cedo " -"no processo de actualização pois estas chamadas de configuração também " -"requerem actualmente <literal>DPkg::TriggersPending</literal> o que irá " -"correr alguns triggers (que talvez não sejam necessários). Os essenciais " -"obtêm por predefinição uma pontuação alta mas a bandeira 'imediato' é " -"relativamente baixa (um pacote que tenha uma pré-dependência tem pontuação " -"mais alta). Esta opção e as outras no mesmo grupo podem ser usadas para " -"alterar a pontuação. O exemplo seguinte mostra as definições que são valores " -"predefinidos. <placeholder type=\"literallayout\" id=\"0\"/>" - #. type: Content of: <refentry><refsect1><title> #: apt.conf.5.xml msgid "Periodic and Archives options" @@ -5642,13 +5635,14 @@ msgstr "Opções Periodic e Archives" msgid "" "<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups " "of options configure behavior of apt periodic updates, which is done by the " -"<literal>/etc/cron.daily/apt</literal> script. See the top of this script " -"for the brief documentation of these options." +"<literal>/usr/lib/apt/apt.systemd.daily</literal> script. See the top of " +"this script for the brief documentation of these options." msgstr "" "Os grupos de opções <literal>APT::Periodic</literal> e <literal>APT::" "Archives</literal> configuram o comportamento das actualizações periódicas " -"do APT, o que é feito pelo script <literal>/etc/cron.daily/apt</literal>. " -"Veja o cabeçalho deste script para uma breve documentação das suas opções." +"do APT, o que é feito pelo script <literal>/usr/lib/apt/apt.systemd.daily</" +"literal>. Veja o cabeçalho deste script para uma breve documentação das suas " +"opções." #. type: Content of: <refentry><refsect1><title> #: apt.conf.5.xml @@ -6494,23 +6488,23 @@ msgstr "" #: apt_preferences.5.xml msgid "" "The following record assigns a high priority to all package versions " -"belonging to any distribution whose Codename is \"<literal>&testing-codename;" -"</literal>\"." +"belonging to any distribution whose Codename is \"<literal>&debian-testing-" +"codename;</literal>\"." msgstr "" "O seguinte registo atribui uma alta prioridade a todas as versões de pacotes " "pertencentes a qualquer distribuição cujo nome de código é " -"\"<literal>&testing-codename;</literal>\"." +"\"<literal>&debian-testing-codename;</literal>\"." #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting> #: apt_preferences.5.xml #, no-wrap msgid "" "Package: *\n" -"Pin: release n=&testing-codename;\n" +"Pin: release n=&debian-testing-codename;\n" "Pin-Priority: 900\n" msgstr "" "Package: *\n" -"Pin: release n=&testing-codename;\n" +"Pin: release n=&debian-testing-codename;\n" "Pin-Priority: 900\n" #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> @@ -6518,11 +6512,12 @@ msgstr "" msgid "" "The following record assigns a high priority to all package versions " "belonging to any release whose Archive name is \"<literal>stable</literal>\" " -"and whose release Version number is \"<literal>&stable-version;</literal>\"." +"and whose release Version number is \"<literal>&debian-stable-version;</" +"literal>\"." msgstr "" "O seguinte registo atribui alta prioridade a todas as versões de pacotes " "pertencentes a qualquer lançamento cujo nome de Arquivo é \"<literal>stable</" -"literal>\" e cujo número de Versão de lançamento é \"<literal>&stable-" +"literal>\" e cujo número de Versão de lançamento é \"<literal>&debian-stable-" "version;</literal>\"." #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting> @@ -6530,11 +6525,11 @@ msgstr "" #, no-wrap msgid "" "Package: *\n" -"Pin: release a=stable, v=&stable-version;\n" +"Pin: release a=stable, v=&debian-stable-version;\n" "Pin-Priority: 500\n" msgstr "" "Package: *\n" -"Pin: release a=stable, v=&stable-version;\n" +"Pin: release a=stable, v=&debian-stable-version;\n" "Pin-Priority: 500\n" #. type: Content of: <refentry><refsect1><refsect2><para> @@ -6891,19 +6886,19 @@ msgid "" "The <filename>Release</filename> file is normally found in the directory " "<filename>.../dists/<replaceable>dist-name</replaceable></filename>: for " "example, <filename>.../dists/stable/Release</filename>, or <filename>.../" -"dists/&stable-codename;/Release</filename>. It consists of a single multi-" -"line record which applies to <emphasis>all</emphasis> of the packages in the " -"directory tree below its parent. Unlike the <filename>Packages</filename> " -"file, nearly all of the lines in a <filename>Release</filename> file are " -"relevant for setting APT priorities:" +"dists/&debian-stable-codename;/Release</filename>. It consists of a single " +"multi-line record which applies to <emphasis>all</emphasis> of the packages " +"in the directory tree below its parent. Unlike the <filename>Packages</" +"filename> file, nearly all of the lines in a <filename>Release</filename> " +"file are relevant for setting APT priorities:" msgstr "" "O ficheiro <filename>Release</filename> fica normalmente no directório " "<filename>.../dists/<replaceable>nome da distribuição</replaceable></" "filename>: por exemplo, <filename>.../dists/stable/Release</filename>, ou " -"<filename>.../dists/&stable-codename;/Release</filename>. Consiste num único " -"registo de várias linhas que se aplica a <emphasis>todos</emphasis> os " -"pacotes na árvore de directórios sob o seu pai. Ao contrário do ficheiro " -"<filename>Packages</filename>, quase todas as linhas num ficheiro " +"<filename>.../dists/&debian-stable-codename;/Release</filename>. Consiste " +"num único registo de várias linhas que se aplica a <emphasis>todos</" +"emphasis> os pacotes na árvore de directórios sob o seu pai. Ao contrário do " +"ficheiro <filename>Packages</filename>, quase todas as linhas num ficheiro " "<filename>Release</filename> são relevantes para definir as prioridades do " "APT:" @@ -6944,53 +6939,53 @@ msgstr "a linha <literal>Codename:</literal>" #: apt_preferences.5.xml msgid "" "names the codename to which all the packages in the directory tree belong. " -"For example, the line \"Codename: &testing-codename;\" specifies that all of " -"the packages in the directory tree below the parent of the " -"<filename>Release</filename> file belong to a version named " -"<literal>&testing-codename;</literal>. Specifying this value in the APT " -"preferences file would require the line:" +"For example, the line \"Codename: &debian-testing-codename;\" specifies that " +"all of the packages in the directory tree below the parent of the " +"<filename>Release</filename> file belong to a version named <literal>&debian-" +"testing-codename;</literal>. Specifying this value in the APT preferences " +"file would require the line:" msgstr "" "nomeia o nome de código a qual todos os pacotes na árvore de directórios " -"pertencem. Por exemplo, a linha \"Codename: &testing-codename;\" especifica " -"que todos os pacotes na árvore de directórios abaixo do pai do ficheiro " -"<filename>Release</filename> pertencem a uma versão chamada " -"<literal>&testing-codename;</literal>. Especificar este valor no ficheiro de " -"preferências do APT requer a linha:" +"pertencem. Por exemplo, a linha \"Codename: &debian-testing-codename;\" " +"especifica que todos os pacotes na árvore de directórios abaixo do pai do " +"ficheiro <filename>Release</filename> pertencem a uma versão chamada " +"<literal>&debian-testing-codename;</literal>. Especificar este valor no " +"ficheiro de preferências do APT requer a linha:" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><programlisting> #: apt_preferences.5.xml #, no-wrap -msgid "Pin: release n=&testing-codename;\n" -msgstr "Pin: release n=&testing-codename;\n" +msgid "Pin: release n=&debian-testing-codename;\n" +msgstr "Pin: release n=&debian-testing-codename;\n" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> #: apt_preferences.5.xml msgid "" "names the release version. For example, the packages in the tree might " -"belong to Debian release version &stable-version;. Note that there is " -"normally no version number for the <literal>testing</literal> and " +"belong to Debian release version &debian-stable-version;. Note that there " +"is normally no version number for the <literal>testing</literal> and " "<literal>unstable</literal> distributions because they have not been " "released yet. Specifying this in the APT preferences file would require one " "of the following lines." msgstr "" "nomeia a versão de lançamento. Por exemplo, os pacotes na árvore podem " -"pertencer ao lançamento de Debian versão &stable-version;. Note que não há " -"normalmente um número de versão para as distribuições <literal>testing</" -"literal> e <literal>unstable</literal>. porque ainda não foram lançadas. " -"Especificar isto no ficheiro de preferências do APT irá requerer uma das " -"seguintes linhas:" +"pertencer ao lançamento de Debian versão &debian-stable-version;. Note que " +"não há normalmente um número de versão para as distribuições " +"<literal>testing</literal> e <literal>unstable</literal>. porque ainda não " +"foram lançadas. Especificar isto no ficheiro de preferências do APT irá " +"requerer uma das seguintes linhas:" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><programlisting> #: apt_preferences.5.xml #, no-wrap msgid "" -"Pin: release v=&stable-version;\n" -"Pin: release a=stable, v=&stable-version;\n" -"Pin: release &stable-version;\n" +"Pin: release v=&debian-stable-version;\n" +"Pin: release a=stable, v=&debian-stable-version;\n" +"Pin: release &debian-stable-version;\n" msgstr "" -"Pin: release v=&stable-version;\n" -"Pin: release a=stable, v=&stable-version;\n" -"Pin: release &stable-version;\n" +"Pin: release v=&debian-stable-version;\n" +"Pin: release a=stable, v=&debian-stable-version;\n" +"Pin: release &debian-stable-version;\n" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> #: apt_preferences.5.xml @@ -7297,9 +7292,9 @@ msgstr "Acompanhando a evolução de um nome de código de lançamento" #, no-wrap msgid "" "Explanation: Uninstall or do not install any Debian-originated package versions\n" -"Explanation: other than those in the distribution codenamed with &testing-codename; or sid\n" +"Explanation: other than those in the distribution codenamed with &debian-testing-codename; or sid\n" "Package: *\n" -"Pin: release n=&testing-codename;\n" +"Pin: release n=&debian-testing-codename;\n" "Pin-Priority: 900\n" "\n" "Explanation: Debian unstable is always codenamed with sid\n" @@ -7312,9 +7307,9 @@ msgid "" "Pin-Priority: -10\n" msgstr "" "Explicação: Desinstala ou não instala nenhumas versões de pacotes originais Debian\n" -"Explicação: para além daquelas da distribuição com nome de código &testing-codename; ou sid\n" +"Explicação: para além daquelas da distribuição com nome de código &debian-testing-codename; ou sid\n" "Package: *\n" -"Pin: release n=&testing-codename;\n" +"Pin: release n=&debian-testing-codename;\n" "Pin-Priority: 900\n" "\n" "Explicação: Debian unstable tem sempre o nome de código sid\n" @@ -7357,13 +7352,13 @@ msgstr "" msgid "" "With a suitable &sources-list; file and the above preferences file, any of " "the following commands will cause APT to upgrade to the latest version(s) in " -"the release codenamed with <literal>&testing-codename;</literal>. " +"the release codenamed with <literal>&debian-testing-codename;</literal>. " "<placeholder type=\"programlisting\" id=\"0\"/>" msgstr "" "Com um ficheiro &sources-list; apropriado e o ficheiro de preferências " "acima, qualquer dos seguintes comandos fará com que o APT actualize para a " -"versão mais recente no lançamento com nome de código <literal>&testing-" -"codename;</literal>. <placeholder type=\"programlisting\" id=\"0\"/>" +"versão mais recente no lançamento com nome de código <literal>&debian-" +"testing-codename;</literal>. <placeholder type=\"programlisting\" id=\"0\"/>" #. type: Content of: <refentry><refsect1><refsect2><para><programlisting> #: apt_preferences.5.xml @@ -7377,16 +7372,16 @@ msgid "" "The following command will cause APT to upgrade the specified package to the " "latest version from the <literal>sid</literal> distribution. Thereafter, " "<command>apt-get upgrade</command> will upgrade the package to the most " -"recent <literal>&testing-codename;</literal> version if that is more recent " -"than the installed version, otherwise, to the most recent <literal>sid</" -"literal> version if that is more recent than the installed version. " -"<placeholder type=\"programlisting\" id=\"0\"/>" +"recent <literal>&debian-testing-codename;</literal> version if that is more " +"recent than the installed version, otherwise, to the most recent " +"<literal>sid</literal> version if that is more recent than the installed " +"version. <placeholder type=\"programlisting\" id=\"0\"/>" msgstr "" "O seguinte comando irá fazer com que o APT actualize o pacote especificado " "para a versão mais recente da distribuição <literal>sid</literal>. " "Posteriormente, <command>apt-get upgrade</command> irá actualizar o pacote " -"para a versão <literal>&testing-codename;</literal> mais recente se essa for " -"mais recente que a versão instalada, caso contrário, para a versão " +"para a versão <literal>&debian-testing-codename;</literal> mais recente se " +"essa for mais recente que a versão instalada, caso contrário, para a versão " "<literal>sid</literal> mais recente se essa for mais recente que a versão " "instalada. <placeholder type=\"programlisting\" id=\"0\"/>" @@ -7559,9 +7554,9 @@ msgstr "Os tipos deb e deb-src" #| "archive, <filename>distribution/component</filename>. The " #| "<literal>distribution</literal> is generally an archive name like " #| "<literal>stable</literal> or <literal>testing</literal> or a codename " -#| "like <literal>&stable-codename;</literal> or <literal>&testing-codename;</" -#| "literal> while component is one of <literal>main</literal>, " -#| "<literal>contrib</literal> or <literal>non-free</literal>. The " +#| "like <literal>&debian-stable-codename;</literal> or <literal>&debian-" +#| "testing-codename;</literal> while component is one of <literal>main</" +#| "literal>, <literal>contrib</literal> or <literal>non-free</literal>. The " #| "<literal>deb-src</literal> type references a Debian distribution's source " #| "code in the same form as the <literal>deb</literal> type. A <literal>deb-" #| "src</literal> line is required to fetch source indexes." @@ -7570,8 +7565,8 @@ msgid "" "archive, <filename>distribution/component</filename>. The " "<literal>distribution</literal> is generally a suite name like " "<literal>stable</literal> or <literal>testing</literal> or a codename like " -"<literal>&stable-codename;</literal> or <literal>&testing-codename;</" -"literal> while component is one of <literal>main</literal>, " +"<literal>&debian-stable-codename;</literal> or <literal>&debian-testing-" +"codename;</literal> while component is one of <literal>main</literal>, " "<literal>contrib</literal> or <literal>non-free</literal>. The <literal>deb-" "src</literal> type references a Debian distribution's source code in the " "same form as the <literal>deb</literal> type. A <literal>deb-src</literal> " @@ -7581,8 +7576,8 @@ msgstr "" "níveis, <filename>distribution/component</filename>. A " "<literal>distribution</literal> é geralmente um nome de arquivo como " "<literal>stable</literal> ou <literal>testing</literal> ou um nome de código " -"como <literal>&stable-codename;</literal> ou <literal>&testing-codename;</" -"literal> enquanto que componente é um de <literal>main</literal>, " +"como <literal>&debian-stable-codename;</literal> ou <literal>&debian-testing-" +"codename;</literal> enquanto que componente é um de <literal>main</literal>, " "<literal>contrib</literal> ou <literal>non-free</literal>. O tipo " "<literal>deb-src</literal> faz referência a um código fonte de distribuição " "Debian no mesmo formato que o tipo <literal>deb</literal>. É necessária uma " @@ -7839,9 +7834,10 @@ msgid "" "<option>Targets</option> (<option>target</option>) is a multivalue option " "defining which download targets apt will try to acquire from this source. If " "not specified, the default set is defined by the <option>Acquire::" -"IndexTargets</option> configuration scope. Additionally, specific targets " -"can be enabled or disabled by using the identifier as field name instead of " -"using this multivalue option." +"IndexTargets</option> configuration scope (targets are specified by their " +"name in the <literal>Created-By</literal> field). Additionally, targets can " +"be enabled or disabled by using the <literal>Identifier</literal> field as " +"an option with a boolean value instead of using this multivalue option." msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> @@ -7883,6 +7879,17 @@ msgid "" "detect and error out on such anomalies." msgstr "" +#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> +#: sources.list.5.xml +msgid "" +"<option>Allow-Insecure</option> (<option>allow-insecure</option>), " +"<option>Allow-Weak</option> (<option>allow-weak</option>) and <option>Allow-" +"Downgrade-To-Insecure</option> (<option>allow-downgrade-to-insecure</" +"option>) are boolean values which all default to <literal>no</literal>. If " +"set to <literal>yes</literal> they circumvent parts of &apt-secure; and " +"should therefore not be used lightly!" +msgstr "" + #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml msgid "" @@ -7905,13 +7912,14 @@ msgid "" "<option>Signed-By</option> (<option>signed-by</option>) is either an " "absolute path to a keyring file (has to be accessible and readable for the " "<literal>_apt</literal> user, so ensure everyone has read-permissions on the " -"file) or a fingerprint of a key either in the <filename>trusted.gpg</" -"filename> keyring or in one of the keyrings in the <filename>trusted.gpg.d/</" +"file) or one or more fingerprints of keys either in the <filename>trusted." +"gpg</filename> keyring or in the keyrings in the <filename>trusted.gpg.d/</" "filename> directory (see <command>apt-key fingerprint</command>). If the " -"option is set, only the key(s) in this keyring or only the key with this " -"fingerprint is used for the &apt-secure; verification of this repository. " -"Otherwise all keys in the trusted keyrings are considered valid signers for " -"this repository." +"option is set, only the key(s) in this keyring or only the keys with these " +"fingerprints are used for the &apt-secure; verification of this repository. " +"Defaults to the value of the option with the same name if set in the " +"previously acquired <filename>Release</filename> file. Otherwise all keys " +"in the trusted keyrings are considered valid signers for this repository." msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> @@ -8164,35 +8172,35 @@ msgstr "" #: sources.list.5.xml #, fuzzy, no-wrap #| msgid "" -#| "deb http://ftp.debian.org/debian &stable-codename; main\n" -#| "deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main" +#| "deb http://ftp.debian.org/debian &debian-stable-codename; main\n" +#| "deb [ arch=amd64,armel ] http://ftp.debian.org/debian &debian-stable-codename; main" msgid "" -"deb http://httpredir.debian.org/debian &stable-codename; main\n" -"deb [ arch=amd64,armel ] http://httpredir.debian.org/debian &stable-codename; main" +"deb http://deb.debian.org/debian &debian-stable-codename; main\n" +"deb [ arch=amd64,armel ] http://deb.debian.org/debian &debian-stable-codename; main" msgstr "" -"deb http://ftp.debian.org/debian &stable-codename; main\n" -"deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main" +"deb http://ftp.debian.org/debian &debian-stable-codename; main\n" +"deb [ arch=amd64,armel ] http://ftp.debian.org/debian &debian-stable-codename; main" #. type: Content of: <refentry><refsect1><literallayout> #: sources.list.5.xml #, fuzzy, no-wrap #| msgid "" -#| "deb http://ftp.debian.org/debian &stable-codename; main\n" -#| "deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main" +#| "deb http://ftp.debian.org/debian &debian-stable-codename; main\n" +#| "deb [ arch=amd64,armel ] http://ftp.debian.org/debian &debian-stable-codename; main" msgid "" "Types: deb\n" -"URIs: http://httpredir.debian.org/debian\n" -"Suites: &stable-codename;\n" +"URIs: http://deb.debian.org/debian\n" +"Suites: &debian-stable-codename;\n" "Components: main\n" "\n" "Types: deb\n" -"URIs: http://httpredir.debian.org/debian\n" -"Suites: &stable-codename;\n" +"URIs: http://deb.debian.org/debian\n" +"Suites: &debian-stable-codename;\n" "Components: main\n" "Architectures: amd64 armel\n" msgstr "" -"deb http://ftp.debian.org/debian &stable-codename; main\n" -"deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main" +"deb http://ftp.debian.org/debian &debian-stable-codename; main\n" +"deb [ arch=amd64,armel ] http://ftp.debian.org/debian &debian-stable-codename; main" #. type: Content of: <refentry><refsect1><para> #: sources.list.5.xml @@ -8224,27 +8232,27 @@ msgstr "deb http://archive.debian.org/debian-archive hamm main" #: sources.list.5.xml msgid "" "Uses FTP to access the archive at ftp.debian.org, under the debian " -"directory, and uses only the &stable-codename;/contrib area." +"directory, and uses only the &debian-stable-codename;/contrib area." msgstr "" "Usa FTP para aceder ao arquivo em ftp.debian.org, sob o directório debian, e " -"usa apenas a área &stable-codename;/contrib." +"usa apenas a área &debian-stable-codename;/contrib." #. type: Content of: <refentry><refsect1><literallayout> #: sources.list.5.xml #, no-wrap -msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib" -msgstr "deb ftp://ftp.debian.org/debian &stable-codename; contrib" +msgid "deb ftp://ftp.debian.org/debian &debian-stable-codename; contrib" +msgstr "deb ftp://ftp.debian.org/debian &debian-stable-codename; contrib" #. type: Content of: <refentry><refsect1><literallayout> #: sources.list.5.xml #, fuzzy, no-wrap -#| msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib" +#| msgid "deb ftp://ftp.debian.org/debian &debian-stable-codename; contrib" msgid "" "Types: deb\n" "URIs: ftp://ftp.debian.org/debian\n" -"Suites: &stable-codename;\n" +"Suites: &debian-stable-codename;\n" "Components: contrib" -msgstr "deb ftp://ftp.debian.org/debian &stable-codename; contrib" +msgstr "deb ftp://ftp.debian.org/debian &debian-stable-codename; contrib" #. type: Content of: <refentry><refsect1><para> #: sources.list.5.xml @@ -8331,12 +8339,12 @@ msgstr "" #: sources.list.5.xml #, no-wrap msgid "" -"deb http://httpredir.debian.org/debian stable main contrib\n" -"deb-src http://httpredir.debian.org/debian stable main contrib\n" -"deb http://httpredir.debian.org/debian testing main contrib\n" -"deb-src http://httpredir.debian.org/debian testing main contrib\n" -"deb http://httpredir.debian.org/debian unstable main contrib\n" -"deb-src http://httpredir.debian.org/debian unstable main contrib" +"deb http://deb.debian.org/debian stable main contrib\n" +"deb-src http://deb.debian.org/debian stable main contrib\n" +"deb http://deb.debian.org/debian testing main contrib\n" +"deb-src http://deb.debian.org/debian testing main contrib\n" +"deb http://deb.debian.org/debian unstable main contrib\n" +"deb-src http://deb.debian.org/debian unstable main contrib" msgstr "" #. type: Content of: <refentry><refsect1><literallayout> @@ -8344,7 +8352,7 @@ msgstr "" #, no-wrap msgid "" "Types: deb deb-src\n" -"URIs: http://httpredir.debian.org/debian\n" +"URIs: http://deb.debian.org/debian\n" "Suites: stable testing unstable\n" "Components: main contrib\n" msgstr "" @@ -8352,9 +8360,9 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: sources.list.5.xml #, fuzzy -#| msgid "&apt-cache; &apt-conf;" -msgid "&apt-get;, &apt-conf;" -msgstr "&apt-cache; &apt-conf;" +#| msgid "&apt-cache;, &apt-config;, &apt-preferences;." +msgid "&apt-get;, &apt-conf;, &apt-acquire-additional-files;" +msgstr "&apt-cache;, &apt-config;, &apt-preferences;." #. type: Content of: <refentry><refmeta><manvolnum> #: apt-extracttemplates.1.xml apt-sortpkgs.1.xml apt-ftparchive.1.xml @@ -8599,14 +8607,15 @@ msgstr "" msgid "" "The <literal>release</literal> command generates a Release file from a " "directory tree. It recursively searches the given directory for uncompressed " -"<filename>Packages</filename> and <filename>Sources</filename> files and " -"ones compressed with <command>gzip</command>, <command>bzip2</command> or " -"<command>lzma</command> as well as <filename>Release</filename> and " -"<filename>md5sum.txt</filename> files by default (<literal>APT::FTPArchive::" -"Release::Default-Patterns</literal>). Additional filename patterns can be " -"added by listing them in <literal>APT::FTPArchive::Release::Patterns</" -"literal>. It then writes to stdout a <filename>Release</filename> file " -"containing (by default) an MD5, SHA1, SHA256 and SHA512 digest for each file." +"and compressed <filename>Packages</filename>, <filename>Sources</filename>, " +"<filename>Contents</filename>, <filename>Components</filename> and " +"<filename>icons</filename> files as well as <filename>Release</filename>, " +"<filename>Index</filename> and <filename>md5sum.txt</filename> files by " +"default (<literal>APT::FTPArchive::Release::Default-Patterns</literal>). " +"Additional filename patterns can be added by listing them in <literal>APT::" +"FTPArchive::Release::Patterns</literal>. It then writes to stdout a " +"<filename>Release</filename> file containing (by default) an MD5, SHA1, " +"SHA256 and SHA512 digest for each file." msgstr "" "O comando <literal>release</literal> gera um ficheiro Release a partir de " "uma árvore de directórios. Por predefinição, procura recursivamente no " @@ -8620,15 +8629,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml +#, fuzzy +#| msgid "" +#| "Values for the additional metadata fields in the Release file are taken " +#| "from the corresponding variables under <literal>APT::FTPArchive::Release</" +#| "literal>, e.g. <literal>APT::FTPArchive::Release::Origin</literal>. The " +#| "supported fields are: <literal>Origin</literal>, <literal>Label</" +#| "literal>, <literal>Suite</literal>, <literal>Version</literal>, " +#| "<literal>Codename</literal>, <literal>Date</literal>, <literal>Valid-" +#| "Until</literal>, <literal>Architectures</literal>, <literal>Components</" +#| "literal>, <literal>Description</literal>." msgid "" "Values for the additional metadata fields in the Release file are taken from " "the corresponding variables under <literal>APT::FTPArchive::Release</" -"literal>, e.g. <literal>APT::FTPArchive::Release::Origin</literal>. The " -"supported fields are: <literal>Origin</literal>, <literal>Label</literal>, " +"literal>, e.g. <literal>APT::FTPArchive::Release::Origin</literal>. The " +"supported fields are <literal>Origin</literal>, <literal>Label</literal>, " "<literal>Suite</literal>, <literal>Version</literal>, <literal>Codename</" "literal>, <literal>Date</literal>, <literal>Valid-Until</literal>, " -"<literal>Architectures</literal>, <literal>Components</literal>, " -"<literal>Description</literal>." +"<literal>Signed-By</literal>, <literal>Architectures</literal>, " +"<literal>Components</literal> and <literal>Description</literal>." msgstr "" "Valores para os campos de metadados adicionais no ficheiro Release são " "tomados a partir das variáveis correspondentes sob <literal>APT::FTPArchive::" @@ -8760,11 +8779,17 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml +#, fuzzy +#| msgid "" +#| "Sets the default compression schemes to use for the package index files. " +#| "It is a string that contains a space separated list of at least one of: " +#| "'.' (no compression), 'gzip' and 'bzip2'. The default for all compression " +#| "schemes is '. gzip'." msgid "" "Sets the default compression schemes to use for the package index files. It " -"is a string that contains a space separated list of at least one of: '.' (no " -"compression), 'gzip' and 'bzip2'. The default for all compression schemes is " -"'. gzip'." +"is a string that contains a space separated list of at least one of the " +"compressors configured via the <option>APT::Compressor</option> " +"configuration scope. The default for all compression schemes is '. gzip'." msgstr "" "Define os esquemas de compressão predefinidos a usar para os ficheiros de " "índice Package. É uma string que contém uma lista separada por espaços de " @@ -9031,12 +9056,12 @@ msgid "" "The <literal>Tree</literal> section takes a scope tag which sets the " "<literal>$(DIST)</literal> variable and defines the root of the tree (the " "path is prefixed by <literal>ArchiveDir</literal>). Typically this is a " -"setting such as <filename>dists/&stable-codename;</filename>." +"setting such as <filename>dists/&debian-stable-codename;</filename>." msgstr "" "A secção <literal>Tree</literal> recebe uma etiqueta scope que define a " "variável <literal>$(DIST)</literal> e define a raiz da árvore (o caminho é " "prefixado por <literal>ArchiveDir</literal>). Tipicamente esta é uma " -"definição tal como <filename>dists/&stable-codename;</filename>." +"definição tal como <filename>dists/&debian-stable-codename;</filename>." #. type: Content of: <refentry><refsect1><refsect2><para> #: apt-ftparchive.1.xml @@ -11049,6 +11074,198 @@ msgstr " # apt-get -o dir::cache::archives=\"/disc/\" dist-upgrade\n" msgid "Which will use the already fetched archives on the disc." msgstr "O qual irá usar os arquivos já obtidos e que estão no disco." +#~ msgid "dpkg trigger usage (and related options)" +#~ msgstr "Utilização trigger do dpkg (e opções relacionadas)" + +#~ msgid "" +#~ "APT can call &dpkg; in such a way as to let it make aggressive use of " +#~ "triggers over multiple calls of &dpkg;. Without further options &dpkg; " +#~ "will use triggers once each time it runs. Activating these options can " +#~ "therefore decrease the time needed to perform the install or upgrade. " +#~ "Note that it is intended to activate these options per default in the " +#~ "future, but as it drastically changes the way APT calls &dpkg; it needs a " +#~ "lot more testing. <emphasis>These options are therefore currently " +#~ "experimental and should not be used in production environments.</" +#~ "emphasis> It also breaks progress reporting such that all front-ends will " +#~ "currently stay around half (or more) of the time in the 100% state while " +#~ "it actually configures all packages." +#~ msgstr "" +#~ "O APT pode chamar o &dpkg; num tal modo que o deixa fazer uso agressivo " +#~ "dos triggers sobre múltiplas chamadas do &dpkg;. Sem mais opções o &dpkg; " +#~ "irá usar triggers uma vez por cada vez que corre. Activando estas opções " +#~ "pode portanto diminuir o tempo necessário para executar a instalação ou " +#~ "actualização. Note que é intenção futura activar estas opções por " +#~ "predefinição, mas como muda drasticamente a maneira como o APT chama o " +#~ "&dpkg;, precisa de muitos mais testes. <emphasis>Estas opções são " +#~ "portanto presentemente experimentais e não deve ser usadas em ambientes " +#~ "produtivos.</emphasis> Também interrompe o relatório de progresso de modo " +#~ "que todos os front-ends irão permanecer a cerca de metade (ou mais) do " +#~ "tempo no estado de 100% enquanto na realidade está a configurar todos os " +#~ "pacotes." + +#~ msgid "" +#~ "DPkg::NoTriggers \"true\";\n" +#~ "PackageManager::Configure \"smart\";\n" +#~ "DPkg::ConfigurePending \"true\";\n" +#~ "DPkg::TriggersPending \"true\";" +#~ msgstr "" +#~ "DPkg::NoTriggers \"true\";\n" +#~ "PackageManager::Configure \"smart\";\n" +#~ "DPkg::ConfigurePending \"true\";\n" +#~ "DPkg::TriggersPending \"true\";" + +#~ msgid "" +#~ "Note that it is not guaranteed that APT will support these options or " +#~ "that these options will not cause (big) trouble in the future. If you " +#~ "have understand the current risks and problems with these options, but " +#~ "are brave enough to help testing them, create a new configuration file " +#~ "and test a combination of options. Please report any bugs, problems and " +#~ "improvements you encounter and make sure to note which options you have " +#~ "used in your reports. Asking &dpkg; for help could also be useful for " +#~ "debugging proposes, see e.g. <command>dpkg --audit</command>. A defensive " +#~ "option combination would be <placeholder type=\"literallayout\" id=\"0\"/>" +#~ msgstr "" +#~ "Note que não é garantido que o APT irá suportar estas opções ou que estas " +#~ "opções não irão causar (grandes) problemas no futuro. Se você compreendeu " +#~ "os riscos e problemas actuais com estas opções, mas tem coragem " +#~ "suficiente para ajudar a testá-la, crie um novo ficheiro de configuração " +#~ "e teste uma combinação de opções. Por favor reporte quaisquer bugs, " +#~ "problemas e melhoramentos que encontre e certifique-se de anotar nos seus " +#~ "relatórios quais as opções que usou. Pedir ajuda ao &dpkg; também pode " +#~ "ser útil para propósitos de depuração, veja ex. <command>dpkg --audit</" +#~ "command>. Uma combinação de opções defensiva seria <placeholder type=" +#~ "\"literallayout\" id=\"0\"/>" + +#~ msgid "" +#~ "Add the no triggers flag to all &dpkg; calls (except the ConfigurePending " +#~ "call). See &dpkg; if you are interested in what this actually means. In " +#~ "short: &dpkg; will not run the triggers when this flag is present unless " +#~ "it is explicitly called to do so in an extra call. Note that this option " +#~ "exists (undocumented) also in older APT versions with a slightly " +#~ "different meaning: Previously these option only append --no-triggers to " +#~ "the configure calls to &dpkg; - now APT will also add this flag to the " +#~ "unpack and remove calls." +#~ msgstr "" +#~ "Adiciona a bandeira 'no triggers' a todas as chamadas do &dpkg; (excepto " +#~ "a chamada ConfigurePending). Veja &dpkg; se está interessado no que isto " +#~ "realmente representa. Em resumo: o &dpkg; não irá correr os triggers " +#~ "quando esta bandeira está presente a menos que seja explicitamente " +#~ "chamado a fazê-lo numa chamada extra. Note que esta opção existe (não " +#~ "documentada) também em versões mais antigas do APT com um significado " +#~ "ligeiramente diferente: Anteriormente esta opção apenas acrescentava --no-" +#~ "triggers às chamadas configure para o &dpkg; - agora o APT irá adicionar " +#~ "esta bandeira também às chamadas unpack e remove." + +#~ msgid "" +#~ "Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" " +#~ "and \"<literal>no</literal>\". The default value is \"<literal>all</" +#~ "literal>\", which causes APT to configure all packages. The " +#~ "\"<literal>smart</literal>\" way is to configure only packages which need " +#~ "to be configured before another package can be unpacked (Pre-Depends), " +#~ "and let the rest be configured by &dpkg; with a call generated by the " +#~ "ConfigurePending option (see below). On the other hand, \"<literal>no</" +#~ "literal>\" will not configure anything, and totally relies on &dpkg; for " +#~ "configuration (which at the moment will fail if a Pre-Depends is " +#~ "encountered). Setting this option to any value other than <literal>all</" +#~ "literal> will implicitly also activate the next option by default, as " +#~ "otherwise the system could end in an unconfigured and potentially " +#~ "unbootable state." +#~ msgstr "" +#~ "Valores válidos são \"<literal>all</literal>\", \"<literal>smart</literal>" +#~ "\" e \"<literal>no</literal>\". O valor predefinido é \"<literal>all</" +#~ "literal>\" que faz com que o APT configure todos os pacotes. O modo " +#~ "\"<literal>smart</literal>\" serve para configurar apenas pacotes que " +#~ "precisam de ser configurados antes que outro pacote possa ser " +#~ "desempacotado (pré-dependências) e o resto configurado pelo &dpkg; com " +#~ "uma chamada gerada pela opção ConfigurePending (veja em baixo). Por outro " +#~ "lado, \"<literal>no</literal>\" não irá configurar nada e confiar no " +#~ "&dpkg; para configurações (o que de momento irá falhar se encontrar uma " +#~ "pré-dependência). Definir esta opção para qualquer valor que diferente de " +#~ "<literal>all</literal> irá também implicitamente activar a próxima opção " +#~ "predefinida caso contrário o sistema poderia acabar num estado não " +#~ "configurado onde potencialmente poderia não arrancar." + +#~ msgid "" +#~ "Useful for the <literal>smart</literal> configuration as a package which " +#~ "has pending triggers is not considered as <literal>installed</literal>, " +#~ "and &dpkg; treats them as <literal>unpacked</literal> currently which is " +#~ "a showstopper for Pre-Dependencies (see debbugs #526774). Note that this " +#~ "will process all triggers, not only the triggers needed to configure this " +#~ "package." +#~ msgstr "" +#~ "Útil para configuração <literal>smart</literal>, pois um pacote que tenha " +#~ "triggers pendentes não é considerado como <literal>installed</literal> e " +#~ "o &dpkg; trata-o como actualmente <literal>unpacked</literal> o que é um " +#~ "modo de lidar com pré-dependências (veja debbugs #526774). Note que isto " +#~ "irá processar todos os triggers, e não apenas os triggers necessários " +#~ "para configurar este pacote." + +#~ msgid "" +#~ "OrderList::Score {\n" +#~ "\tDelete 500;\n" +#~ "\tEssential 200;\n" +#~ "\tImmediate 10;\n" +#~ "\tPreDepends 50;\n" +#~ "};" +#~ msgstr "" +#~ "OrderList::Score {\n" +#~ "\tDelete 500;\n" +#~ "\tEssential 200;\n" +#~ "\tImmediate 10;\n" +#~ "\tPreDepends 50;\n" +#~ "};" + +#~ msgid "" +#~ "Essential packages (and their dependencies) should be configured " +#~ "immediately after unpacking. It is a good idea to do this quite early in " +#~ "the upgrade process as these configure calls also currently require " +#~ "<literal>DPkg::TriggersPending</literal> which will run quite a few " +#~ "triggers (which may not be needed). Essentials get per default a high " +#~ "score but the immediate flag is relatively low (a package which has a Pre-" +#~ "Depends is rated higher). These option and the others in the same group " +#~ "can be used to change the scoring. The following example shows the " +#~ "settings with their default values. <placeholder type=\"literallayout\" " +#~ "id=\"0\"/>" +#~ msgstr "" +#~ "Os pacotes essenciais ( e as suas dependências) deve ser configurados " +#~ "imediatamente após a descompactação. Será uma boa ideia fazer isto bem " +#~ "cedo no processo de actualização pois estas chamadas de configuração " +#~ "também requerem actualmente <literal>DPkg::TriggersPending</literal> o " +#~ "que irá correr alguns triggers (que talvez não sejam necessários). Os " +#~ "essenciais obtêm por predefinição uma pontuação alta mas a bandeira " +#~ "'imediato' é relativamente baixa (um pacote que tenha uma pré-dependência " +#~ "tem pontuação mais alta). Esta opção e as outras no mesmo grupo podem ser " +#~ "usadas para alterar a pontuação. O exemplo seguinte mostra as definições " +#~ "que são valores predefinidos. <placeholder type=\"literallayout\" id=" +#~ "\"0\"/>" + +#~ msgid "List fingerprints of trusted keys." +#~ msgstr "Lista as fingerprints das chaves de confiança." + +#~ msgid "<filename>/etc/apt/trustdb.gpg</filename>" +#~ msgstr "<filename>/etc/apt/trustdb.gpg</filename>" + +#~ msgid "Local trust database of archive keys." +#~ msgstr "Base de dados local de confiança de chaves de arquivos." + +#~ msgid "&keyring-filename;" +#~ msgstr "&keyring-filename;" + +#~ msgid "Keyring of &keyring-distro; archive trusted keys." +#~ msgstr "Chaveiro das chaves de confiança dos arquivos &keyring-distro;." + +#~ msgid "&keyring-removed-filename;" +#~ msgstr "&keyring-removed-filename;" + +#~ msgid "Keyring of &keyring-distro; archive removed trusted keys." +#~ msgstr "" +#~ "Chaveiro das chaves de confiança removidas dos arquivos &keyring-distro;." + +#, fuzzy +#~| msgid "&apt-cache; &apt-conf;" +#~ msgid "&apt-get;, &apt-conf;" +#~ msgstr "&apt-cache; &apt-conf;" + #~ msgid "" #~ "This is a space separated list of all the architectures that appear under " #~ "search section. The special architecture 'source' is used to indicate " @@ -11330,12 +11547,14 @@ msgstr "O qual irá usar os arquivos já obtidos e que estão no disco." #~ msgstr "Alguns exemplos:" #~ msgid "" -#~ "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n" -#~ "deb http://security.debian.org/ &stable-codename;/updates main contrib " +#~ "deb http://ftp.debian.org/debian &debian-stable-codename; main contrib " #~ "non-free\n" +#~ "deb http://security.debian.org/ &debian-stable-codename;/updates main " +#~ "contrib non-free\n" #~ " " #~ msgstr "" -#~ "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n" -#~ "deb http://security.debian.org/ &stable-codename;/updates main contrib " +#~ "deb http://ftp.debian.org/debian &debian-stable-codename; main contrib " #~ "non-free\n" +#~ "deb http://security.debian.org/ &debian-stable-codename;/updates main " +#~ "contrib non-free\n" #~ " "