source: rtems-source-builder/source-builder/sb/asciidoc/lang-pt-BR.conf @ 0464153

4.104.114.95
Last change on this file since 0464153 was 0464153, checked in by Chris Johns <chrisj@…>, on 03/03/13 at 04:58:11

Change asciidoc to the 8.6.4 release package because Windows was broken.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1#
2# AsciiDoc Portugues language configuration file.
3# Originally written by Thiago Farina
4#
5
6[attributes]
7#TODO: Left and right single and double quote characters.
8
9# Captions, used by (X)HTML backends.
10# Captions on RHS are displayed in outputs.
11ifdef::basebackend-html[]
12
13caution-caption=Atenção
14important-caption=Importante
15note-caption=Nota
16tip-caption=Sugestão
17warning-caption=Aviso
18figure-caption=Figura
19table-caption=Tabela
20example-caption=Exemplo
21toc-title=Tabela de conteúdos
22appendix-caption=Appêndice
23# Man page NAME section title.
24manname-title=NOME
25
26[footer-text]
27#TODO: Translation of 'Version' and 'Last updated'.
28Version {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
29Last updated {docdate} {doctime}
30
31endif::basebackend-html[]
32
33
34[specialsections]
35# DocBook special sections.
36# The regular expression on LHS is matched against source titles.
37ifdef::basebackend-docbook[]
38
39ifdef::doctype-article[]
40^Resumo$=abstract
41endif::doctype-article[]
42
43ifdef::doctype-book[]
44^Cólofon$=colophon
45^Dedicação$=dedication
46^Prefácio$=preface
47endif::doctype-book[]
48
49^Índice$=index
50^(Bibliografia|Referências)$=bibliography
51^Glossário$=glossary
52^Appêndice [A-Z][:.](?P<title>.*)$=appendix
53
54endif::basebackend-docbook[]
55
56ifdef::doctype-manpage[]
57(?i)^SINOPSE$=synopsis
58endif::doctype-manpage[]
Note: See TracBrowser for help on using the repository browser.