This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use lang-ja.conf and lang-pl.conf with CMake
- Loading branch information
1 parent
eeb5fc9
commit 6c5f5c7
Showing
4 changed files
with
123 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# | ||
# AsciiDoc Japanese language configuration file. | ||
# Originally written by 渡邊裕貴 (WATANABE Yuki) | ||
# | ||
|
||
[attributes] | ||
# Left and right single and double quote characters. | ||
lsquo=「 | ||
rsquo=」 | ||
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] | ||
バージョン {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>} | ||
{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 | ||
^付録 [A-Z][:.](?P<title>.*)$=appendix | ||
|
||
endif::basebackend-docbook[] | ||
|
||
ifdef::doctype-manpage[] | ||
^書式$=synopsis | ||
endif::doctype-manpage[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# | ||
# AsciiDoc Polish language configuration file. | ||
# (C) 2015 Kerusey Karyu <[email protected]> | ||
# License: GNU Free Documentation License, ver. 1.3 or later version, see http://fsf.org/ | ||
|
||
[attributes] | ||
# Captions, used by (X)HTML backends. | ||
# Captions on RHS are displayed in outputs. | ||
ifdef::basebackend-html[] | ||
|
||
caution-caption=Uwaga | ||
important-caption=Ważne | ||
note-caption=Zapamiętaj | ||
tip-caption=Wskazówka | ||
warning-caption=Ostrzeżenie | ||
figure-caption=Rysunek | ||
table-caption=Tabela | ||
example-caption=Przykład | ||
toc-title=Spis Treści | ||
appendix-caption=Dodatek | ||
# Man page NAME section title. | ||
manname-title=NAME | ||
|
||
[footer-text] | ||
Wersja {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>} | ||
Ostatnio zmodyfikowany {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[] | ||
^Streszczenie$=abstract | ||
endif::doctype-article[] | ||
|
||
ifdef::doctype-book[] | ||
^Kolofon$=colophon | ||
^Dedykacja$=dedication | ||
^Przedmowa$=preface | ||
endif::doctype-book[] | ||
|
||
^Indeks$=index | ||
^(Bibliografia|Źródła)$=bibliography | ||
^Słowniczek$=glossary | ||
^Dodatek [A-Z][:.](?P<title>.*)$=appendix | ||
|
||
endif::basebackend-docbook[] | ||
|
||
ifdef::doctype-manpage[] | ||
(?i)^KONSPEKT$=synopsis | ||
endif::doctype-manpage[] |