Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# AsciiDoc Italian language configuration file.
3
#
4
 
5
[attributes]
6
#TODO: Left and right single and double quote characters.
7
 
8
# Captions, used by (X)HTML backends.
9
# Captions on RHS are displayed in outputs.
10
ifdef::basebackend-html[]
11
 
12
caution-caption=Attenzione
13
important-caption=Importante
14
note-caption=Nota
15
tip-caption=Suggerimento
16
warning-caption=Avvertenza
17
figure-caption=Figura
18
table-caption=Tabella
19
example-caption=Esempio
20
toc-title=Indice
21
appendix-caption=Appendice
22
# Man page NAME section title.
23
manname-title=NOME
24
 
25
[footer-text]
26
Versione {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
27
Ultimo aggiornamento
28
template::[footer-date]
29
 
30
endif::basebackend-html[]
31
 
32
 
33
[specialsections]
34
# DocBook special sections.
35
# The regular expression on LHS is matched against source titles.
36
ifdef::basebackend-docbook[]
37
 
38
ifdef::doctype-article[]
39
^Abstract$=abstract
40
endif::doctype-article[]
41
 
42
ifdef::doctype-book[]
43
^Colofone$=colophon
44
^Dedica$=dedication
45
^Prefazione$=preface
46
endif::doctype-book[]
47
 
48
^Index$=index
49
^(Bibliografia|Riferimenti)$=bibliography
50
^Glossario$=glossary
51
^Appendice [A-Z][:.](?P<title>.*)$=appendix
52
 
53
endif::basebackend-docbook[]
54
 
55
ifdef::doctype-manpage[]
56
(?i)^SINOSSI$=synopsis
57
endif::doctype-manpage[]