fix i18n jsp tag
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1311091 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0daca7d050
commit
cdb3f47df9
|
@ -17,7 +17,7 @@
|
||||||
<%@ taglib prefix="s" uri="/struts-tags" %>
|
<%@ taglib prefix="s" uri="/struts-tags" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="access.denied.page.title"/></title>
|
<title><s:text name="access.denied.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<%@ taglib prefix="redback" uri="/redback/taglib-1.0"%>
|
<%@ taglib prefix="redback" uri="/redback/taglib-1.0"%>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="account.details.page.title"/></title>
|
<title><s:text name="account.details.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="assignments.page.title"/></title>
|
<title><s:text name="assignments.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="backupRestore.page.title"/></title>
|
<title><s:text name="backupRestore.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="user.edit.confirm.page.title"/></title>
|
<title><s:text name="user.edit.confirm.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="create.admin.page.title"/></title>
|
<title><s:text name="create.admin.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="operation.list.page.title"/></title>
|
<title><s:text name="operation.list.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="permission.list.page.title"/></title>
|
<title><s:text name="permission.list.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="resource.list.page.title"/></title>
|
<title><s:text name="resource.list.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://www.extremecomponents.org" prefix="ec" %>
|
<%@ taglib uri="http://www.extremecomponents.org" prefix="ec" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="role.page.title"/></title>
|
<title><s:text name="role.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="role.create.page.title"/></title>
|
<title><s:text name="role.create.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://www.extremecomponents.org" prefix="ec" %>
|
<%@ taglib uri="http://www.extremecomponents.org" prefix="ec" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="role.page.title"/></title>
|
<title><s:text name="role.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="role.list.page.title"/></title>
|
<title><s:text name="role.list.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="role.model.page.title"/></title>
|
<title><s:text name="role.model.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="role.summary.page.title"/></title>
|
<title><s:text name="role.summary.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="system.info.page.title"/></title>
|
<title><s:text name="system.info.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="user.create.page.title"/></title>
|
<title><s:text name="user.create.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<%@ taglib prefix="s" uri="/struts-tags"%>
|
<%@ taglib prefix="s" uri="/struts-tags"%>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="user.delete.page.title"/></title>
|
<title><s:text name="user.delete.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="user.edit.page.title"/></title>
|
<title><s:text name="user.edit.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<%@ taglib uri="http://www.extremecomponents.org" prefix="ec" %>
|
<%@ taglib uri="http://www.extremecomponents.org" prefix="ec" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="user.list.page.title"/></title>
|
<title><s:text name="user.list.page.title"/></title>
|
||||||
<link rel="stylesheet" type="text/css" href="<s:url value="/css/redback/table.css"/>" media="screen"/>
|
<link rel="stylesheet" type="text/css" href="<s:url value="/css/redback/table.css"/>" media="screen"/>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="alert.page.title"/></title>
|
<title><s:text name="alert.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<%@ taglib prefix="s" uri="/struts-tags" %>
|
<%@ taglib prefix="s" uri="/struts-tags" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="change.password.page.title"/></title>
|
<title><s:text name="change.password.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="general.error.page.title"/></title>
|
<title><s:text name="general.error.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<%@ taglib prefix="s" uri="/struts-tags" %>
|
<%@ taglib prefix="s" uri="/struts-tags" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="invalid.token.page.title"/></title>
|
<title><s:text name="invalid.token.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="/redback/taglib-1.0" prefix="redback" %>
|
<%@ taglib uri="/redback/taglib-1.0" prefix="redback" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="login.page.title"/></title>
|
<title><s:text name="login.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="password.page.title"/></title>
|
<title><s:text name="password.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="password.reset.page.title"/></title>
|
<title><s:text name="password.reset.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="register.page.title"/></title>
|
<title><s:text name="register.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="request.password.reset.page.title"/></title>
|
<title><s:text name="request.password.reset.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="requires.authentication.page.title"/></title>
|
<title><s:text name="requires.authentication.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<s:i18n name="org.codehaus.plexus.redback.struts2.default">
|
<s:i18n name="org.apache.archiva.redback.struts2.default">
|
||||||
<head>
|
<head>
|
||||||
<title><s:text name="validation.notification.page.title"/></title>
|
<title><s:text name="validation.notification.page.title"/></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue