view xml/i18n.xml @ 81:5a2dcd623666

In the modules documents, the list of directives is now additionally output in the contents section.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 13 Oct 2011 07:45:20 +0000
parents 61e04fc01027
children 1d315ef37215
line wrap: on
line source

<!DOCTYPE i18n SYSTEM "../dtd/i18n.dtd">

<i18n>

<text lang="en">
<item id="author">written by</item>
<item id="editor">edited by</item>
<item id="translator">translated by</item>
</text>

<text lang="ja">
<item id="author">作成:</item>
<item id="translator">翻訳:</item>
</text>

<text lang="he">
<item id="author">נכתב על ידי</item>
<item id="translator">תורגם על ידי</item>
</text>

<text lang="tr">
<item id="author">yazan:</item>
<item id="translator">çeviren:</item>
</text>

</i18n>