Author: tam_nguyen
Date: 2009-11-06 05:25:26 -0500 (Fri, 06 Nov 2009)
New Revision: 515
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ru.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_uk.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_vi.properties
portal/trunk/web/portal/src/main/webapp/login/jsp/login.jsp
Log:
GTNPORTAL-9 Login page isn't fully internationalized
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties 2009-11-06
09:31:19 UTC (rev 514)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties 2009-11-06
10:25:26 UTC (rev 515)
@@ -248,6 +248,8 @@
UILoginForm.label.Signup=Signup
UILoginForm.label.Signin=Sign in
UILoginForm.label.ForAccount=Register now for an account
+UILoginForm.label.SigninFail=Sign in failed. Wrong username or password.
+UILoginForm.label.Copyright=Copyright © 2009. All rights Reserved, eXo Platform
SAS and Red Hat, Inc.
#############################################################################
# Message Error #
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties 2009-11-06
09:31:19 UTC (rev 514)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties 2009-11-06
10:25:26 UTC (rev 515)
@@ -234,6 +234,8 @@
UILoginForm.label.Signin=Connexion
UILoginForm.label.Signup=Enregistrement
UILoginForm.label.ForAccount=Créer un compte
+UILoginForm.label.SigninFail=Sign in failed. Wrong username or password.
+UILoginForm.label.Copyright=Copyright © 2009. All rights Reserved, eXo Platform
SAS and Red Hat, Inc.
#############################################################################
# Message Error #
@@ -1333,4 +1335,4 @@
UIAddGroupNavigation.Action.Add=Add Navigation
UIAddGroupNavigation.Label.NoPermission=This user doesn't have permisson to add
navigation
-UIAddGroupNavigation.header.Group=Group
\ No newline at end of file
+UIAddGroupNavigation.header.Group=Group
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ru.properties
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ru.properties 2009-11-06
09:31:19 UTC (rev 514)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ru.properties 2009-11-06
10:25:26 UTC (rev 515)
@@ -229,6 +229,8 @@
UILoginForm.label.Signup=Регистрация
UILoginForm.label.Signin=Вход
UILoginForm.label.ForAccount=Зарегистрировать учётную запись
+UILoginForm.label.SigninFail=Sign in failed. Wrong username or password.
+UILoginForm.label.Copyright=Copyright © 2009. All rights Reserved, eXo Platform
SAS and Red Hat, Inc.
#############################################################################
# Message Error #
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_uk.properties
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_uk.properties 2009-11-06
09:31:19 UTC (rev 514)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_uk.properties 2009-11-06
10:25:26 UTC (rev 515)
@@ -229,6 +229,8 @@
UILoginForm.label.Signup=Підписатися
UILoginForm.label.Signin=Вхід
UILoginForm.label.ForAccount=Зареєструвати новий обліковий запис
+UILoginForm.label.SigninFail=Sign in failed. Wrong username or password.
+UILoginForm.label.Copyright=Copyright © 2009. All rights Reserved, eXo Platform
SAS and Red Hat, Inc.
#############################################################################
# Message Error #
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_vi.properties
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_vi.properties 2009-11-06
09:31:19 UTC (rev 514)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_vi.properties 2009-11-06
10:25:26 UTC (rev 515)
@@ -229,6 +229,8 @@
UILoginForm.label.Signup=Đăng nhập
UILoginForm.label.Signin=Đăng nhập
UILoginForm.label.ForAccount=Đăng kí tài khoản
+UILoginForm.label.SigninFail=Sign in failed. Wrong username or password.
+UILoginForm.label.Copyright=Copyright © 2009. All rights Reserved, eXo Platform
SAS and Red Hat, Inc.
#############################################################################
# Message Error #
Modified: portal/trunk/web/portal/src/main/webapp/login/jsp/login.jsp
===================================================================
--- portal/trunk/web/portal/src/main/webapp/login/jsp/login.jsp 2009-11-06 09:31:19 UTC
(rev 514)
+++ portal/trunk/web/portal/src/main/webapp/login/jsp/login.jsp 2009-11-06 10:25:26 UTC
(rev 515)
@@ -65,7 +65,7 @@
<%
if(username.length() > 0 || password.length() > 0) {
%>
- <font color="red">Sign in failed. Wrong username or
password.</font><%}%>
+ <font
color="red"><%=res.getString("UILoginForm.label.SigninFail")%></font><%}%>
<form name="loginForm" action="<%= contextPath +
"/login"%>" method="post" style="margin: 0px;">
<input type="hidden" name="uri"
value="<%=session.getAttribute("initialURI") %>"/>
<table>
@@ -106,6 +106,6 @@
</div>
</div>
</div>
- <span style="font-size: 11px; color: #3f3f3f; text-align:
center">Copyright © 2009. All rights Reserved, eXo Platform SAS and Red
Hat, Inc.</span>
+ <span style="font-size: 11px; color: #3f3f3f; text-align:
center"><%=res.getString("UILoginForm.label.Copyright")%></span>
</body>
</html>
\ No newline at end of file
Show replies by date