You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2012/02/15 17:49:42 UTC

svn commit: r1244588 - in /myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces: Messages.properties Messages_de.properties Messages_es.properties

Author: lu4242
Date: Wed Feb 15 16:49:42 2012
New Revision: 1244588

URL: http://svn.apache.org/viewvc?rev=1244588&view=rev
Log:
MYFACES-3459 RegexValidator does not provide label and pattern for first usage of RegexValidator.NOT_MATCHED

Modified:
    myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages.properties
    myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages_de.properties
    myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages_es.properties

Modified: myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages.properties
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages.properties?rev=1244588&r1=1244587&r2=1244588&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages.properties (original)
+++ myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages.properties Wed Feb 15 16:49:42 2012
@@ -94,6 +94,8 @@ javax.faces.validator.LongRangeValidator
 javax.faces.validator.LongRangeValidator.TYPE = {0}: Validation Error: Value is not of the correct type.
 
 javax.faces.validator.RegexValidator.NOT_MATCHED = {1}: Validation Error: Value not according to pattern ''{0}''
+javax.faces.validator.RegexValidator.PATTERN_NOT_SET = A pattern must be set for validate.
+javax.faces.validator.RegexValidator.MATCH_EXCEPTION = The pattern is not a valid regular expression.
 
 javax.faces.validator.BeanValidator.MESSAGE = {1}: {0}
 

Modified: myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages_de.properties
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages_de.properties?rev=1244588&r1=1244587&r2=1244588&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages_de.properties (original)
+++ myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages_de.properties Wed Feb 15 16:49:42 2012
@@ -95,7 +95,8 @@ javax.faces.validator.LongRangeValidator
 
 javax.faces.validator.RegexValidator.NOT_MATCHED=Validierungsfehler
 javax.faces.validator.RegexValidator.NOT_MATCHED_detail= {1}: Der eingegebene Wert ({0}) ist nicht korrekt.
-
+javax.faces.validator.RegexValidator.PATTERN_NOT_SET = Ein Muster muss f\u00FCr Validierung eingestellt werden.
+javax.faces.validator.RegexValidator.MATCH_EXCEPTION = Das Muster ist kein g\u00FCltiger regul\u00E4rer Ausdruck.
 
 # myfaces specific messages
 org.apache.myfaces.renderkit.html.HtmlMessagesRenderer.IN_FIELD = \ in {0}

Modified: myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages_es.properties
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages_es.properties?rev=1244588&r1=1244587&r2=1244588&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages_es.properties (original)
+++ myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages_es.properties Wed Feb 15 16:49:42 2012
@@ -110,7 +110,8 @@ javax.faces.validator.LongRangeValidator
 javax.faces.validator.LongRangeValidator.TYPE_detail = {0}: El valor no es del tipo correcto.
 
 javax.faces.validator.RegexValidator.NOT_MATCHED = {1}: Error de validación: El valor no está de acuerdo con el patrón ''{0}''
-
+javax.faces.validator.RegexValidator.PATTERN_NOT_SET = Un patrón debe ser establecido para validar.
+javax.faces.validator.RegexValidator.MATCH_EXCEPTION = El patrón no es una expresión regular válida.
 
 
 # myfaces specific messages