Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# AsciiDoc Polish language configuration file.
3
# (C) 2015 Kerusey Karyu <keruseykaryu@o2.pl>
4
# License: GNU Free Documentation License, ver. 1.3 or later version, see http://fsf.org/
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=Uwaga
12
important-caption=Ważne
13
note-caption=Zapamiętaj
14
tip-caption=Wskazówka
15
warning-caption=Ostrzeżenie
16
figure-caption=Rysunek
17
table-caption=Tabela
18
example-caption=Przykład
19
toc-title=Spis Treści
20
appendix-caption=Dodatek
21
# Man page NAME section title.
22
manname-title=NAME
23
 
24
[footer-text]
25
Wersja {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
26
Ostatnio zmodyfikowany
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
^Streszczenie$=abstract
39
endif::doctype-article[]
40
 
41
ifdef::doctype-book[]
42
^Kolofon$=colophon
43
^Dedykacja$=dedication
44
^Przedmowa$=preface
45
endif::doctype-book[]
46
 
47
^Indeks$=index
48
^(Bibliografia|Źródła)$=bibliography
49
^Słowniczek$=glossary
50
^Dodatek [A-Z][:.](?P<title>.*)$=appendix
51
 
52
endif::basebackend-docbook[]
53
 
54
ifdef::doctype-manpage[]
55
(?i)^KONSPEKT$=synopsis
56
endif::doctype-manpage[]