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 2011/10/05 22:52:01 UTC

svn commit: r1179436 - /myfaces/core/trunk/api/src/main/resources/javax/faces/Messages.properties

Author: lu4242
Date: Wed Oct  5 20:52:01 2011
New Revision: 1179436

URL: http://svn.apache.org/viewvc?rev=1179436&view=rev
Log:
MYFACES-3345 Quotes in Messages.properties (thanks to Keith Wong for provide this patch)

Modified:
    myfaces/core/trunk/api/src/main/resources/javax/faces/Messages.properties

Modified: myfaces/core/trunk/api/src/main/resources/javax/faces/Messages.properties
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/resources/javax/faces/Messages.properties?rev=1179436&r1=1179435&r2=1179436&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/resources/javax/faces/Messages.properties (original)
+++ myfaces/core/trunk/api/src/main/resources/javax/faces/Messages.properties Wed Oct  5 20:52:01 2011
@@ -29,8 +29,8 @@ javax.faces.converter.BigDecimalConverte
 javax.faces.converter.BigIntegerConverter.BIGINTEGER = {2}: ''{0}'' must be a number consisting of one or more digits.
 javax.faces.converter.BigIntegerConverter.BIGINTEGER_detail = {2}: ''{0}'' must be a number consisting of one or more digits. Example: {1}
  
-javax.faces.converter.BooleanConverter.BOOLEAN = {1}: ''{0}'' must be 'true' or 'false'.
-javax.faces.converter.BooleanConverter.BOOLEAN_detail = {1}: ''{0}'' must be 'true' or 'false'.  Any value other than 'true' will evaluate to 'false'.
+javax.faces.converter.BooleanConverter.BOOLEAN = {1}: ''{0}'' must be ''true'' or ''false''.
+javax.faces.converter.BooleanConverter.BOOLEAN_detail = {1}: ''{0}'' must be ''true'' or ''false''.  Any value other than ''true'' will evaluate to ''false''.
 
 javax.faces.converter.ByteConverter.BYTE = {2}: ''{0}'' must be a number between 0 and 255.
 javax.faces.converter.ByteConverter.BYTE_detail = {2}: ''{0}'' must be a number between 0 and 255.  Example: {1}
@@ -44,7 +44,7 @@ javax.faces.converter.DateTimeConverter.
 javax.faces.converter.DateTimeConverter.TIME_detail = {2}: ''{0}'' could not be understood as a time. Example: {1} 
 javax.faces.converter.DateTimeConverter.DATETIME = {2}: ''{0}'' could not be understood as a date and time.
 javax.faces.converter.DateTimeConverter.DATETIME_detail = {2}: ''{0}'' could not be understood as a date and time. Example: {1} 
-javax.faces.converter.DateTimeConverter.PATTERN_TYPE = {1}: A 'pattern' or 'type' attribute must be specified to convert the value ''{0}''.
+javax.faces.converter.DateTimeConverter.PATTERN_TYPE = {1}: A ''pattern'' or ''type'' attribute must be specified to convert the value ''{0}''.
 
 javax.faces.converter.DoubleConverter.DOUBLE = {2}: ''{0}'' must be a number consisting of one or more digits.
 javax.faces.converter.DoubleConverter.DOUBLE_detail = {2}: ''{0}'' must be a number between 4.9E-324 and 1.7976931348623157E308  Example: {1}
@@ -80,7 +80,7 @@ javax.faces.converter.STRING = {1}: Coul
 # validators
 javax.faces.validator.NOT_IN_RANGE = Validation Error: Specified attribute is not between the expected values of {0} and {1}.
 
-javax.faces.validator.DoubleRangeValidator.MAXIMUM = {1}: Validation Error: Value is greater than allowable maximum of "{0}"
+javax.faces.validator.DoubleRangeValidator.MAXIMUM = {1}: Validation Error: Value is greater than allowable maximum of ''{0}''
 javax.faces.validator.DoubleRangeValidator.MINIMUM = {1}: Validation Error: Value is less than allowable minimum of ''{0}''
 javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE = {2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}.
 javax.faces.validator.DoubleRangeValidator.TYPE = {0}: Validation Error: Value is not of the correct type
@@ -126,4 +126,4 @@ org.apache.myfaces.tree2.MISSING_NODE_de
 org.apache.myfaces.calendar.CONVERSION = Conversion Error
 org.apache.myfaces.calendar.CONVERSION_detail = "{0}": The given value "{1}" could not be converted to a date.
 
-org.apache.myfaces.FileUpload.SIZE_LIMIT = "{0}": The uploaded file exceeded the maximum size of {1} bytes.
\ No newline at end of file
+org.apache.myfaces.FileUpload.SIZE_LIMIT = "{0}": The uploaded file exceeded the maximum size of {1} bytes.