summaryrefslogtreecommitdiff
path: root/lang-de.conf
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2009-05-21 09:53:21 +1200
committerStuart Rackham <srackham@methods.co.nz>2009-05-21 09:53:21 +1200
commit3e7ddaac14aec1590b83445b2f1ec37cbf9f5c19 (patch)
tree148ec03b32e16bf83791fe9ef158eaece23005b0 /lang-de.conf
parent3f75ab0da9e712559497344d97d74ea6bb82ad88 (diff)
downloadasciidoc-3e7ddaac14aec1590b83445b2f1ec37cbf9f5c19.tar.gz
Language file related updates.
Diffstat (limited to 'lang-de.conf')
-rw-r--r--lang-de.conf35
1 files changed, 31 insertions, 4 deletions
diff --git a/lang-de.conf b/lang-de.conf
index b63a1bf..c3611f9 100644
--- a/lang-de.conf
+++ b/lang-de.conf
@@ -1,15 +1,42 @@
-[attributes]
+#
+# AsciiDoc German language configuration file.
+#
+[attributes]
+# Captions, used by (X)HTML backends.
+# Captions on RHS are displayed in outputs.
ifdef::basebackend-html[]
-# Captions, used by HTML backends.
caution_caption=Achtung
important_caption=Wichtig
note_caption=Anmerkung
tip_caption=Tipp
warning_caption=Warnung
-figure_caption="Abbildung: "
-table_caption="Tabelle: "
+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[]
+^Abstract$=sect-abstract
+endif::doctype-article[]
+
+ifdef::doctype-book[]
+^Colophon$=sect-colophon
+^Dedication$=sect-dedication
+^Preface$=sect-preface
+endif::doctype-book[]
+
+^Index$=sect-index
+^(Bibliography|References)$=sect-bibliography
+^Glossary$=sect-glossary
+^Appendix [A-Z][:.](?P<title>.*)$=sect-appendix
+
+endif::basebackend-docbook[]