X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/333e0f956c811cebee58b53f49952f129f4f860a..14e325c7e4b33e8fc6d33b99d1ffd3b934d26ed0:/doc/po/pt_BR.po diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 682cfe9bb..c32266073 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2015-12-26 23:24+0100\n" +"POT-Creation-Date: 2016-06-22 14:50+0200\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes \n" "Language-Team: \n" @@ -577,10 +577,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 "" #. type: Content of: @@ -1013,8 +1013,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: @@ -1136,8 +1136,8 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-get.8.xml 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 "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -1376,8 +1376,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 "" @@ -1777,11 +1778,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> @@ -2138,27 +2138,57 @@ 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 "" #. type: Content of: <refentry><refsect1><para> #: 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> @@ -2832,6 +2862,33 @@ msgid "" "are registered via <command>dpkg --add-architecture</command>." msgstr "" +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" +"This scope defines which compression formats are supported, how compression " +"and decompression can be performed if support for this format isn't built " +"into apt directly and a cost-value indicating how costly it is to compress " +"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 "" @@ -2846,8 +2903,8 @@ 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 "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -3151,14 +3208,17 @@ msgstr "" #: apt.conf.5.xml 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 "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -3279,11 +3339,11 @@ msgstr "" 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 "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><synopsis> @@ -3295,7 +3355,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><synopsis> #: apt.conf.5.xml #, no-wrap -msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };" +msgid "Acquire::CompressionTypes::Order { \"xz\"; \"gz\"; };" msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -3305,15 +3365,14 @@ msgid "" "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 "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><literallayout> @@ -3326,15 +3385,16 @@ msgstr "" #: apt.conf.5.xml 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 "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -3431,21 +3491,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> @@ -3466,11 +3535,11 @@ msgid "" "<literal>Acquire::Changelogs::URI::Override::Label::<replaceable>LABEL</" "replaceable></literal> or <literal>Acquire::Changelogs::URI::Override::" "Origin::<replaceable>ORIGIN</replaceable></literal>. The value should be a " -"normal URI to a text file, expect that package specific data is replaced " +"normal URI to a text file, except that package specific data is replaced " "with the placeholder <literal>@CHANGEPATH@</literal>. The value for it is: " "1. if the package is from a component (e.g. <literal>main</literal>) this " "is the first part otherwise it is omitted, 2. the first letter of source " -"package name, expect if the source package name starts with '<literal>lib</" +"package name, except if the source package name starts with '<literal>lib</" "literal>' in which case it will be the first four letters. 3. The complete " "source package name. 4. the complete name again and 5. the source version. " "The first (if present), second, third and fourth part are separated by a " @@ -3709,14 +3778,15 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" -"Package action lines consist of five fields in Version 2: old version, " -"direction of version change (< for upgrades, > for downgrades, = for " -"no change), new version, action. The version fields are \"-\" for no version " -"at all (for example when installing a package for the first time; no version " -"is treated as earlier than any real version, so that is an upgrade, " -"indicated as <literal>- < 1.23.4</literal>). The action field is " -"\"**CONFIGURE**\" if the package is being configured, \"**REMOVE**\" if it " -"is being removed, or the filename of a .deb file if it is being unpacked." +"Package action lines consist of five fields in Version 2: package name " +"(without architecture qualification even if foreign), old version, direction " +"of version change (< for upgrades, > for downgrades, = for no change), " +"new version, action. The version fields are \"-\" for no version at all (for " +"example when installing a package for the first time; no version is treated " +"as earlier than any real version, so that is an upgrade, indicated as " +"<literal>- < 1.23.4</literal>). The action field is \"**CONFIGURE**\" if " +"the package is being configured, \"**REMOVE**\" if it is being removed, or " +"the filename of a .deb file if it is being unpacked." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -3724,9 +3794,9 @@ msgstr "" msgid "" "In Version 3 after each version field follows the architecture of this " "version, which is \"-\" if there is no version, and a field showing the " -"MultiArch type \"same\", foreign\", \"allowed\" or \"none\". Note that \"none" -"\" is an incorrect typename which is just kept to remain compatible, it " -"should be read as \"no\" and users are encouraged to support both." +"MultiArch type \"same\", \"foreign\", \"allowed\" or \"none\". Note that " +"\"none\" is an incorrect typename which is just kept to remain compatible, " +"it should be read as \"no\" and users are encouraged to support both." msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -4654,8 +4724,8 @@ msgstr "" #, fuzzy 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 registro a seguir atribui uma prioridade baixa para todas as versões de " "pacote que pertençam a qualquer distribuição cujo nome do Repositório seja " @@ -4666,7 +4736,7 @@ msgstr "" #, fuzzy, no-wrap msgid "" "Package: *\n" -"Pin: release n=&testing-codename;\n" +"Pin: release n=&debian-testing-codename;\n" "Pin-Priority: 900\n" msgstr "" "<programlisting>\n" @@ -4680,7 +4750,8 @@ 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 registro a seguir atribui uma prioridade alta para todas as versões de " "pacotes que pertençam a qualquer versão cujo nome do Repositório seja " @@ -4692,7 +4763,7 @@ msgstr "" #, fuzzy, 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 "" "<programlisting>\n" @@ -5057,11 +5128,11 @@ 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 arquivo <filename>Release</filename> é normalmente encontrado no diretório " "<filename>.../dists/<replaceable>nome-distribuição</replaceable></" @@ -5116,11 +5187,11 @@ msgstr "a linha <literal>Component:</literal>" #, fuzzy 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 "" "dá nome ao repositório para o qual todos os pacotes na àrvore de diretório " "pertencem. Por exemplo, a linha \"Archive: stable\" especifica que todos os " @@ -5132,7 +5203,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><programlisting> #: apt_preferences.5.xml #, fuzzy, no-wrap -msgid "Pin: release n=&testing-codename;\n" +msgid "Pin: release n=&debian-testing-codename;\n" msgstr "" "<programlisting>\n" "Pin: release a=stable\n" @@ -5142,8 +5213,8 @@ msgstr "" #, fuzzy 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." @@ -5159,9 +5230,9 @@ msgstr "" #: apt_preferences.5.xml #, fuzzy, 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 "" "<programlisting>\n" "Pin: release v=3.0\n" @@ -5497,9 +5568,9 @@ msgstr "" #, fuzzy, 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" @@ -5543,7 +5614,7 @@ 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 arquivo &sources-list; apropriado e o arquivo de preferências acima, " @@ -5565,10 +5636,10 @@ 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 comando a seguir fará com que o APT atualize o pacote especificado para a " "última versão da distribuição <literal>unstable</literal>. Assim, o comando " @@ -5711,8 +5782,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> " @@ -5867,9 +5938,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> @@ -5911,6 +5983,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 "" @@ -5933,13 +6016,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> @@ -6136,8 +6220,8 @@ msgstr "" #: sources.list.5.xml #, no-wrap 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://httpredir.debian.org/debian &debian-stable-codename; main\n" +"deb [ arch=amd64,armel ] http://httpredir.debian.org/debian &debian-stable-codename; main" msgstr "" #. type: Content of: <refentry><refsect1><literallayout> @@ -6146,12 +6230,12 @@ msgstr "" msgid "" "Types: deb\n" "URIs: http://httpredir.debian.org/debian\n" -"Suites: &stable-codename;\n" +"Suites: &debian-stable-codename;\n" "Components: main\n" "\n" "Types: deb\n" "URIs: http://httpredir.debian.org/debian\n" -"Suites: &stable-codename;\n" +"Suites: &debian-stable-codename;\n" "Components: main\n" "Architectures: amd64 armel\n" msgstr "" @@ -6183,13 +6267,13 @@ msgstr "" #: 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 "" #. type: Content of: <refentry><refsect1><literallayout> #: sources.list.5.xml #, no-wrap -msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib" +msgid "deb ftp://ftp.debian.org/debian &debian-stable-codename; contrib" msgstr "" #. type: Content of: <refentry><refsect1><literallayout> @@ -6198,7 +6282,7 @@ msgstr "" msgid "" "Types: deb\n" "URIs: ftp://ftp.debian.org/debian\n" -"Suites: &stable-codename;\n" +"Suites: &debian-stable-codename;\n" "Components: contrib" msgstr "" @@ -6286,7 +6370,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: sources.list.5.xml #, fuzzy -msgid "&apt-get;, &apt-conf;" +msgid "&apt-get;, &apt-conf;, &apt-acquire-additional-files;" msgstr "&apt-get; &apt-cache; &apt-conf; &sources-list;" #. type: Content of: <refentry><refmeta><manvolnum> @@ -6457,14 +6541,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 "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -6472,12 +6557,12 @@ msgstr "" 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 "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> @@ -6577,9 +6662,9 @@ msgstr "" #: apt-ftparchive.1.xml 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 "" #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> @@ -6778,7 +6863,7 @@ 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 "" #. type: Content of: <refentry><refsect1><refsect2><para> @@ -8207,6 +8292,10 @@ msgstr "" msgid "Which will use the already fetched archives on the disc." msgstr "" +#, fuzzy +#~ msgid "&apt-get;, &apt-conf;" +#~ msgstr "&apt-get; &apt-cache; &apt-conf; &sources-list;" + #, fuzzy #~ msgid "The option <literal>DPkg::Progress-Fancy</literal> is enabled." #~ msgstr "a linha <literal>Package:</literal>"