[MRM-1577] rewrite legacy path admin page

add missing i18n.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1297643 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-03-06 18:33:04 +00:00
parent 7e377a16bf
commit 1238f94c44
2 changed files with 14 additions and 1 deletions

View File

@ -245,3 +245,16 @@ login.username.placehoder=Username
login.password.placehoder=Password
#legacy artifact path support
legacy-artifact-paths.artifact=Artifact
legacy-artifact-paths.path=Path
legacy-artifact-paths.groupId=Group ID
legacy-artifact-paths.artifactId=Artifact ID
legacy-artifact-paths.classifier=Classifier
legacy-artifact-paths.version=Version
legacy-artifact-paths.calculatePath=Calculate Path
legacy-artifact-paths.type=Type
legacy-artifact-paths.list=Legacy Artifact Path Resolution
legacy-artifact-paths.grid.tab.title=Path Mappings
legacy-artifact-path.added=Path Mapping for path {0}
legacy-artifact-path.delete.confirm=Are you sure to delete Path Mapping {0} ?
legacy-artifact-path.removed=Path Mapping deleted {0} deleted.

View File

@ -240,7 +240,7 @@ $(function() {
clearUserMessages();
var mainContent=$("#main-content");
mainContent.html($("#legacy-artifact-path-main" ).html());
mainContent.html($("#legacy-artifact-path-main").tmpl());
$.ajax("restServices/archivaServices/archivaAdministrationService/getLegacyArtifactPaths", {
type: "GET",