Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# AsciiDoc Czech language configuration file.
3
# (C) 2012 Petr Klíma <qaxi@seznam.cz>
4
# License: GNU Free Documentation License, ver. 1.3 or later version, see http://fsf.org/
5
 
6
[attributes]
7
# Captions, used by (X)HTML backends.
8
# Captions on RHS are displayed in outputs.
9
ifdef::basebackend-html[]
10
 
11
caution-caption=Pozor
12
important-caption=Důležité
13
note-caption=Poznámka
14
tip-caption=Tip
15
warning-caption=Varování
16
figure-caption=Obrázek
17
table-caption=Tabulka
18
example-caption=Příklad
19
toc-title=Obsah
20
appendix-caption=Příloha
21
# Man page NAME section title.
22
manname-title=NAME
23
 
24
[footer-text]
25
Verze {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
26
Poslední úprava
27
template::[footer-date]
28
 
29
endif::basebackend-html[]
30
 
31
 
32
[specialsections]
33
# DocBook special sections.
34
# The regular expression on LHS is matched against source titles.
35
ifdef::basebackend-docbook[]
36
 
37
ifdef::doctype-article[]
38
^Abstrakt$=abstract
39
endif::doctype-article[]
40
 
41
ifdef::doctype-book[]
42
^Tiráž$=colophon
43
^Věnování$=dedication
44
^Předmluva$=preface
45
endif::doctype-book[]
46
 
47
^Index$=index
48
^(Bibliografie|Reference)$=bibliography
49
^Glosář$=glossary
50
^Příloha [A-Z][:.](?P<title>.*)$=appendix
51
 
52
endif::basebackend-docbook[]
53
 
54
ifdef::doctype-manpage[]
55
(?i)^Přehled$=synopsis
56
endif::doctype-manpage[]