]> arthur.barton.de Git - netatalk.git/blob - doc/www/lang-en.conf
Update releasenotes for 3.1-beta1
[netatalk.git] / doc / www / lang-en.conf
1 #
2 # AsciiDoc English 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=Caution
11 important-caption=Important
12 note-caption=Note
13 tip-caption=Tip
14 warning-caption=Warning
15 figure-caption=Figure
16 table-caption=Table
17 example-caption=Example
18 toc-title=Table of Contents
19 appendix-caption=Appendix
20 # Man page NAME section title.
21 manname-title=NAME
22
23 [footer-text]
24 Version {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
25 Last updated {docdate} {doctime}
26
27 endif::basebackend-html[]
28
29
30 [specialsections]
31 # DocBook special sections.
32 # The regular expression on LHS is matched against source titles.
33 ifdef::basebackend-docbook[]
34
35 ifdef::doctype-article[]
36 ^Abstract$=abstract
37 endif::doctype-article[]
38
39 ifdef::doctype-book[]
40 ^Colophon$=colophon
41 ^Dedication$=dedication
42 ^Preface$=preface
43 endif::doctype-book[]
44
45 ^Index$=index
46 ^(Bibliography|References)$=bibliography
47 ^Glossary$=glossary
48 ^Appendix [A-Z][:.](?P<title>.*)$=appendix
49
50 endif::basebackend-docbook[]
51
52 ifdef::doctype-manpage[]
53 (?i)^SYNOPSIS$=synopsis
54 endif::doctype-manpage[]