add missing i18n

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-27 19:14:52 +00:00
parent b519000a09
commit 62992df826
2 changed files with 3 additions and 1 deletions

View File

@ -463,6 +463,7 @@ system-status.caches.grid.header.key=Cache
system-status.caches.flushed=Cache {0} flushed.
system-status.caches.grid.header.size=Size
system-status.caches.grid.header.inMemorySize=In Memory size in kb
system-status.caches.grid.flush.icon.title=Flush Cache
system-status.caches.flushAll=Flush All Caches
system-status.caches.all.flushed=All Caches flushed.
system-status.scanning.grid.header.repository=Repository

View File

@ -419,7 +419,8 @@
<td>${cacheEntry.cacheHitRate}</td>
<td>${cacheEntry.inMemorySize}</td>
<td>
<a class="cursor-hand" onclick="flushCache('${cacheEntry.key}')" title="flush cache">
<a class="cursor-hand" onclick="flushCache('${cacheEntry.key}')"
title="${$.i18n.prop('system-status.caches.grid.flush.icon.title')}">
{{if cacheEntry.size > 0 }}
<img src="images/user-trash-full.png"/>
{{else}}