提交 480b6e94 编写于 作者: K kohsuke

i18n


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6805 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c3267005
......@@ -2,14 +2,14 @@
<f:section title="CVS">
<f:description>
<div align="right">
<a href="${rootURL}/scm/CVSSCM/version">Check CVS version</a>
<a href="${rootURL}/scm/CVSSCM/version">${%Check CVS version}</a>
</div>
</f:description>
<f:entry title="cvs executable" help="/help/_cvs/cvsexe.html">
<f:entry title="${%cvs executable}" help="/help/_cvs/cvsexe.html">
<f:textbox name="cvs_exe" value="${descriptor.cvsExe}"
checkUrl="'${rootURL}/scm/CVSSCM/cvsExeCheck?value='+escape(this.value)" />
</f:entry>
<f:entry title=".cvspass file" help="/help/_cvs/cvspass.jelly">
<f:entry title="${%.cvspass file}" help="/help/_cvs/cvspass.jelly">
<input class="setting-input validated" name="cvs_cvspass"
type="text" value="${descriptor.cvspassFile}"
checkUrl="'${rootURL}/scm/CVSSCM/cvsPassCheck?value='+escape(this.value)" />
......@@ -17,7 +17,7 @@
<f:advanced>
<f:block>
<f:checkbox name="cvs_noCompression" id="cvs_noCompression" checked="${descriptor.noCompression}" />
<label for="cvs_noCompression">Disable CVS compression</label>
<label for="cvs_noCompression">${%Disable CVS compression}</label>
</f:block>
</f:advanced>
<!--
......
......@@ -2,24 +2,24 @@
<j:if test="${!empty(descriptor.installations)}">
<f:entry title="Ant Version">
<select class="setting-input" name="ant.antName">
<option value="(Default)">(Default)</option>
<option value="(Default)">(${%Default})</option>
<j:forEach var="inst" items="${descriptor.installations}">
<f:option selected="${inst.name==instance.ant.name}" value="${inst.name}">${inst.name}</f:option>
</j:forEach>
</select>
</f:entry>
</j:if>
<f:entry title="Targets" help="/help/ant/ant-targets.html">
<f:entry title="${%Targets}" help="/help/ant/ant-targets.html">
<f:expandableTextbox name="ant.targets" value="${instance.targets}" />
</f:entry>
<f:advanced>
<f:entry title="Build File" help="/help/ant/ant-buildfile.html">
<f:entry title="${%Build File}" help="/help/ant/ant-buildfile.html">
<f:textbox name="ant.buildFile" value="${instance.buildFile}"/>
</f:entry>
<f:entry title="Properties" help="/help/ant/ant-properties.html">
<f:entry title="${%Properties}" help="/help/ant/ant-properties.html">
<f:textarea name="ant.properties" value="${instance.properties}"/>
</f:entry>
<f:entry title="Java Options" help="/help/ant/ant-opts.html">
<f:entry title="${%Java Options}" help="/help/ant/ant-opts.html">
<f:expandableTextbox name="ant.antOpts" value="${instance.antOpts}"/>
</f:entry>
</f:advanced>
......
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:section title="Ant">
<f:entry title="Ant installation"
description="List of Ant installations on this system">
<f:entry title="${%Ant installation}"
description="${%List of Ant installations on this system}">
<f:repeatable name="ant" var="inst" items="${descriptor.installations}">
<table width="100%">
<f:entry title="name">
<f:entry title="${%name}">
<f:textbox name="ant.name" value="${inst.name}" />
</f:entry>
......
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<j:if test="${!empty(descriptor.installations)}">
<f:entry title="Maven Version">
<f:entry title="${%Maven Version}">
<select class="setting-input" name="maven.name">
<option value="(Default)">(Default)</option>
<option value="(Default)">(${%Default})</option>
<j:forEach var="inst" items="${descriptor.installations}">
<f:option selected="${inst.name==instance.maven.name}" value="${inst.name}">${inst.name}</f:option>
</j:forEach>
</select>
</f:entry>
</j:if>
<f:entry title="Goals">
<f:entry title="${%Goals}">
<f:expandableTextbox name="maven.targets" value="${instance.targets}" />
</f:entry>
</j:jelly>
\ No newline at end of file
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:section title="Maven">
<f:entry title="Maven installation"
description="List of Maven installations on this system. Both maven 1 and 2 are supported.">
<f:section title="${%Maven}">
<f:entry title="${%Maven installation}"
description="${%List of Maven installations on this system. Both maven 1 and 2 are supported.}">
<f:repeatable var="maven" items="${descriptor.installations}">
<table width="100%">
<f:entry title="name">
<f:entry title="${%name}">
<input class="setting-input" name="maven.name"
type="text" value="${maven.name}"/>
</f:entry>
......
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:entry title="Command"
description="See &lt;a href='${rootURL}/env-vars.html' target=_new>the list of available environment variables&lt;/a>">
<f:entry title="${%Command}" description="${%description(rootURL)}">
<f:textarea name="shell" value="${instance.command}" />
</f:entry>
</j:jelly>
\ No newline at end of file
description=See <a href="{0}/env-vars.html" target=_new>the list of available environment variables</a>
\ No newline at end of file
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:section title="Shell">
<f:entry title="Shell executable">
<f:section title="${%Shell}">
<f:entry title="${%Shell executable}">
<f:textbox name="shell" value="${descriptor.shell}" checkUrl="'${rootURL}/builder/Shell/check?value='+encode(this.value)"/>
</f:entry>
</f:section>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册