Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# AsciiDoc Swedish language configuration file.
3
#
4
 
5
[attributes]
6
# Captions, used by (X)HTML backends.
7
# Captions on RHS are displayed in outputs.
8
ifdef::basebackend-html[]
9
 
10
caution-caption=Varning
11
important-caption=Viktigt
12
note-caption=Not
13
tip-caption=Tips
14
warning-caption=Varning
15
figure-caption=Figur
16
table-caption=Tabell
17
example-caption=Exempel
18
toc-title=Innehållsförteckning
19
appendix-caption=Appendix
20
# Man page NAME section title.
21
manname-title=NAMN
22
 
23
[footer-text]
24
Version {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
25
Senast uppdaterad
26
template::[footer-date]
27
 
28
endif::basebackend-html[]
29
 
30
 
31
[specialsections]
32
# DocBook special sections.
33
# The regular expression on LHS is matched against source titles.
34
ifdef::basebackend-docbook[]
35
 
36
ifdef::doctype-article[]
37
^Sammanfattning$=abstract
38
endif::doctype-article[]
39
 
40
ifdef::doctype-book[]
41
^Kolofon$=colophon
42
^Dedikation$=dedication
43
^Förord$=preface
44
endif::doctype-book[]
45
 
46
^Index|Sakregister$=index
47
^(Litteraturförteckning|Referenser)$=bibliography
48
^Ordlista|Ordförteckning$=glossary
49
^Appendix [A-Z][:.](?P<title>.*)$=appendix
50
 
51
endif::basebackend-docbook[]
52
 
53
ifdef::doctype-manpage[]
54
(?i)^SYNOPS|ÖVERSIKT$=synopsis
55
endif::doctype-manpage[]