view xml/i18n.xml @ 71:c007b57d617c

The first line indentation in a paragraph which is used in Russian typographics isn't common for other languages. In HTML, even with Russian contents, paragraphs are usually separated with a vertical interval without the first line indentation. We will be following this convention as well.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 10 Oct 2011 08:23:43 +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>