Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# AsciiDoc Romanian language configuration file.
3
# Originally written by Vitalie Lazu
4
#
5
 
6
[attributes]
7
# Left and right single and double quote characters.
8
ldquo=„
9
rdquo=”
10
 
11
# Captions, used by (X)HTML backends.
12
# Captions on RHS are displayed in outputs.
13
ifdef::basebackend-html[]
14
 
15
caution-caption=Precauție
16
important-caption=Important
17
note-caption=Notă
18
tip-caption=Sfat
19
warning-caption=Anteție
20
figure-caption=Figură
21
table-caption=Tabela
22
example-caption=Exemplu
23
toc-title=Cuprins
24
appendix-caption=Apendix
25
# Man page NAME section title.
26
manname-title=NUME
27
 
28
[footer-text]
29
Versiunea {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
30
Ultima actualizare
31
template::[footer-date]
32
 
33
endif::basebackend-html[]
34
 
35
 
36
[specialsections]
37
# DocBook special sections.
38
# The regular expression on LHS is matched against source titles.
39
ifdef::basebackend-docbook[]
40
 
41
ifdef::doctype-article[]
42
^Adnotație$=abstract
43
endif::doctype-article[]
44
 
45
ifdef::doctype-book[]
46
^Casetă$=colophon
47
^Dedicare$=dedication
48
^Prefață$=preface
49
endif::doctype-book[]
50
 
51
^Index$=index
52
^Bibliografia$=bibliography
53
^Glosar$=glossary
54
^Anexa [A-Z][:.](?P<title>.*)$=appendix
55
 
56
endif::basebackend-docbook[]
57
 
58
ifdef::doctype-manpage[]
59
(?i)^REZUMAT$=synopsis
60
endif::doctype-manpage[]