2002/css-validator/org/w3c/css/util Messages.properties.de,1.43,1.44 Messages.properties.en,1.36,1.37 Messages.properties.es,1.30,1.31 Messages.properties.fr,1.43,1.44 Messages.properties.it,1.25,1.26 Messages.properties.ja,1.40,1.41 Messages.properties.ko,1.12,1.13 Messages.properties.nl,1.38,1.39 Messages.properties.pl-PL,1.22,1.23 Messages.properties.pt-BR,1.9,1.10 Messages.properties.ru,1.7,1.8 Messages.properties.sv,1.9,1.10 Messages.properties.zh-cn,1.34,1.35

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

Modified Files:
	Messages.properties.de Messages.properties.en 
	Messages.properties.es Messages.properties.fr 
	Messages.properties.it Messages.properties.ja 
	Messages.properties.ko Messages.properties.nl 
	Messages.properties.pl-PL Messages.properties.pt-BR 
	Messages.properties.ru Messages.properties.sv 
	Messages.properties.zh-cn 
Log Message:
added new error msg, startet to transform parser.old_id, need to do all others beside .en and .fr

Index: Messages.properties.ja
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.ja,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Messages.properties.ja	22 Feb 2009 11:21:08 -0000	1.40
+++ Messages.properties.ja	24 Feb 2009 22:11:31 -0000	1.41
@@ -355,3 +355,4 @@
 
 parser.charsetcss1: @charset は CSS1 には存在しません。
 parser.attrcss1: 属性選択子 は CSS1 には存在しません。
+parser.invalid_id_selector: Invalid ID selector <!-- translation unavailable -->

Index: Messages.properties.sv
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.sv,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Messages.properties.sv	22 Feb 2009 11:21:08 -0000	1.9
+++ Messages.properties.sv	24 Feb 2009 22:11:32 -0000	1.10
@@ -369,3 +369,5 @@
 warning.float-no-width: In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected <!-- translation unavailable -->
 parser.charsetcss1: @charset rules can not be used in CSS1 <!-- translation unavailable -->
 parser.attrcss1: Attribute selectors are invalid in CSS1 <!-- translation unavailable -->
+parser.invalid_id_selector: Invalid ID selector <!-- translation unavailable -->
+

Index: Messages.properties.de
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.de,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Messages.properties.de	22 Feb 2009 11:21:07 -0000	1.43
+++ Messages.properties.de	24 Feb 2009 22:11:31 -0000	1.44
@@ -362,3 +362,4 @@
 
 parser.charsetcss1: @charset rules can not be used in CSS1 <!-- translation unavailable -->
 parser.attrcss1: Attribute selectors are invalid in CSS1 <!-- translation unavailable -->
+parser.invalid_id_selector: Invalid ID selector <!-- translation unavailable -->

Index: Messages.properties.ru
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.ru,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Messages.properties.ru	17 Feb 2009 16:19:50 -0000	1.7
+++ Messages.properties.ru	24 Feb 2009 22:11:31 -0000	1.8
@@ -348,3 +348,5 @@
 warning.float-no-width: In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected <!-- translation unavailable -->
 parser.charsetcss1: @charset rules can not be used in CSS1 <!-- translation unavailable -->
 parser.attrcss1: Attribute selectors are invalid in CSS1 <!-- translation unavailable -->
+parser.invalid_id_selector: Invalid ID selector <!-- translation unavailable -->
+

Index: Messages.properties.ko
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.ko,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Messages.properties.ko	22 Feb 2009 11:21:08 -0000	1.12
+++ Messages.properties.ko	24 Feb 2009 22:11:31 -0000	1.13
@@ -342,3 +342,5 @@
 
 parser.charsetcss1: @charset rules can not be used in CSS1 <!-- translation unavailable -->
 parser.attrcss1: Attribute selectors are invalid in CSS1 <!-- translation unavailable -->
+parser.invalid_id_selector: Invalid ID selector <!-- translation unavailable -->
+

Index: Messages.properties.en
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.en,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- Messages.properties.en	22 Feb 2009 11:21:08 -0000	1.36
+++ Messages.properties.en	24 Feb 2009 22:11:31 -0000	1.37
@@ -326,7 +326,7 @@
 parser.old_class: In CSS1, a class name could start with a digit (".55ft"), \
 unless it was a dimension (".55in"). In CSS2, such classes are parsed as \
 unknown dimensions (to allow for future additions of new units) \
-To make ".%s" a valid class, CSS2 requires the first digit to be escaped ".\3%s"
+To make "%s" a valid class, CSS2 requires the first digit to be escaped "%s"
 
 parser.old_id: In CSS1, an id name could start with a digit ("#55ft"), \
 unless it was a dimension ("#55in"). In CSS2, such ids are parsed as \
@@ -367,3 +367,5 @@
 
 parser.charsetcss1: @charset rules can not be used in CSS1
 parser.attrcss1: Attribute selectors are invalid in CSS1
+
+parser.invalid_id_selector: Invalid ID selector

Index: Messages.properties.nl
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.nl,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Messages.properties.nl	22 Feb 2009 11:21:08 -0000	1.38
+++ Messages.properties.nl	24 Feb 2009 22:11:31 -0000	1.39
@@ -368,3 +368,5 @@
 warning.float-no-width: In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected <!-- translation unavailable -->
 parser.charsetcss1: @charset rules can not be used in CSS1 <!-- translation unavailable -->
 parser.attrcss1: Attribute selectors are invalid in CSS1 <!-- translation unavailable -->
+parser.invalid_id_selector: Invalid ID selector <!-- translation unavailable -->
+

Index: Messages.properties.pl-PL
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.pl-PL,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Messages.properties.pl-PL	22 Feb 2009 11:21:08 -0000	1.22
+++ Messages.properties.pl-PL	24 Feb 2009 22:11:31 -0000	1.23
@@ -366,3 +366,5 @@
 warning.float-no-width: In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected <!-- translation unavailable -->
 parser.charsetcss1: @charset rules can not be used in CSS1 <!-- translation unavailable -->
 parser.attrcss1: Attribute selectors are invalid in CSS1 <!-- translation unavailable -->
+parser.invalid_id_selector: Invalid ID selector <!-- translation unavailable -->
+

Index: Messages.properties.es
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.es,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Messages.properties.es	22 Feb 2009 11:21:08 -0000	1.30
+++ Messages.properties.es	24 Feb 2009 22:11:31 -0000	1.31
@@ -367,3 +367,4 @@
 warning.float-no-width: In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected <!-- translation unavailable -->
 parser.charsetcss1: @charset rules can not be used in CSS1 <!-- translation unavailable -->
 parser.attrcss1: Attribute selectors are invalid in CSS1 <!-- translation unavailable -->
+parser.invalid_id_selector: Invalid ID selector <!-- translation unavailable -->

Index: Messages.properties.fr
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.fr,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Messages.properties.fr	22 Feb 2009 11:21:08 -0000	1.43
+++ Messages.properties.fr	24 Feb 2009 22:11:31 -0000	1.44
@@ -326,7 +326,8 @@
 parser.old_class: En CSS1, il était possible d'avoir un nom de classe \
 commençant par un chiffre (".55xx") sauf s'il s'agissait d'une dimension \
 (".55cm"). En CSS2, de tels noms sont analysés comme étant des dimensions \
-inconnues, pour permettre l'ajout de nouvelles unités).
+inconnues, pour permettre l'ajout de nouvelles unités). Pour que "%s" soit \
+un nom de classe CSS2 valide, le premier chiffre doit être échappé "%s"
 
 parser.old_id: En CSS1, il était possible d'avoir un nom d'id \
 commençant par un chiffre ("#55xx") sauf s'il s'agissait d'une dimension \
@@ -393,3 +394,4 @@
 warning.float-no-width: En (x)HTML+CSS, les éléments flottants doivent avoir leur largeur déclarée. Seul les éléments ayant une largeur intrinsève (html, img, input, textarea, select, or object) ne sont pas sujets a cette règle
 parser.charsetcss1: la règle @charset ne doit pas être utilisée en CSS1
 parser.attrcss1: les sélecteurs d'attribut ne doivent pas être utilisés en CSS1
+parser.invalid_id_selector: Sélécteur d'ID invalide

Index: Messages.properties.it
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.it,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Messages.properties.it	22 Feb 2009 11:21:08 -0000	1.25
+++ Messages.properties.it	24 Feb 2009 22:11:31 -0000	1.26
@@ -364,3 +364,5 @@
 warning.float-no-width: In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected <!-- translation unavailable -->
 parser.charsetcss1: @charset rules can not be used in CSS1 <!-- translation unavailable -->
 parser.attrcss1: Attribute selectors are invalid in CSS1 <!-- translation unavailable -->
+parser.invalid_id_selector: Invalid ID selector <!-- translation unavailable -->
+

Index: Messages.properties.pt-BR
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.pt-BR,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Messages.properties.pt-BR	22 Feb 2009 11:21:08 -0000	1.9
+++ Messages.properties.pt-BR	24 Feb 2009 22:11:31 -0000	1.10
@@ -369,3 +369,5 @@
 warning.float-no-width: In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected <!-- translation unavailable -->
 parser.charsetcss1: @charset rules can not be used in CSS1 <!-- translation unavailable -->
 parser.attrcss1: Attribute selectors are invalid in CSS1 <!-- translation unavailable -->
+parser.invalid_id_selector: Invalid ID selector <!-- translation unavailable -->
+

Index: Messages.properties.zh-cn
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.zh-cn,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Messages.properties.zh-cn	22 Feb 2009 11:21:08 -0000	1.34
+++ Messages.properties.zh-cn	24 Feb 2009 22:11:32 -0000	1.35
@@ -372,3 +372,5 @@
 warning.float-no-width: In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected <!-- translation unavailable -->
 parser.charsetcss1: @charset rules can not be used in CSS1 <!-- translation unavailable -->
 parser.attrcss1: Attribute selectors are invalid in CSS1 <!-- translation unavailable -->
+parser.invalid_id_selector: Invalid ID selector <!-- translation unavailable -->
+

Received on Tuesday, 24 February 2009 22:11:43 UTC