提交 675114f3 编写于 作者: S sogabe

i18n

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13058 71c3de6d-444a-0410-be80-ed276b4c234a
上级 1f4bf13a
......@@ -8,7 +8,7 @@
</h1>
<div>
Nodes:
${%Nodes:}
<j:forEach var="n" items="${it.nodes}">
<j:set var="c" value="${app.getComputer(n.nodeName)}"/>
<a href="${rootURL}/computer/${n.nodeName}">
......@@ -19,12 +19,12 @@
</j:forEach>
</div>
<h2>Projects</h2>
<h2>${%Projects}</h2>
<j:set var="jobs" value="${it.tiedJobs}" />
<j:choose>
<j:when test="${empty(jobs)}">
<p>
None
${%None}
</p>
</j:when>
<j:otherwise>
......
......@@ -5,7 +5,7 @@
<l:header title="Label ${it.displayName}" />
<l:side-panel>
<l:tasks>
<l:task icon="images/24x24/up.gif" href="${rootURL}/" title="Back to Dashboard" />
<l:task icon="images/24x24/up.gif" href="${rootURL}/" title="${%Back to Dashboard}" />
</l:tasks>
</l:side-panel>
</j:jelly>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册