CVS 2002/css-validator/org/w3c/css/util

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

Modified Files:
	Messages.properties.en Messages.properties.fr 
Log Message:
new errormsgs

--- /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.en	2012/12/17 15:08:00	1.60
+++ /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.en	2013/01/04 15:28:39	1.61
@@ -1,4 +1,4 @@
-# Master localization string file: $Id: Messages.properties.en,v 1.60 2012/12/17 15:08:00 ylafon Exp $
+# Master localization string file: $Id: Messages.properties.en,v 1.61 2013/01/04 15:28:39 ylafon Exp $
 
 direction: ltr
 language_name: English
@@ -176,6 +176,7 @@
 # used for clipping negative values
 warning.negative: negative value %s will be interpreted as 0
 warning.lowerequal: value %s will be interpreted as %s
+warning.greaterequal: value %s will be interpreted as %s
 warning.noexproperty: Property %s does not exist
 
 warning.marker: The marker-offset property applies on elements with 'display: marker'
@@ -274,6 +275,7 @@
 #used by org.w3c.css.properties.CssColumnCount
 error.strictly-positive: %s is not valid, only values greater than 0 allowed.
 
+error.greaterequal: %s is not valid, only values greater than or equal to %s are 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.
 
--- /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.fr	2012/12/17 15:08:00	1.61
+++ /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.fr	2013/01/04 15:28:39	1.62
@@ -189,6 +189,7 @@
 # used for clipping negative values
 warning.negative: La valeur négative %s sera considérée comme étant 0
 warning.lowerequal: La valeur %s sera considérée comme étant %s
+warning.greaterequal: La valeur %s sera considérée comme étant %s
 
 warning.noexproperty: La propriété %s n'existe pas
 

Received on Friday, 4 January 2013 15:28:40 UTC