Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# AsciiDoc Japanese language configuration file.
3
# Originally written by 渡邊裕貴 (WATANABE Yuki)
4
#
5
 
6
[attributes]
7
# Left and right single and double quote characters.
8
lsquo=「
9
rsquo=」
10
ldquo=『
11
rdquo=』
12
 
13
# Captions, used by (X)HTML backends.
14
# Captions on RHS are displayed in outputs.
15
ifdef::basebackend-html[]
16
 
17
caution-caption=注意
18
important-caption=重要
19
note-caption=注
20
tip-caption=補足
21
warning-caption=警告
22
figure-caption=図
23
table-caption=表
24
example-caption=例
25
toc-title=目次
26
appendix-caption=付録
27
# Man page NAME section title.
28
manname-title=名前
29
 
30
[footer-text]
31
バージョン {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
32
template::[footer-date]
33
 更新
34
 
35
endif::basebackend-html[]
36
 
37
 
38
[specialsections]
39
# DocBook special sections.
40
# The regular expression on LHS is matched against source titles.
41
ifdef::basebackend-docbook[]
42
 
43
ifdef::doctype-article[]
44
^概要$=abstract
45
endif::doctype-article[]
46
 
47
ifdef::doctype-book[]
48
^奥付け?$=colophon
49
^献辞$=dedication
50
^(前書き?|まえがき)$=preface
51
endif::doctype-book[]
52
 
53
^索引$=index
54
^(参考|引用)(書目|文献)$=bibliography
55
^用語集$=glossary
56
^付録 [A-Z][:.](?P<title>.*)$=appendix
57
 
58
endif::basebackend-docbook[]
59
 
60
ifdef::doctype-manpage[]
61
^書式$=synopsis
62
endif::doctype-manpage[]