view xml/i18n.xml @ 70:272d99af0c15

The "server_name" directive: - has changed the default value from hostname to "", - accepts the special argument "$hostname".
author Ruslan Ermilov <ru@nginx.com>
date Sun, 09 Oct 2011 21:19:52 +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>