mirror of https://github.com/apache/archiva.git
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:
parent
b519000a09
commit
62992df826
|
@ -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
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue