diff options
Diffstat (limited to 'doc/po/pt_BR.po')
-rw-r--r-- | doc/po/pt_BR.po | 75 |
1 files changed, 38 insertions, 37 deletions
diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 4716dcdb6..d2419c84d 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2012-06-04 16:28+0300\n" +"POT-Creation-Date: 2012-06-06 15:23+0300\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes <andrelop@debian.org>\n" "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n" @@ -2263,7 +2263,7 @@ msgid "" "order which have either no or \"<literal>conf</literal>\" as filename " "extension and which only contain alphanumeric, hyphen (-), underscore (_) " "and period (.) characters. Otherwise APT will print a notice that it has " -"ignored a file if the file doesn't match a pattern in the <literal>Dir::" +"ignored a file, unless that file matches a pattern in the <literal>Dir::" "Ignore-Files-Silently</literal> configuration list - in this case it will be " "silently ignored." msgstr "" @@ -3586,9 +3586,9 @@ msgid "" "example, <literal>stable</literal> and <literal>testing</literal>). APT " "assigns a priority to each version that is available. Subject to dependency " "constraints, <command>apt-get</command> selects the version with the highest " -"priority for installation. The APT preferences file overrides the " -"priorities that APT assigns to package versions by default, thus giving the " -"user control over which one is selected for installation." +"priority for installation. The APT preferences override the priorities that " +"APT assigns to package versions by default, thus giving the user control " +"over which one is selected for installation." msgstr "" "Diversas versões de um pacote podem estar disponíveis para instalação quando " "o arquivo &sources-list; contém referências para mais de uma distribuição " @@ -3607,8 +3607,8 @@ msgid "" "Several instances of the same version of a package may be available when the " "&sources-list; file contains references to more than one source. In this " "case <command>apt-get</command> downloads the instance listed earliest in " -"the &sources-list; file. The APT preferences file does not affect the " -"choice of instance, only the choice of version." +"the &sources-list; file. The APT preferences do not affect the choice of " +"instance, only the choice of version." msgstr "" "Diversas instâncias da mesma versão de um pacote pode estar disponíveis " "quando o arquivo &sources-list; contém referências a mais de uma fonte. " @@ -3621,13 +3621,13 @@ msgstr "" msgid "" "Preferences are a strong power in the hands of a system administrator but " "they can become also their biggest nightmare if used without care! APT will " -"not questioning the preferences so wrong settings will therefore lead to " -"uninstallable packages or wrong decisions while upgrading packages. Even " -"more problems will arise if multiply distribution releases are mixed without " -"a good understanding of the following paragraphs. Packages included in a " -"specific release aren't tested in and therefore doesn't always work as " -"expected in older or newer releases or together with other packages from " -"different releases. You have been warned." +"not question the preferences, so wrong settings can lead to uninstallable " +"packages or wrong decisions while upgrading packages. Even more problems " +"will arise if multiple distribution releases are mixed without a good " +"understanding of the following paragraphs. Packages included in a specific " +"release aren't tested in (and therefore don't always work as expected in) " +"older or newer releases, or together with other packages from different " +"releases. You have been warned." msgstr "" #. type: Content of: <refentry><refsect1><para> @@ -3638,7 +3638,7 @@ msgid "" "following naming convention: The files have either no or \"<literal>pref</" "literal>\" as filename extension and only contain alphanumeric, hyphen (-), " "underscore (_) and period (.) characters. Otherwise APT will print a notice " -"that it has ignored a file if the file doesn't match a pattern in the " +"that it has ignored a file, unless that file matches a pattern in the " "<literal>Dir::Ignore-Files-Silently</literal> configuration list - in this " "case it will be silently ignored." msgstr "" @@ -3712,7 +3712,7 @@ msgstr "prioridade 100" msgid "" "to the versions coming from archives which in their <filename>Release</" "filename> files are marked as \"NotAutomatic: yes\" but <emphasis>not</" -"emphasis> as \"ButAutomaticUpgrades: yes\" like the debian " +"emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " "<literal>experimental</literal> archive." msgstr "" @@ -3727,7 +3727,7 @@ msgstr "prioridade 100" msgid "" "to the version that is already installed (if any) and to the versions coming " "from archives which in their <filename>Release</filename> files are marked " -"as \"NotAutomatic: yes\" and \"ButAutomaticUpgrades: yes\" like the debian " +"as \"NotAutomatic: yes\" and \"ButAutomaticUpgrades: yes\" like the Debian " "backports archive since <literal>squeeze-backports</literal>." msgstr "" @@ -3907,8 +3907,8 @@ msgstr "" #, fuzzy msgid "" "The specific form assigns a priority (a \"Pin-Priority\") to one or more " -"specified packages and specified version or version range. For example, the " -"following record assigns a high priority to all versions of the " +"specified packages with a specified version or version range. For example, " +"the following record assigns a high priority to all versions of the " "<filename>perl</filename> package whose version number begins with " "\"<literal>5.8</literal>\". Multiple packages can be separated by spaces." msgstr "" @@ -4068,7 +4068,7 @@ 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>3.0</literal>\"." +"and whose release Version number is \"<literal>&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 " @@ -4080,7 +4080,7 @@ msgstr "" #, fuzzy, no-wrap msgid "" "Package: *\n" -"Pin: release a=stable, v=3.0\n" +"Pin: release a=stable, v=&stable-version;\n" "Pin-Priority: 500\n" msgstr "" "<programlisting>\n" @@ -4090,17 +4090,17 @@ msgstr "" #. type: Content of: <refentry><refsect1><refsect2><title> #: apt_preferences.5.xml:262 -msgid "Regular expressions and glob() syntax" +msgid "Regular expressions and &glob; syntax" msgstr "" #. type: Content of: <refentry><refsect1><refsect2><para> #: apt_preferences.5.xml:264 msgid "" -"APT also supports pinning by glob() expressions and regular expressions " -"surrounded by /. For example, the following example assigns the priority 500 " -"to all packages from experimental where the name starts with gnome (as a glob" -"()-like expression) or contains the word kde (as a POSIX extended regular " -"expression surrounded by slashes)." +"APT also supports pinning by &glob; expressions, and regular expressions " +"surrounded by slashes. For example, the following example assigns the " +"priority 500 to all packages from experimental where the name starts with " +"gnome (as a &glob;-like expression) or contains the word kde (as a POSIX " +"extended regular expression surrounded by slashes)." msgstr "" #. type: Content of: <refentry><refsect1><refsect2><programlisting> @@ -4145,7 +4145,7 @@ msgid "" "of all package names it matches. It is undecided whether this will change in " "the future, thus you should always list wild-card pins first, so later " "specific pins override it. The pattern \"<literal>*</literal>\" in a " -"Package field is not considered a glob() expression in itself." +"Package field is not considered a &glob; expression in itself." msgstr "" #. type: Content of: <refentry><refsect1><refsect2><title> @@ -4516,10 +4516,11 @@ msgstr "" #, fuzzy msgid "" "names the release version. For example, the packages in the tree might " -"belong to Debian release version 3.0. 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." +"belong to Debian release version &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 "" "dá nome a versão da distribuição. Por exemplo, os pacote na àrvore podem " "pertencer a distribuição Debian versão 3.0. Note que normalmente não existe " @@ -4532,9 +4533,9 @@ msgstr "" #: apt_preferences.5.xml:471 #, fuzzy, no-wrap msgid "" -"Pin: release v=3.0\n" -"Pin: release a=stable, v=3.0\n" -"Pin: release 3.0\n" +"Pin: release v=&stable-version;\n" +"Pin: release a=stable, v=&stable-version;\n" +"Pin: release &stable-version;\n" msgstr "" "<programlisting>\n" "Pin: release v=3.0\n" @@ -4998,8 +4999,8 @@ msgid "" "the regular <filename>sources.list</filename> file. File names need to end " "with <filename>.list</filename> and may only contain letters (a-z and A-Z), " "digits (0-9), underscore (_), hyphen (-) and period (.) characters. " -"Otherwise APT will print a notice that it has ignored a file if the file " -"doesn't match a pattern in the <literal>Dir::Ignore-Files-Silently</literal> " +"Otherwise APT will print a notice that it has ignored a file, unless that " +"file matches a pattern in the <literal>Dir::Ignore-Files-Silently</literal> " "configuration list - in this case it will be silently ignored." msgstr "" |