提交 23075db1 编写于 作者: S sogabe

i18n SubversionSCM

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@12932 71c3de6d-444a-0410-be80-ed276b4c234a
上级 b41112ce
<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" xmlns:i="jelly:fmt">
<l:layout>
<l:header title="Subversion Authentication Successful" />
<l:header title="${%Subversion Authentication Successful}" />
<l:side-panel />
<l:main-panel>
Authentication was successful. Information is stored in Hudson now.
${%Authentication was successful. Information is stored in Hudson now.}
</l:main-panel>
</l:layout>
</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" xmlns:i="jelly:fmt">
<l:layout norefresh="true">
<l:header title="Subversion Authentication" />
<l:header title="${%Subversion Authentication}" />
<l:side-panel />
<l:main-panel>
<h1>
<img src="${imagesURL}/48x48/secure.gif" width="48" height="48" />
Subversion Authentication
${%Subversion Authentication}
</h1>
<p>
Enter the authentication information needed to connect to the Subversion repository.
This information will be stored in Hudson.
${description}
</p>
<f:form method="post" action="postCredential" enctype="multipart/form-data">
<f:entry title="Repository URL">
<f:entry title="${%Repository URL}">
<f:textbox name="url" value="${request.queryString}" />
</f:entry>
<f:radioBlock name="kind" value="password" title="Username/password authentication">
<f:entry title="User name">
<f:radioBlock name="kind" value="password" title="${%Username/password authentication}">
<f:entry title="${%User name}">
<f:textbox name="username1" />
</f:entry>
<f:entry title="Password">
<f:entry title="${%Password}">
<input type="password" name="password1" class="setting-input" />
</f:entry>
</f:radioBlock>
<f:radioBlock name="kind" value="publickey" title="SSH public key authentication (svn+ssh)">
<f:entry title="User name">
<f:radioBlock name="kind" value="publickey" title="${%SSH public key authentication} (${%svn+ssh})">
<f:entry title="${%User name}">
<f:textbox name="username2" />
</f:entry>
<f:entry title="Pass phrase" help="/help/subversion/pass-phrase.html">
<f:entry title="${%Pass phrase}" help="/help/subversion/pass-phrase.html">
<input type="password" name="password2" class="setting-input" />
</f:entry>
<f:entry title="Private key">
<f:entry title="${%Private key}">
<input type="file" name="privateKey" class="setting-input" />
</f:entry>
</f:radioBlock>
<f:radioBlock name="kind" value="certificate" title="HTTPS client certificate">
<f:entry title="PKCS12 certificate">
<f:radioBlock name="kind" value="certificate" title="${%HTTPS client certificate}">
<f:entry title="${%PKCS12 certificate}">
<input type="file" name="certificate" class="setting-input" />
</f:entry>
<f:entry title="Password">
<f:entry title="${%Password}">
<input type="password" name="password3" class="setting-input" />
</f:entry>
</f:radioBlock>
<f:block>
<f:submit value="OK" style="margin-top:1em;" />
<f:submit value="${%OK}" style="margin-top:1em;" />
</f:block>
</f:form>
</l:main-panel>
......
description=\
Enter the authentication information needed to connect to the Subversion repository.\
This information will be stored in Hudson.
<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" xmlns:i="jelly:fmt">
<l:ajax>
<div>
Specify the subversion repository URL to check out, such as "http://svn.apache.org/repos/asf/ant/".
${%description.1}
<br/>
When you enter URL, Hudson automatically checks if Hudson can connect to it. If access requires
authentication, it will ask you the necessary credential. If you already have a working
credential but would like to change it for other reasons,
click <a href="${rootURL}/scm/SubversionSCM/enterCredential">this link</a>
and specify different credential.
${%description.2(rootURL)}
<br />
During the build, revision number of the module that was checked out is available
through the environment variable <tt>SVN_REVISION</tt>
${%description.3}
</div>
</l:ajax>
</j:jelly>
\ No newline at end of file
description.1=\
Specify the subversion repository URL to check out, such as "http://svn.apache.org/repos/asf/ant/".
description.2=\
When you enter URL, Hudson automatically checks if Hudson can connect to it. If access requires\
authentication, it will ask you the necessary credential. If you already have a working\
credential but would like to change it for other reasons, \
click <a href="{0}//scm/SubversionSCM/enterCredential">this link</a> and specify different credential.
description.3=\
During the build, revision number of the module that was checked out is available\
through the environment variable <tt>SVN_REVISION</tt>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册