]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1577] rewrite legacy path admin page
authorOlivier Lamy <olamy@apache.org>
Tue, 6 Mar 2012 18:33:04 +0000 (18:33 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 6 Mar 2012 18:33:04 +0000 (18:33 +0000)
add missing i18n.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1297643 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/general-admin.js

index 119a477559f1ed267e6696c00feaf67a0504456c..b10ab1e1831f5646bb22db44e66f61cdde410b26 100644 (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.
index 1160a0bea79504b152622c79917ac514c2e90c65..0b72d7ac2e3b90af00717f5df1797f33d04037fd 100644 (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",