Commit ef80fd2b authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

I18n'ed missing entry.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5649 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7cf257cf
...@@ -4,15 +4,15 @@ ...@@ -4,15 +4,15 @@
- $Date: 2005-05-26 23:00:40 -0700 (Thu, 26 May 2005) $ - $Date: 2005-05-26 23:00:40 -0700 (Thu, 26 May 2005) $
--%> --%>
<%@ page import="org.jivesoftware.util.*, <%@ page import="org.jivesoftware.util.JiveGlobals,
java.util.HashMap, org.jivesoftware.util.ParamUtils,
java.util.Map, org.jivesoftware.util.StringUtils,
java.util.Date, org.jivesoftware.wildfire.XMPPServer,
org.jivesoftware.wildfire.auth.AuthFactory,
org.jivesoftware.wildfire.user.User, org.jivesoftware.wildfire.user.User,
org.jivesoftware.wildfire.user.UserManager, org.jivesoftware.wildfire.user.UserManager" %>
org.jivesoftware.util.JiveGlobals" %> <%@ page import="javax.servlet.http.HttpSession"%>
<%@ page import="org.jivesoftware.wildfire.XMPPServer"%> <%@ page import="java.util.*"%>
<%@ page import="org.jivesoftware.wildfire.auth.AuthFactory"%><%@ page import="java.util.Collection"%><%@ page import="java.util.List"%><%@ page import="java.util.ArrayList"%>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %> <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %> <%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
...@@ -356,7 +356,7 @@ document.acctform.newPassword.focus(); ...@@ -356,7 +356,7 @@ document.acctform.newPassword.focus();
<input type="text" name="administrator" size="20" maxlength="50"/> <input type="text" name="administrator" size="20" maxlength="50"/>
</td> </td>
<td> <td>
<input type="submit" name="addAdministrator" value="Add"/> <input type="submit" name="addAdministrator" value="<fmt:message key="global.add" />"/>
</td> </td>
</tr> </tr>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment