Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# AsciiDoc Greek language configuration file.
3
# Originally written by Michael Dourmousoglou
4
#
5
 
6
[attributes]
7
# Captions, used by (X)HTML backends.
8
# Captions on RHS are displayed in outputs.
9
ifdef::basebackend-html[]
10
 
11
caution-caption=Προσοχή
12
important-caption=Σημαντικό
13
note-caption=Σημείωση
14
tip-caption=Υπόδειξη
15
warning-caption=Προειδοποίηση
16
figure-caption=Σχήμα
17
table-caption=Πίνακας
18
example-caption=Παράδειγμα
19
toc-title=Πίνακας περιεχομένων
20
appendix-caption=Παράρτημα
21
# Man page NAME section title.
22
manname-title=ΌΝΟΜΑ
23
 
24
[footer-text]
25
Έκδοση {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
26
Τελευταία αναθεώρηση
27
template::[footer-date]
28
 
29
endif::basebackend-html[]
30
 
31
 
32
[specialsections]
33
# DocBook special sections.
34
# The regular expression on LHS is matched against source titles.
35
ifdef::basebackend-docbook[]
36
 
37
ifdef::doctype-article[]
38
^Περίληψη$=abstract
39
endif::doctype-article[]
40
 
41
ifdef::doctype-book[]
42
^Κολοφώνας$=colophon
43
^Αφιέρωση$=dedication
44
^Πρόλογος$=preface
45
endif::doctype-book[]
46
 
47
^Ευρετήριο$=index
48
^(Βιβλιογραφία|Αναφορές)$=bibliography
49
^Γλωσσάρι÷$=glossary
50
^Παράρτημα [Α-Ω][:.](?P<title>.*)$=appendix
51
 
52
endif::basebackend-docbook[]
53
 
54
ifdef::doctype-manpage[]
55
(?i)^Σύνοψη$=synopsis
56
endif::doctype-manpage[]