提交 9abf8500 编写于 作者: S sogabe

I18N

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13237 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c4f181b7
......@@ -5,10 +5,10 @@
<l:main-panel>
<j:set var="newName" value="${request.getParameter('newName')}" />
<form method="get" action="doRename">
Are you sure about renaming ${it.name} to ${newName}?
${%description(it.name, newName)}
<input type="hidden" name="newName" value="${newName}" />
<f:submit value="Yes" />
<input type="button" value="No" onclick="javascript:history.back()" class="yui-button" />
<f:submit value="${%Yes}" />
<input type="button" value="${%No}" onclick="javascript:history.back()" class="yui-button" />
</form>
</l:main-panel>
</l:layout>
......
description=Are you sure about renaming {0} to {1}?
Yes=Yes
No=No
\ No newline at end of file
......@@ -36,7 +36,7 @@
</td>
<td>
<a href="${rootURL}/${b.url}console">
<img src="${imagesURL}/${subIconSize}/terminal.gif" title="Console output" border="0" />
<img src="${imagesURL}/${subIconSize}/terminal.gif" title="${%Console output}" border="0" />
</a>
</td>
</tr>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册