source: rtems-tools/doc/asciidoc/lang-uk.conf @ f91e023

4.104.115
Last change on this file since f91e023 was f91e023, checked in by Chris Johns <chrisj@…>, on 02/17/14 at 07:04:46

Add the documentation.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1#
2# AsciiDoc Ukrainian language configuration file.
3# Originally written by Oleksandr Lavrushchenko
4#
5
6[attributes]
7# Left and right single and double quote characters.
8ldquo=&#0171;
9rdquo=&#0187;
10
11# Captions, used by (X)HTML backends.
12# Captions on RHS are displayed in outputs.
13ifdef::basebackend-html[]
14
15caution-caption=ППпереЎжеММя
16important-caption=ВажлОвП
17note-caption=ЗауважеММя
18tip-caption=ПіЎказка
19warning-caption=Увага
20figure-caption=РОсуМПк
21table-caption=ТаблОця
22example-caption=ПрОклаЎ
23toc-title=ЗЌіст
24appendix-caption=ДПЎатПк
25# Man page NAME section title.
26manname-title=НАЗВА
27
28[footer-text]
29#TODO: Translation of 'Version' and 'Last updated'.
30Version {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
31Last updated {docdate} {doctime}
32
33endif::basebackend-html[]
34
35
36[specialsections]
37# DocBook special sections.
38# The regular expression on LHS is matched against source titles.
39ifdef::basebackend-docbook[]
40
41ifdef::doctype-article[]
42^АМПтація$=abstract
43endif::doctype-article[]
44
45ifdef::doctype-book[]
46^КПлПфПМ$=colophon
47^ПрОсвячеММя$=dedication
48^Вступ$=preface
49endif::doctype-book[]
50
51^ПреЎЌетМОй пПкажчОк$=index
52^БібліПграфія$=bibliography
53^СлПвМОк терЌіМів$=glossary
54^ДПЎатПк [А-Я][:.](?P<title>.*)$=appendix
55
56endif::basebackend-docbook[]
57
58ifdef::doctype-manpage[]
59(?i)^ОГЛЯД$=synopsis
60endif::doctype-manpage[]
Note: See TracBrowser for help on using the repository browser.