pt_BR/books/fdp-primer: Sync with en_US r54372
Approved by: ebrandi Obtained from: https://translate-dev.freebsd.org Differential Revision: https://reviews.freebsd.org/D25826
This commit is contained in:
parent
5b4c8a4466
commit
1b46489d06
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54409
2 changed files with 1833 additions and 1808 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
<author><orgname>Projeto de Documentação do FreeBSD</orgname></author>
|
||||
|
||||
<copyright><year>1998</year> <year>1999</year> <year>2000</year> <year>2001</year> <year>2002</year> <year>2003</year> <year>2004</year> <year>2005</year> <year>2006</year> <year>2007</year> <year>2008</year> <year>2009</year> <year>2010</year> <year>2011</year> <year>2012</year> <year>2013</year> <year>2014</year> <year>2015</year> <year>2016</year> <year>2017</year> <holder role="mailto:doceng@FreeBSD.org">DocEng</holder></copyright>
|
||||
<copyright><year>1998</year> <year>1999</year> <year>2000</year> <year>2001</year> <year>2002</year> <year>2003</year> <year>2004</year> <year>2005</year> <year>2006</year> <year>2007</year> <year>2008</year> <year>2009</year> <year>2010</year> <year>2011</year> <year>2012</year> <year>2013</year> <year>2014</year> <year>2015</year> <year>2016</year> <year>2017</year> <year>2018</year> <year>2019</year> <year>2020</year> <holder role="mailto:doceng@FreeBSD.org">DocEng</holder></copyright>
|
||||
|
||||
<pubdate/>
|
||||
|
||||
|
@ -310,6 +310,12 @@ muito importante para o sucesso do FreeBSD, e nós valorizamos muito suas contri
|
|||
<screen><prompt>#</prompt> <userinput>pkg install docproj subversion</userinput></screen>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Opcional: para gerar a documentação em PDF, instale o pacote <package>textproc/fop</package> pois ele não é instalado por padrão com o <package>textproc/docproj</package>.</para>
|
||||
|
||||
<screen><prompt>#</prompt> <userinput>pkg install fop</userinput></screen>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Obtenha uma cópia local da árvore de documentação do FreeBSD em <filename>~/doc</filename> (see <xref linkend="working-copy"/>).</para>
|
||||
|
||||
|
@ -4448,7 +4454,7 @@ This is the file called 'foo2'</screen>
|
|||
|
||||
<para>Aparência:</para>
|
||||
|
||||
<para>Edite o arquivo e clique em <guibutton>[Salvar]</guibutton> para salvar as alterações.</para>
|
||||
<para>Edite o arquivo e clique em <guibutton>[ Salvar ]</guibutton> para salvar as alterações.</para>
|
||||
</example>
|
||||
</sect2>
|
||||
|
||||
|
@ -7007,7 +7013,7 @@ function Set_Highlights()
|
|||
highlight default link OverLength ErrorMsg
|
||||
match OverLength /\%71v.\+/
|
||||
return 0
|
||||
endfunction
|
||||
endfunction " Set_Highlights()
|
||||
|
||||
function ShowSpecial()
|
||||
setlocal list listchars=tab:>>,trail:*,eol:$
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue