diff options
author | ot <ot@localhost> | 2008-05-05 03:29:30 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-05-05 03:29:30 +0000 |
commit | 4b1ce67855fc2e26f983e8a58e5c7ef6329abb12 (patch) | |
tree | 240e2de6a503c3c2986766ef383ed88ff25a829c | |
parent | 90e69279b67b353c3646c14bdd4138cdff535722 (diff) | |
download | markup-validator-4b1ce67855fc2e26f983e8a58e5c7ef6329abb12.zip markup-validator-4b1ce67855fc2e26f983e8a58e5c7ef6329abb12.tar.gz markup-validator-4b1ce67855fc2e26f983e8a58e5c7ef6329abb12.tar.bz2 |
transitioning out of "valid" towards "checked"
-rw-r--r-- | share/templates/en_US/table.tmpl | 12 | ||||
-rw-r--r-- | share/templates/en_US/valid.tmpl | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/share/templates/en_US/table.tmpl b/share/templates/en_US/table.tmpl index 1b99a08..258f128 100644 --- a/share/templates/en_US/table.tmpl +++ b/share/templates/en_US/table.tmpl @@ -1,16 +1,16 @@ <TMPL_IF NAME="VALID"> <TMPL_IF NAME="is_tentative"> - <h2 class="tentative_valid">This Page Is <em>Tentatively</em> Valid + <h2 class="tentative_valid">This document was <em>Tentatively</em> checked as <TMPL_VAR NAME="file_version" ESCAPE="HTML"></h2> <TMPL_ELSE> - <h2 class="valid">This Page Is <TMPL_IF NAME="xmlwf_only">well-formed<TMPL_ELSE>Valid</TMPL_IF> + <h2 class="valid">This document was successfully checked as <TMPL_IF NAME="xmlwf_only">well-formed</TMPL_IF> <TMPL_VAR NAME="file_version" ESCAPE="HTML">!</h2> </TMPL_IF> <TMPL_ELSE> <TMPL_IF NAME="fatal_error"> <h2 id="results" class="invalid">Sorry! This document can not be checked.</h2> <TMPL_ELSE> - <h2 id="results" class="invalid">This page is <strong>not</strong> Valid <TMPL_VAR NAME="file_version" ESCAPE="HTML">!</h2> + <h2 id="results" class="invalid">Error<TMPL_IF NAME="number_of_errors_is_plural">s</TMPL_IF> found while checking this document as <TMPL_VAR NAME="file_version" ESCAPE="HTML">!</h2> </TMPL_IF> </TMPL_IF> @@ -31,13 +31,13 @@ <TMPL_IF NAME="VALID"> <td colspan="2" class="valid"> <TMPL_IF NAME="is_tentative"> - Tentatively passed validation<TMPL_IF Name="valid_warnings_num">, <strong class="has_warnings"><TMPL_VAR NAME="valid_warnings_num"> warning(s)</strong></TMPL_IF> + Tentatively passed<TMPL_IF Name="valid_warnings_num">, <strong class="has_warnings"><TMPL_VAR NAME="valid_warnings_num"> warning(s)</strong></TMPL_IF> <TMPL_ELSE> - Passed validation<TMPL_IF Name="valid_warnings_num">, <strong class="has_warnings"><TMPL_VAR NAME="valid_warnings_num"> warning(s)</strong></TMPL_IF> + Passed<TMPL_IF Name="valid_warnings_num">, <strong class="has_warnings"><TMPL_VAR NAME="valid_warnings_num"> warning(s)</strong></TMPL_IF> </TMPL_IF> <TMPL_ELSE> <td colspan="2" class="invalid"> - Failed validation<TMPL_IF NAME="number_of_errors_is_1">, 1 Error</TMPL_IF><TMPL_IF NAME="number_of_errors_is_plural">, <TMPL_VAR NAME="valid_errors_num" ESCAPE="HTML"> Errors</TMPL_IF> + <TMPL_IF NAME="number_of_errors_is_1">1 Error</TMPL_IF><TMPL_IF NAME="number_of_errors_is_plural"><TMPL_VAR NAME="valid_errors_num" ESCAPE="HTML"> Errors</TMPL_IF><TMPL_IF Name="valid_warnings_num">, <TMPL_VAR NAME="valid_warnings_num"> warning(s)</TMPL_IF> <!-- this case where validation fails but no error is listed should never happen --> </TMPL_IF> </td> diff --git a/share/templates/en_US/valid.tmpl b/share/templates/en_US/valid.tmpl index 3808e7e..969dbdd 100644 --- a/share/templates/en_US/valid.tmpl +++ b/share/templates/en_US/valid.tmpl @@ -8,7 +8,7 @@ <h3 id="warning_loop">Validation Output<TMPL_IF NAME="number_of_warnings_is_1">: 1 Warning</TMPL_IF><TMPL_IF NAME="number_of_warnings_is_plural">: <TMPL_VAR NAME="valid_warnings_num" ESCAPE="HTML"> Warnings</TMPL_IF> </h3> <p> - Below is a list of the warning message(s) produced when validating your document. + Below is a list of the warning message(s) produced when checking your document. </p> <TMPL_IF NAME="opt_group_errors"> <TMPL_INCLUDE NAME="error_loop_grouped.tmpl"> @@ -30,7 +30,7 @@ </TMPL_IF> </TMPL_IF> <TMPL_IF NAME="is_tentative"> - was checked and found to be <em>tentatively</em> valid <TMPL_VAR NAME="file_version" ESCAPE="HTML">. + was <em>tentatively</em> checked as <TMPL_VAR NAME="file_version" ESCAPE="HTML">. This means that with the use of some fallback or override mechanism, we successfully performed a formal validation using an SGML or XML Parser. In other words, the document would validate as @@ -38,8 +38,8 @@ to match the changes we have performed automatically, but <strong>it will not be valid until you make these changes</strong>. <TMPL_ELSE> - was checked and found to be - <TMPL_IF NAME="xmlwf_only">well-formed<TMPL_ELSE>valid</TMPL_IF> + was successfully checked as + <TMPL_IF NAME="xmlwf_only">well-formed</TMPL_IF> <TMPL_VAR NAME="file_version" ESCAPE="HTML">. <TMPL_IF NAME="xmlwf_only">This means that we were not able to determine the exact document type, but that the document passed the XML well-formedness @@ -110,13 +110,13 @@ If you use <a href="http://www.w3.org/Style/CSS/">CSS</a> in your document, you can <TMPL_IF NAME="is_upload"> - check it for validity + check it <TMPL_ELSE> <TMPL_IF NAME="is_direct_input"> <TMPL_ELSE> <a title="Validate CSS at the W3C CSS Validator" href="http://jigsaw.w3.org/css-validator/validator?uri=<TMPL_VAR NAME="file_uri_param">">check - it for validity</a> + it</a> </TMPL_IF> </TMPL_IF> using the W3C |