add missing i18n

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1388231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-20 21:48:09 +00:00
parent 691a689aaa
commit edb7bf45f6
2 changed files with 2 additions and 1 deletions

View File

@ -128,6 +128,7 @@ remoterepository.download.remote.now=Immediate Download ?
remoterepository.download.remote.full=Full download ?
remoterepository.download.remote.scheduled=Download Remote Index of repository {0} scheduled.
remoterepository.delete.confirm=Are you sure to delete Remote Repository {0} ?
remoterepository.deleted=Remote repository {0} deleted.
#network proxy

View File

@ -839,7 +839,7 @@ define("archiva.repositories",["jquery","i18n","jquery.tmpl","bootstrap","jquery
type: "GET",
success: function(data) {
self.remoteRepositories.remove(remoteRepository);
displaySuccessMessage($.i18n.prop('remoterepository.deleted'));
displaySuccessMessage($.i18n.prop('remoterepository.deleted',remoteRepository.id()));
},
error: function(data) {
var res = $.parseJSON(data.responseText);