Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# AsciiDoc Indonesian 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=Perhatian
11
important-caption=Penting
12
note-caption=Catatan
13
tip-caption=Tips
14
warning-caption=Peringatan
15
figure-caption=Gambar
16
table-caption=Tabel
17
example-caption=Contoh
18
toc-title=Daftar Isi
19
appendix-caption=Lampiran
20
# Man page NAME section title.
21
manname-title=NAME
22
 
23
[footer-text]
24
Versi {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
25
Pembaruan terakhir
26
template::[footer-date]
27
 
28
endif::basebackend-html[]
29
 
30
 
31
[specialsections]
32
# DocBook special sections.
33
# The regular expression on LHS is matched against source titles.
34
ifdef::basebackend-docbook[]
35
 
36
ifdef::doctype-article[]
37
^Abstrak$=abstract
38
endif::doctype-article[]
39
 
40
ifdef::doctype-book[]
41
^Colophon$=colophon
42
^Dedikasi$=dedication
43
^Pengantar$=preface
44
endif::doctype-book[]
45
 
46
^Indeks$=index
47
^(Bibliografi|Referensi|Pustaka)$=bibliography
48
^Glosarium$=glossary
49
^Lampiran [A-Z][:.](?P<title>.*)$=appendix
50
 
51
endif::basebackend-docbook[]
52
 
53
ifdef::doctype-manpage[]
54
(?i)^SYNOPSIS$=synopsis
55
endif::doctype-manpage[]