add missing i18n

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1308495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-02 19:27:57 +00:00
parent 59420ec4c4
commit e5d7076d9e
2 changed files with 1 additions and 3 deletions

View File

@ -88,6 +88,7 @@ managedrepository.scan.directories.grid.header=Directories Scanning
managedrepository.scan.directories.finished=Managed Repository {0} fully scanned.
managedrepository.scan.directories.started= Managed Repository {0} full scan started
managedrepository.scan.directories.grid=Scan
managedrepository.added=Managed Repository {0} added
# remote repositories screen
remoterepository.downloadremoteindex.now=Download Remote Index Now

View File

@ -247,10 +247,7 @@ define("archiva.repositories",["jquery","i18n","jquery.tmpl","bootstrap","jquery
},
complete:function(data){
if(callbackFn){
$.log("complete with callback");
callbackFn();
} else {
$.log("complete with no callback");
}
}
}