[gatein-commits] gatein SVN: r8594 - epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 14 12:16:37 EDT 2012


Author: chris.laprun at jboss.com
Date: 2012-03-14 12:16:37 -0400 (Wed, 14 Mar 2012)
New Revision: 8594

Modified:
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties
Log:
bz 801207 GTNPORTAL-2377: 
  + Only output one message of each type in CompoundApplicationMessage
  + Fixed UsernameValidator and improved IdentifierValidator and ResourceValidator to fail fast when we have an error condition in a loop
  + Fixed improper/missing localization in EN and FR properties, would need to be done for other languages as well

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties	2012-03-14 16:16:29 UTC (rev 8593)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties	2012-03-14 16:16:37 UTC (rev 8594)
@@ -228,9 +228,15 @@
   #{0}=input field name
   
 NameValidator.msg.Invalid-char=Only alpha, digit, dot, dash and underscore characters are allowed for the field "{0}".
-FirstCharacterNameValidator.msg=The "{0}" field must start with a character.
+FirstCharacterNameValidator.msg=The "{0}" field must start with a letter.
 FirstAndSpecialCharacterNameValidator.msg=The "{0}" field must start with a character and must not contain special characters."
 
+# Username validator
+LastCharacterUsernameValidator.msg=The field "{0}" must end with a character or digit instead of "{1}".
+ConsecutiveSymbolValidator.msg=The field "{0}" cannot contain consecutive symbols. Allowed symbols are: {1}.
+UsernameValidator.msg.Invalid-char=Only alpha lower, digit, dot and underscore lowercase characters are allowed for the field "{0}".
+FirstCharacterUsernameValidator.msg=The "{0}" field must start with a lowercase letter.
+
   #############################################################################
   #                                 Message Info                              #
   #############################################################################

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties	2012-03-14 16:16:29 UTC (rev 8593)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties	2012-03-14 16:16:37 UTC (rev 8594)
@@ -1,4 +1,3 @@
-
   ###################################################################
   #      WARNING THIS FILE MUST BE ENCODED IN UTF-8 FORMAT          #
   ###################################################################
@@ -203,6 +202,12 @@
 NameValidator.msg.Invalid-char=Seuls les caractères "a..z", "A..Z","0..9", ".", "-" et "_" sont autorisés dans le champ "{0}".
 FirstCharacterNameValidator.msg=Le champ "{0}" doit commencer par une lettre.
 
+# Username validator
+ConsecutiveSymbolValidator.msg=Le champ "{0}" ne peut pas contenir des symboles consécutifs. Les symboles autorisés sont: {1}.
+UsernameValidator.msg.Invalid-char=Seuls les caractères "a..z", "0..9", "." et "_" sont autorisés dans le champ "{0}".
+FirstCharacterUsernameValidator.msg=Le champ "{0}" doit commencer par une lettre minuscule.
+LastCharacterUsernameValidator.msg=Le champ "{0}" doit se terminer par une lettre minuscule ou un chiffre au lieu de "{1}".
+
   #############################################################################
   #                                 Message Info                              #
   #############################################################################



More information about the gatein-commits mailing list