Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# AsciiDoc Hungarian language configuration file.
3
# Originally written by Miklos Vajna
4
#
5
 
6
[attributes]
7
#TODO: Left and right single and double quote characters.
8
 
9
# Captions, used by (X)HTML backends.
10
# Captions on RHS are displayed in outputs.
11
ifdef::basebackend-html[]
12
 
13
caution-caption=Figyelmeztetés
14
important-caption=Fontos
15
note-caption=Megjegyzés
16
tip-caption=Tipp
17
warning-caption=Figyelem
18
figure-caption=Ábra
19
table-caption=Táblázat
20
example-caption=Példa
21
toc-title=Tartalomjegyzék
22
appendix-caption=függelék
23
# Man page NAME section title.
24
manname-title=NÉV
25
 
26
[footer-text]
27
Verzió {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
28
Utolsó frissítés:
29
template::[footer-date]
30
 
31
endif::basebackend-html[]
32
 
33
 
34
[specialsections]
35
# DocBook special sections.
36
# The regular expression on LHS is matched against source titles.
37
ifdef::basebackend-docbook[]
38
 
39
ifdef::doctype-article[]
40
^Kivonat$=abstract
41
endif::doctype-article[]
42
 
43
ifdef::doctype-book[]
44
^Utószó$=colophon
45
^Ajánlás$=dedication
46
^Előszó$=preface
47
endif::doctype-book[]
48
 
49
^Index$=index
50
^(Bibliográfia|Hivatkozások)$=bibliography
51
^Szójegyzék$=glossary
52
^[A-Z] függelék[:.](?P<title>.*)$=appendix
53
 
54
endif::basebackend-docbook[]
55
 
56
ifdef::doctype-manpage[]
57
(?i)^ÁTTEKINTÉS$=synopsis
58
endif::doctype-manpage[]