提交 778dd9f4 编写于 作者: C cactusman

Add japanese resources


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6935 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ce7a355c
......@@ -7,11 +7,11 @@
<l:main-panel>
<f:form method="post" action="configSubmit">
<j:if test="${it.isNameEditable()}">
<f:entry title="${it.pronoun} name">
<f:entry title="${%name(it.pronoun)}">
<f:textbox name="name" value="${it.name}" />
</f:entry>
</j:if>
<f:entry title="Description" help="/help/project-config/description.html">
<f:entry title="${%Description}" help="/help/project-config/description.html">
<f:textarea name="description" value="${it.description}"/>
</f:entry>
......@@ -19,7 +19,7 @@
<!-- log rotator -->
<f:optionalBlock name="logrotate"
help="/help/project-config/log-rotation.html"
title="Discard Old Builds" checked="${it.logRotator!=null}">
title="${%Discard Old Builds}" checked="${it.logRotator!=null}">
<st:include page="/hudson/tasks/LogRotator/config.jelly"/>
</f:optionalBlock>
</j:if>
......@@ -40,7 +40,7 @@
<f:block>
<!--<input type="button" name="StructureTest" value="Test" onclick="buildFormTree(this.form)" />-->
<f:submit value="Save" />
<f:submit value="${%Save}" />
</f:block>
</f:form>
</l:main-panel>
......
name={0}\u540d
Description=\u8aac\u660e
Discard\ Old\ Builds=\u53e4\u3044\u30d3\u30eb\u30c9\u306e\u7834\u68c4
Save=\u4fdd\u5b58
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册