2002/css-validator/org/w3c/css/util Messages.properties.en,1.52,1.53

Update of /sources/public/2002/css-validator/org/w3c/css/util
In directory hutz:/tmp/cvs-serv9707

Modified Files:
	Messages.properties.en 
Log Message:
new errors fur numeric checks

Index: Messages.properties.en
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.en,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Messages.properties.en	3 Oct 2012 12:02:18 -0000	1.52
+++ Messages.properties.en	3 Oct 2012 15:08:20 -0000	1.53
@@ -273,6 +273,12 @@
 #used by org.w3c.css.properties.CssColumnCount
 error.strictly-positive: %s is not valid, only values greater than 0 allowed.
 
+error.lowerequal: %s is not valid, only values lower than or equal to %s are allowed.
+error.lower: %s is not valid, only values strictly lower than %s are allowed.
+
+error.greaterequal: %s is not valid, only values greater than or equal to %s are allowed.
+error.greater: %s is not valid, only values strictly greater than %s are allowed.
+
 # used by org.w3c.css.parser.CssPropertyFactory
 error.noexistence-at-all: Property %s doesn't exist
 error.noexistence-media: Feature %s doesn't exist for media %s

Received on Wednesday, 3 October 2012 15:08:30 UTC