From: <ad...@us...> - 2010-11-06 12:47:27
|
Revision: 1169 http://jtidy.svn.sourceforge.net/jtidy/?rev=1169&view=rev Author: aditsu Date: 2010-11-06 12:47:21 +0000 (Sat, 06 Nov 2010) Log Message: ----------- reverted to keep compatibility with Tidy Modified Paths: -------------- branches/CodeUpdateAndJava5/src/main/resources/org/w3c/tidy/TidyMessages.properties Modified: branches/CodeUpdateAndJava5/src/main/resources/org/w3c/tidy/TidyMessages.properties =================================================================== --- branches/CodeUpdateAndJava5/src/main/resources/org/w3c/tidy/TidyMessages.properties 2010-11-06 06:50:14 UTC (rev 1168) +++ branches/CodeUpdateAndJava5/src/main/resources/org/w3c/tidy/TidyMessages.properties 2010-11-06 12:47:21 UTC (rev 1169) @@ -82,10 +82,10 @@ nested_quotation=nested q elements, possible typo. newline_in_uri={0} discarding newline in URI reference no_si=No system identifier in emitted doctype -no_warnings=No warnings or errors were found. +no_warnings=No warnings or errors were found.\n noframes_content={0} not inside ''noframes'' element non_matching_endtag=replacing unexpected {0} by </{1}> -num_warnings={0,choice,0#0 warnings|1#1 warning|1<{0,number,integer} warnings}, {1,choice,0#0 errors|1#1 error|2#{1,number,integer} errors} were found! +num_warnings={0,choice,0#0 warnings|1#1 warning|1<{0,number,integer} warnings}, {1,choice,0#0 errors|1#1 error|2#{1,number,integer} errors} were found!\n obsolete_element=replacing obsolete element {0} by {1} previous_location=<{0}> previously mentioned proprietary_attr_value={0} proprietary attribute value "{1}" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |