]> source.dussan.org Git - archiva.git/commitdiff
i18n
authorOlivier Lamy <olamy@apache.org>
Mon, 12 Mar 2012 22:27:05 +0000 (22:27 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 12 Mar 2012 22:27:05 +0000 (22:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299910 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-web-common/src/main/resources/org/apache/archiva/i18n/default.properties
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/general-admin.html

index 0122c1141698a0fa5a3e9eee5b5c1fc7b52bcfa2..2d6e359d6c7d5d2a75567f19178bb48c4a338e1e 100644 (file)
@@ -316,6 +316,17 @@ system-status.caches.flushed=Cache {0} flushed.
 system-status.caches.grid.header.size=Size
 system-status.caches.flushAll=Flush All Caches
 system-status.caches.all.flushed=All Caches flushed.
+system-status.scanning.grid.header.repository=Repository
+system-status.scanning.grid.header.files.processed=Files processed
+system-status.scanning.grid.header.files.new=New Files
+system-status.scanning.grid.header.stats=Stats
+
+system-status.scanning.consumers.grid.header.name=Name
+system-status.scanning.consumers.grid.header.total=Total
+system-status.scanning.consumers.grid.header.average=Average
+system-status.scanning.consumers.grid.header.invocations.time=Invocations time
+
+
 
 
 
index afd970a98b52885586d11f70297ec122f03890d2..318cf3b6ad14c4518d391246c89415f34dad381a 100644 (file)
     <table class="table table-condensed">
       <thead>
         <tr>
-          <th>Repository</th>
-          <th>Files processed</th>
-          <th>New files</th>
-          <th>Stats</th>
+          <th>${$.i18n.prop('system-status.scanning.grid.header.repository')}</th>
+          <th>${$.i18n.prop('system-status.scanning.grid.header.files.processed')}</th>
+          <th>${$.i18n.prop('system-status.scanning.grid.header.files.new')}</th>
+          <th>${$.i18n.prop('system-status.scanning.grid.header.stats')}</th>
         </tr>
       </thead>
       <tbody>
             <table>
               <thead>
                 <tr>
-                  <th>Name</th>
-                  <th>Total</th>
-                  <th>Average</th>
-                  <th>Invocations time</th>
+                  <th>${$.i18n.prop('system-status.scanning.consumers.grid.header.name')}</th>
+                  <th>${$.i18n.prop('system-status.scanning.consumers.grid.header.total')}</th>
+                  <th>${$.i18n.prop('system-status.scanning.consumers.grid.header.average')} ms</th>
+                  <th>${$.i18n.prop('system-status.scanning.consumers.grid.header.invocations.time')}</th>
                 </tr>
               </thead>
               <tbody>