GNOME Bugzilla – Bug 210174
Please don't include HTML in messages to be translated
Last modified: 2002-08-02 20:45:14 UTC
#: components/html-editor/template.c:83 msgid "" "<table cellspacing=0 cellpadding=1 bgcolor=\"#ccccc0" "\"@width@@align@><tr><td><table bgcolor=\"#fffff0\" cellpadding=3 " "cellspacing=0 width=\"100%\"><tr><td valign=top><img src=\"file://" #: components/html-editor/template.c:85 msgid "" "/bulb.png\" hspace=10></td><td width=\"100%\">Place your text here</td></" "tr></table></td></tr></table>" #: components/html-editor/template.c:93 msgid "" "<table bgcolor=\"#c0c0c0\" cellspacing=\"0\" @width@@align@><tr><td><table " "bgcolor=\"#f2f2f2\" cellspacing=\"0\" cellpadding=\"8\" width=\"100%" "\"><tr><td align=\"center\"><img src=\"file://" #: components/html-editor/template.c:97 msgid "" "/empty_image.png\" align=\"top\" border=\"0\"></td></tr><tr><td>Image 1:" " <font size=\"3\"><b>description</b></font size=\"3\"></td></tr></" "table></td></tr></table>" I guess the HTML tags should not be translated, so including them in the messages marked for translation makes no sense and just adds clutter to translators. Please remove the tags from the messages marked for translation.
*** This bug has been marked as a duplicate of 209958 ***