61 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# AsciiDoc Ukrainian language configuration file.
# Originally written by Oleksandr Lavrushchenko
#
[attributes]
# Left and right single and double quote characters.
ldquo=«
rdquo=»
# Captions, used by (X)HTML backends.
# Captions on RHS are displayed in outputs.
ifdef::basebackend-html[]
caution-caption=Попередження
important-caption=Важливо
note-caption=Зауваження
tip-caption=Підказка
warning-caption=Увага
figure-caption=Рисунок
table-caption=Таблиця
example-caption=Приклад
toc-title=Зміст
appendix-caption=Додаток
# Man page NAME section title.
manname-title=НАЗВА
[footer-text]
#TODO: Translation of 'Version' and 'Last updated'.
Version {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
Last updated {docdate} {doctime}
endif::basebackend-html[]
[specialsections]
# DocBook special sections.
# The regular expression on LHS is matched against source titles.
ifdef::basebackend-docbook[]
ifdef::doctype-article[]
^Анотація$=abstract
endif::doctype-article[]
ifdef::doctype-book[]
^Колофон$=colophon
^Присвячення$=dedication
^Вступ$=preface
endif::doctype-book[]
^Предметний покажчик$=index
^Бібліографія$=bibliography
^Словник термінів$=glossary
^Додаток [А-Я][:.](?P<title>.*)$=appendix
endif::basebackend-docbook[]
ifdef::doctype-manpage[]
(?i)^ОГЛЯД$=synopsis
endif::doctype-manpage[]