improve i18n

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1400902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-10-22 14:49:42 +00:00
parent 0af1bd62e7
commit 69a9edb4c4
2 changed files with 7 additions and 1 deletions

View File

@ -326,6 +326,12 @@ groupId.delete.confirm.title=GroupId deletion
groupId.delete.confirm.save=Are you sure to delete groupId: {0} ? groupId.delete.confirm.save=Are you sure to delete groupId: {0} ?
groupdId.deleted=groupId {0} deleted. groupdId.deleted=groupId {0} deleted.
groupId.delete.missing.repoId= You must select a repository to delete a groupId. groupId.delete.missing.repoId= You must select a repository to delete a groupId.
projectId.delete.confirm.title=Project Deletion
projectId.delete.confirm.save=Are you sure to delete project {0}:{1} ?
projectId.deleted=Project {0}:{1} deleted
projectId.delete.missing.repoId= You must select a repository to delete a project.
browse.artifact.version=Version browse.artifact.version=Version
browse.artifact.pom.snippet=POM Snippet browse.artifact.pom.snippet=POM Snippet
browse.artifact.parent=Parent browse.artifact.parent=Parent

View File

@ -131,7 +131,7 @@ define("archiva.search",["jquery","i18n","jquery.tmpl","choosen","knockout","kno
}, $.i18n.prop('ok'), }, $.i18n.prop('ok'),
$.i18n.prop('cancel'), $.i18n.prop('cancel'),
$.i18n.prop('projectId.delete.confirm.title'), $.i18n.prop('projectId.delete.confirm.title'),
$.i18n.prop('projectId.delete.confirm.save',groupId)); $.i18n.prop('projectId.delete.confirm.save',groupId,projectId));
} }
} }