2002/css-validator/org/w3c/css/util Messages.properties.de,1.39,1.40 Messages.properties.en,1.32,1.33 Messages.properties.es,1.26,1.27 Messages.properties.fr,1.37,1.38 Messages.properties.it,1.21,1.22 Messages.properties.ja,1.33,1.34 Messages.properties.ko,1.7,1.8 Messages.properties.nl,1.34,1.35 Messages.properties.pl-PL,1.18,1.19 Messages.properties.pt-BR,1.5,1.6 Messages.properties.ru,1.4,1.5 Messages.properties.sv,1.5,1.6 Messages.properties.zh-cn,1.30,1.31

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

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:
tentative patch for bug 154: http://www.w3.org/Bugs/Public/show_bug.cgi?id=154 - sending a warning for floated elements with neither intrinsic nor declared width

Index: Messages.properties.ja
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.ja,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Messages.properties.ja	21 Jan 2009 21:40:29 -0000	1.33
+++ Messages.properties.ja	3 Feb 2009 19:39:01 -0000	1.34
@@ -349,4 +349,6 @@
 warning.xsl: 値 %s は XSL にのみ適用可能です
 
 parser.unknown-dimension: 不明なディメンション
-generator.dontmixhtml: パースエラーが発生しました。スタイルシートにHTMLシンタックスが含まれています。
\ No newline at end of file
+generator.dontmixhtml: パースエラーが発生しました。スタイルシートにHTMLシンタックスが含まれています。
+
+warning.float-no-width: Floated elements without intrinsic width (i.e anything but html, img, input, textarea, select, or object) should be given a width <!-- translation unavailable -->
\ No newline at end of file

Index: Messages.properties.sv
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.sv,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Messages.properties.sv	21 Jan 2009 21:40:30 -0000	1.5
+++ Messages.properties.sv	3 Feb 2009 19:39:01 -0000	1.6
@@ -365,3 +365,5 @@
 
 parser.unknown-dimension: Okänd dimension
 generator.dontmixhtml: Parsningsfel: Formatmallar bör inte innehålla HTML-syntax.
+
+warning.float-no-width: Floated elements without intrinsic width (i.e anything but html, img, input, textarea, select, or object) should be given a width <!-- translation unavailable -->
\ No newline at end of file

Index: Messages.properties.de
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.de,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Messages.properties.de	21 Jan 2009 21:40:29 -0000	1.39
+++ Messages.properties.de	3 Feb 2009 19:39:01 -0000	1.40
@@ -356,4 +356,6 @@
 warning.xsl: der Wert %s funktioniert nur mit XSL
 error.function: Invalide Funktionsdefinition
 error.unknown: Unbekannter Fehler
-generator.dontmixhtml: Syntax Fehler. Style sheets dürfen keine HTML Syntax enthalten.
\ No newline at end of file
+generator.dontmixhtml: Syntax Fehler. Style sheets dürfen keine HTML Syntax enthalten.
+
+warning.float-no-width: Floated elements without intrinsic width (i.e anything but html, img, input, textarea, select, or object) should be given a width <!-- translation unavailable -->
\ No newline at end of file

Index: Messages.properties.ru
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.ru,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Messages.properties.ru	21 Jan 2009 21:40:30 -0000	1.4
+++ Messages.properties.ru	3 Feb 2009 19:39:01 -0000	1.5
@@ -343,4 +343,6 @@
 warning.deprecated: это значение является нежелательным
 
 generator.dontmixhtml: Ошибка парсера: в таблицах стилей не должно быть HTML разметки
-parser.unknown-dimension: Неизвестные размеры
\ No newline at end of file
+parser.unknown-dimension: Неизвестные размеры
+
+warning.float-no-width: Floated elements without intrinsic width (i.e anything but html, img, input, textarea, select, or object) should be given a width <!-- translation unavailable -->
\ No newline at end of file

Index: Messages.properties.ko
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.ko,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Messages.properties.ko	21 Jan 2009 21:40:29 -0000	1.7
+++ Messages.properties.ko	3 Feb 2009 19:39:01 -0000	1.8
@@ -337,3 +337,5 @@
 
 warning.otherprofile: 속성 %s는 이 프로파일에 존재하지 않습니다만, 다른 프로파일에 의하여 유효하다고 검증되었습니다
 warning.deprecated: 이 값은 더 이상 사용되지 않습니다
+
+warning.float-no-width: Floated elements without intrinsic width (i.e anything but html, img, input, textarea, select, or object) should be given a width <!-- translation unavailable -->
\ No newline at end of file

Index: Messages.properties.en
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.en,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Messages.properties.en	21 Jan 2009 21:40:29 -0000	1.32
+++ Messages.properties.en	3 Feb 2009 19:39:01 -0000	1.33
@@ -362,3 +362,5 @@
 
 warning.otherprofile: property %s does not exist for this profile, but is validated conforming to another profile
 warning.deprecated: this value is deprecated
+
+warning.float-no-width: Floated elements without intrinsic width (i.e anything but html, img, input, textarea, select, or object) should be given a width
\ No newline at end of file

Index: Messages.properties.nl
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.nl,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Messages.properties.nl	21 Jan 2009 21:40:29 -0000	1.34
+++ Messages.properties.nl	3 Feb 2009 19:39:01 -0000	1.35
@@ -364,3 +364,5 @@
 warning.notversion: %s kan niet gebruikt worden in deze CSS-versie: %s
 warning.pseudo: Onbekend pseudo-element of pseudo-class %s in het standaard profiel (%s)
 warning.xsl: waarde %s is alleen geldig voor XSL
+
+warning.float-no-width: Floated elements without intrinsic width (i.e anything but html, img, input, textarea, select, or object) should be given a width <!-- translation unavailable -->
\ No newline at end of file

Index: Messages.properties.pl-PL
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.pl-PL,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Messages.properties.pl-PL	21 Jan 2009 21:40:30 -0000	1.18
+++ Messages.properties.pl-PL	3 Feb 2009 19:39:01 -0000	1.19
@@ -362,3 +362,5 @@
 
 warning.otherprofile : właœciwoœć %s nie istnieje dla tego profilu, ale wykazuje zgodnoœć z innym profilem
 warning.deprecated : Wartoœć jest przestarzała
+
+warning.float-no-width: Floated elements without intrinsic width (i.e anything but html, img, input, textarea, select, or object) should be given a width <!-- translation unavailable -->
\ No newline at end of file

Index: Messages.properties.es
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.es,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Messages.properties.es	21 Jan 2009 21:40:29 -0000	1.26
+++ Messages.properties.es	3 Feb 2009 19:39:01 -0000	1.27
@@ -363,3 +363,5 @@
 error.nocomb: La combinación %s entre selectores no está permitida en este perfil o versión
 warning.nocomb: No se permite el combinador %s entre selectores en este perfil (%s)
 error.unknown: Error desconocido
+
+warning.float-no-width: Floated elements without intrinsic width (i.e anything but html, img, input, textarea, select, or object) should be given a width <!-- translation unavailable -->
\ No newline at end of file

Index: Messages.properties.fr
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.fr,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Messages.properties.fr	21 Jan 2009 21:40:29 -0000	1.37
+++ Messages.properties.fr	3 Feb 2009 19:39:01 -0000	1.38
@@ -389,3 +389,5 @@
 
 #used by org.w3c.css.parser.analyzer.CssParser
 error.nocomb: Combinator %s between selectors is not allowed in this profile or version
+
+warning.float-no-width: Floated elements without intrinsic width (i.e anything but html, img, input, textarea, select, or object) should be given a width <!-- translation unavailable -->
\ No newline at end of file

Index: Messages.properties.it
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.it,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Messages.properties.it	21 Jan 2009 21:40:29 -0000	1.21
+++ Messages.properties.it	3 Feb 2009 19:39:01 -0000	1.22
@@ -360,3 +360,5 @@
 warning.otherprofile : la proprietà %s non esiste per questo profilo, ma viene validata in conformità ad un altro profilo 
 warning.deprecated : questo valore è deprecato
 error.unknown: Errore sconosciuto
+
+warning.float-no-width: Floated elements without intrinsic width (i.e anything but html, img, input, textarea, select, or object) should be given a width <!-- translation unavailable -->
\ No newline at end of file

Index: Messages.properties.pt-BR
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.pt-BR,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Messages.properties.pt-BR	21 Jan 2009 21:40:30 -0000	1.5
+++ Messages.properties.pt-BR	3 Feb 2009 19:39:01 -0000	1.6
@@ -365,3 +365,5 @@
 warning.deprecated: este valor está em desuso
 parser.unknown-dimension: Dimensão desconhecida
 generator.dontmixhtml: Erro de parseamento. Sintaxe HTML não é permitida em folhas de estilo
+
+warning.float-no-width: Floated elements without intrinsic width (i.e anything but html, img, input, textarea, select, or object) should be given a width <!-- translation unavailable -->
\ No newline at end of file

Index: Messages.properties.zh-cn
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.zh-cn,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Messages.properties.zh-cn	21 Jan 2009 21:40:30 -0000	1.30
+++ Messages.properties.zh-cn	3 Feb 2009 19:39:01 -0000	1.31
@@ -368,3 +368,5 @@
 
 warning.otherprofile: 属性 %s 不存在于该配置中, 但在另一个配置中有效
 warning.deprecated: 该值已作废
+
+warning.float-no-width: Floated elements without intrinsic width (i.e anything but html, img, input, textarea, select, or object) should be given a width <!-- translation unavailable -->
\ No newline at end of file

Received on Tuesday, 3 February 2009 19:39:13 UTC