Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# AsciiDoc French language configuration file.
3
# Originally written by Yves-Alexis Perez
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=Avertissement
16
important-caption=Important
17
note-caption=Note
18
tip-caption=Astuce
19
warning-caption=Attention
20
figure-caption=Figure
21
table-caption=Tableau
22
example-caption=Exemple
23
toc-title=Table des matières
24
appendix-caption=Appendice
25
# Man page NAME section title.
26
manname-title=NOM
27
 
28
[footer-text]
29
Version {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
30
Dernière mise à jour
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
^Résumé$=abstract
43
endif::doctype-article[]
44
 
45
ifdef::doctype-book[]
46
^Colophon$=colophon
47
^Dédicace$=dedication
48
^Préface$=preface
49
endif::doctype-book[]
50
 
51
^Index$=index
52
^(Bibliographie|Références)$=bibliography
53
^Glossaire$=glossary
54
^Appendice [A-Z][:.](?P<title>.*)$=appendix
55
 
56
endif::basebackend-docbook[]
57
 
58
ifdef::doctype-manpage[]
59
(?i)^SYNOPSIS$=synopsis
60
endif::doctype-manpage[]