summaryrefslogtreecommitdiff
path: root/lang-de.conf
blob: ea76bd52de9f95a170e21d00ee8d7091e88bbfbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# AsciiDoc German language configuration file.
# Contributed by Michael Wild
#

[attributes]
# Captions, used by (X)HTML backends.
# Captions on RHS are displayed in outputs.
ifdef::basebackend-html[]

caution_caption=Achtung
important_caption=Wichtig
note_caption=Anmerkung
tip_caption=Tipp
warning_caption=Warnung
figure_caption=
table_caption=
toc_title=Inhaltsverzeichnis

endif::basebackend-html[]


[specialsections]
# DocBook special sections.
# The regular expression on LHS is matched against source titles.
ifdef::basebackend-docbook[]

ifdef::doctype-article[]
^Zusammenfassung$=abstract
endif::doctype-article[]

ifdef::doctype-book[]
^Kolophon$=colophon
^Widmung$=dedication
^Vorwort$=preface
endif::doctype-book[]

^Stichwortverzeichnis$=index
^Literaturverzeichnis$=bibliography
^Glossar$=glossary
^Anhang [A-Z][:.](?P<title>.*)$=appendix

endif::basebackend-docbook[]