diff --git a/src/language_en.h b/src/language_en.h index cc9f9ca..addc451 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -612,9 +612,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "of the utf* encodings, or raw, then the " "declaration is always added as required by the XML standard. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.*/ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyXmlSpace, 0, "This option specifies if Tidy should add " "xml:space=\"preserve\" to elements such as " @@ -624,9 +629,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "This is needed if the whitespace in such elements is to " "be parsed appropriately without having access to the DTD. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyAltText, 0, "This option specifies the default alt= text Tidy uses for " "<img> attributes when the alt= attribute " @@ -635,9 +645,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "Use with care, as it is your responsibility to make your documents accessible " "to people who cannot see the images. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyXmlPIs, 0, "This option specifies if Tidy should change the parsing of processing " "instructions to require ?> as the terminator rather than " @@ -645,25 +660,40 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "This option is automatically set if the input is in XML. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyMakeBare, 0, "This option specifies if Tidy should strip Microsoft specific HTML " "from Word 2000 documents, and output spaces rather than non-breaking " "spaces where they exist in the input. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyCSSPrefix, 0, "This option specifies the prefix that Tidy uses for styles rules. " "
" "By default, c will be used. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyMakeClean, 0, "This option specifies if Tidy should perform cleaning of some legacy " "presentational tags (currently <i>, " @@ -672,16 +702,26 @@ static languageDefinition language_en = { whichPluralForm_en, { "yes then legacy tags will be replaced with CSS " "<style> tags and structural markup as appropriate. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyGDocClean, 0, "This option specifies if Tidy should enable specific behavior for " "cleaning up HTML exported from Google Docs. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyDoctype, 0, "This option specifies the DOCTYPE declaration generated by Tidy. " "
" @@ -716,21 +756,36 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "This option does not offer a validation of document conformance. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyDropEmptyElems, 0, "This option specifies if Tidy should discard empty elements. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyDropEmptyParas, 0, "This option specifies if Tidy should discard empty paragraphs. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyDropFontTags, 0, "Deprecated; do not use. This option is destructive to " "<font> tags, and it will be removed from future " @@ -747,26 +802,41 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "See clean for more information. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyDropPropAttrs, 0, "This option specifies if Tidy should strip out proprietary attributes, " "such as Microsoft data binding attributes. Additionally attributes " "that aren't permitted in the output version of HTML will be dropped " "if used with strict-tags-attributes. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyEncloseBlockText, 0, "This option specifies if Tidy should insert a <p> " "element to enclose any text it finds in any element that allows mixed " "content for HTML transitional but not HTML strict. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyEncloseBodyText, 0, "This option specifies if Tidy should enclose any text it finds in the " "body element within a <p> element." @@ -774,16 +844,26 @@ static languageDefinition language_en = { whichPluralForm_en, { "This is useful when you want to take existing HTML and use it with a " "style sheet. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyEscapeCdata, 0, "This option specifies if Tidy should convert " "<![CDATA[]]> sections to normal text. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyFixComments, 0, "This option specifies if Tidy should replace unexpected hyphens with " "= characters when it comes across adjacent hyphens. " @@ -793,23 +873,38 @@ static languageDefinition language_en = { whichPluralForm_en, { "This option is provided for users of Cold Fusion which uses the " "comment syntax: <!--- --->. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyFixUri, 0, "This option specifies if Tidy should check attribute values that carry " "URIs for illegal characters and if such are found, escape them as HTML4 " "recommends. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyHideComments, 0, "This option specifies if Tidy should print out comments. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyCoerceEndTags, 0, "This option specifies if Tidy should coerce a start tag into an end tag " "in cases where it looks like an end tag was probably intended; " @@ -821,9 +916,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "<span>foo <b>bar</b> baz</span> " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyOmitOptionalTags, 0, "This option specifies if Tidy should omit optional start tags and end tags " "when generating output. " @@ -838,44 +938,74 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "This option is ignored for XML output. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyHideEndTags, 0, "This option is an alias for omit-optional-tags. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyIndentCdata, 0, "This option specifies if Tidy should indent " "<![CDATA[]]> sections. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyXmlTags, 0, "This option specifies if Tidy should use the XML parser rather than the " "error correcting HTML parser. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyJoinClasses, 0, "This option specifies if Tidy should combine class names to generate " "a single, new class name if multiple class assignments are detected on " "an element. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyJoinStyles, 0, "This option specifies if Tidy should combine styles to generate a single, " "new style if multiple style values are detected on an element. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyLogicalEmphasis, 0, "This option specifies if Tidy should replace any occurrence of " "<i> with <em> and any occurrence of " @@ -884,18 +1014,28 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "This option can be set independently of the clean option. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyLowerLiterals, 0, "This option specifies if Tidy should convert the value of an attribute " "that takes a list of predefined values to lower case. " "
" "This is required for XHTML documents. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyMergeEmphasis, 0, "This option specifies if Tidy should merge nested <b> " "and <i> elements; for example, for the case " @@ -904,9 +1044,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "Tidy will output <b class=\"rtop-2\">foo bar baz</b>. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyMergeDivs, 0, "This option can be used to modify the behavior of clean when " "set to yes." @@ -923,9 +1068,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "<div> are discarded with the exception of " "class and style. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyMergeSpans, 0, "This option can be used to modify the behavior of clean when " "set to yes." @@ -936,16 +1086,26 @@ static languageDefinition language_en = { whichPluralForm_en, { "The algorithm is identical to the one used by merge-divs. " }, #if SUPPORT_ASIAN_ENCODINGS - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyNCR, 0, "This option specifies if Tidy should allow numeric character references. " }, #endif - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyBlockTags, 0, "This option specifies new block-level tags. This option takes a space or " "comma separated list of tag names. " @@ -959,9 +1119,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "This option is ignored in XML mode. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyEmptyTags, 0, "This option specifies new empty inline tags. This option takes a space " "or comma separated list of tag names. " @@ -973,9 +1138,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "This option is ignored in XML mode. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyInlineTags, 0, "This option specifies new non-empty inline tags. This option takes a " "space or comma separated list of tag names. " @@ -985,9 +1155,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "This option is ignored in XML mode. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyPreTags, 0, "This option specifies new tags that are to be processed in exactly the " "same way as HTML's <pre> element. This option takes a " @@ -1000,9 +1175,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "This option is ignored in XML mode. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyNumEntities, 0, "This option specifies if Tidy should output entities other than the " "built-in HTML entities (&amp;, &lt;, " @@ -1014,16 +1194,26 @@ static languageDefinition language_en = { whichPluralForm_en, { "Entities that can be represented in the output encoding are translated " "correspondingly. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyHtmlOut, 0, "This option specifies if Tidy should generate pretty printed output, " "writing it as HTML. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyXhtmlOut, 0, "This option specifies if Tidy should generate pretty printed output, " "writing it as extensible HTML. " @@ -1038,9 +1228,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "The original case of tags and attributes will be preserved, regardless of " "other options. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyXmlOut, 0, "This option specifies if Tidy should pretty print output, writing it as " "well-formed XML. " @@ -1051,16 +1246,26 @@ static languageDefinition language_en = { whichPluralForm_en, { "The original case of tags and attributes will be preserved, regardless of " "other options. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyQuoteAmpersand, 0, "This option specifies if Tidy should output unadorned & " "characters as &amp;. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyQuoteMarks, 0, "This option specifies if Tidy should output " characters " "as &quot; as is preferred by some editing environments. " @@ -1069,39 +1274,64 @@ static languageDefinition language_en = { whichPluralForm_en, { "&#39; since many web browsers don't yet support " "&apos;. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyQuoteNbsp, 0, "This option specifies if Tidy should output non-breaking space characters " "as entities, rather than as the Unicode character value 160 (decimal). " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyDuplicateAttrs, 0, "This option specifies if Tidy should keep the first or last attribute, if " "an attribute is repeated, e.g. has two align attributes. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidySortAttributes, 0, "This option specifies that Tidy should sort attributes within an element " "using the specified sort algorithm. If set to alpha, the " "algorithm is an ascending alphabetic sort. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyReplaceColor, 0, "This option specifies if Tidy should replace numeric values in color " "attributes with HTML/XHTML color names where defined, e.g. replace " "#ffffff with white. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyBodyOnly, 0, "This option specifies if Tidy should print only the contents of the " "body tag as an HTML fragment. " @@ -1114,9 +1344,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "This option has no effect if XML output is requested. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyUpperCaseAttrs, 0, "This option specifies if Tidy should output attribute names in upper " "case. " @@ -1124,18 +1359,28 @@ static languageDefinition language_en = { whichPluralForm_en, { "The default is no, which results in lower case attribute " "names, except for XML input, where the original case is preserved. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyUpperCaseTags, 0, "This option specifies if Tidy should output tag names in upper case. " "
" "The default is no which results in lower case tag names, " "except for XML input where the original case is preserved. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyWord2000, 0, "This option specifies if Tidy should go to great pains to strip out all " "the surplus stuff Microsoft Word 2000 inserts when you save Word " @@ -1143,9 +1388,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "You should consider using Word's \"Save As: Web Page, Filtered\". " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyAccessibilityCheckLevel, 0, "This option specifies what level of accessibility checking, if any, " "that Tidy should perform. " @@ -1156,36 +1406,61 @@ static languageDefinition language_en = { whichPluralForm_en, { "For more information on Tidy's accessibility checking, visit " " Tidy's Accessibility Page. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyShowErrors, 0, "This option specifies the number Tidy uses to determine if further errors " "should be shown. If set to 0, then no errors are shown. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyShowInfo, 0, "This option specifies if Tidy should display info-level messages. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyShowWarnings, 0, "This option specifies if Tidy should suppress warnings. This can be " "useful when a few errors are hidden in a flurry of warnings. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyBreakBeforeBR, 0, "This option specifies if Tidy should output a line break before each " "<br> element. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyIndentContent, 0, "This option specifies if Tidy should indent block-level tags. " "
" @@ -1202,15 +1477,25 @@ static languageDefinition language_en = { whichPluralForm_en, { "or tabs output per level of indent, and indent-with-tabs to " "specify whether spaces or tabs are used. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyIndentAttributes, 0, "This option specifies if Tidy should begin each attribute on a new line. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyIndentSpaces, 0, "This option specifies the number of spaces or tabs that Tidy uses to " "indent content when indent is enabled. " @@ -1218,9 +1503,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "Note that the default value for this option is dependent upon the value of " "indent-with-tabs (see also). " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyLiteralAttribs, 0, "This option specifies how Tidy deals with whitespace characters within " "attribute values. " @@ -1233,40 +1523,65 @@ static languageDefinition language_en = { whichPluralForm_en, { "and ensure that whitespace within attribute values is passed " "through unchanged, set this option to yes. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyShowMarkup, 0, "This option specifies if Tidy should generate a pretty printed version " "of the markup. Note that Tidy won't generate a pretty printed version if " "it finds significant errors (see force-output). " }, #if SUPPORT_ASIAN_ENCODINGS - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyPunctWrap, 0, "This option specifies if Tidy should line wrap after some Unicode or " "Chinese punctuation characters. " }, #endif - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyBurstSlides, 0, "This option has no function and is deprecated. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyTabSize, 0, "This option specifies the number of columns that Tidy uses between " "successive tab stops. It is used to map tabs to spaces when reading the " "input. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyVertSpace, 0, "This option specifies if Tidy should add some extra empty lines for " "readability. " @@ -1276,9 +1591,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "If set to auto Tidy will eliminate nearly all newline " "characters." }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyWrapLen, 0, "This option specifies the right margin Tidy uses for line wrapping. " "
" @@ -1287,16 +1607,26 @@ static languageDefinition language_en = { whichPluralForm_en, { "Set wrap to 0(zero) if you want to disable line " "wrapping. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyWrapAsp, 0, "This option specifies if Tidy should line wrap text contained within ASP " "pseudo elements, which look like: <% ... %>. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyWrapAttVals, 0, "This option specifies if Tidy should line-wrap attribute values, meaning " "that if the value of an attribute causes a line to exceed the width " @@ -1313,23 +1643,38 @@ static languageDefinition language_en = { whichPluralForm_en, { "through unchanged, set literal-attributes to " "yes. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyWrapJste, 0, "This option specifies if Tidy should line wrap text contained within " "JSTE pseudo elements, which look like: <# ... #>. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyWrapPhp, 0, "This option specifies if Tidy should line wrap text contained within PHP " "pseudo elements, which look like: <?php ... ?>. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyWrapScriptlets, 0, "This option specifies if Tidy should line wrap string literals that " "appear in script attributes. " @@ -1337,16 +1682,26 @@ static languageDefinition language_en = { whichPluralForm_en, { "Tidy wraps long script string literals by inserting a backslash character " "before the line break. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyWrapSection, 0, "This option specifies if Tidy should line wrap text contained within " "<![ ... ]> section tags. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyAsciiChars, 0, "Can be used to modify behavior of the clean option when set " "to yes. " @@ -1355,9 +1710,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "&emdash;, &rdquo;, and other named " "character entities are downgraded to their closest ASCII equivalents. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyCharEncoding, 0, "This option specifies the character encoding Tidy uses for both the input " "and output. " @@ -1383,26 +1743,41 @@ static languageDefinition language_en = { whichPluralForm_en, { "For unsupported encodings, use an external utility to convert to and from " "UTF-8. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyInCharEncoding, 0, "This option specifies the character encoding Tidy uses for the input. See " "char-encoding for more info. " }, #if SUPPORT_ASIAN_ENCODINGS - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyLanguage, 0, "Currently not used, but this option specifies the language Tidy would use " "if it were properly localized. For example: en. " }, #endif #if SUPPORT_UTF16_ENCODINGS - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyOutputBOM, 0, "This option specifies if Tidy should write a Unicode Byte Order Mark " "character (BOM; also known as Zero Width No-Break Space; has value of " @@ -1416,9 +1791,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "encodings. " }, #endif - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyOutCharEncoding, 0, "This option specifies the character encoding Tidy uses for the output. " "
" @@ -1429,32 +1809,52 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "See char-encoding for more information" }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyNewline, 0, "The default is appropriate to the current platform. " "
" "Genrally CRLF on PC-DOS, Windows and OS/2; CR on Classic Mac OS; and LF " "everywhere else (Linux, Mac OS X, and Unix). " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyErrFile, 0, "This option specifies the error file Tidy uses for errors and warnings. " "Normally errors and warnings are output to stderr. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyFixBackslash, 0, "This option specifies if Tidy should replace backslash characters " "\\ in URLs with forward slashes /. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyForceOutput, 0, "This option specifies if Tidy should produce output even if errors are " "encountered. " @@ -1463,22 +1863,37 @@ static languageDefinition language_en = { whichPluralForm_en, { "means Tidy was not able to (or is not sure how to) fix the error, so the " "resulting output may not reflect your intention. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyEmacs, 0, "This option specifies if Tidy should change the format for reporting " "errors and warnings to a format that is more easily parsed by GNU Emacs. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyEmacsFile, 0, "Used internally. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyKeepFileTimes, 0, "This option specifies if Tidy should keep the original modification time " "of files that Tidy modifies in place. " @@ -1490,38 +1905,63 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "Note this feature is not supported on some platforms. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyOutFile, 0, "This option specifies the output file Tidy uses for markup. Normally " "markup is written to stdout. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyQuiet, 0, "This option specifies if Tidy should output the summary of the numbers " "of errors and warnings, or the welcome or informational messages. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidySlideStyle, 0, "This option has no function and is deprecated. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyMark, 0, "This option specifies if Tidy should add a meta element to " "the document head to indicate that the document has been tidied. " "
" "Tidy won't add a meta element if one is already present. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyWriteBack, 0, "This option specifies if Tidy should write back the tidied markup to the " "same file it read from. " @@ -1529,24 +1969,39 @@ static languageDefinition language_en = { whichPluralForm_en, { "You are advised to keep copies of important files before tidying them, as " "on rare occasions the result may not be what you expect. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyDecorateInferredUL, 0, "This option specifies if Tidy should decorate inferred " "<ul> elements with some CSS markup to avoid indentation " "to the right. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyPreserveEntities, 0, "This option specifies if Tidy should preserve well-formed entities " "as found in the input. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyAnchorAsName, 0, "This option controls the deletion or addition of the name " "attribute in elements where it can serve as anchor. " @@ -1558,9 +2013,14 @@ static languageDefinition language_en = { whichPluralForm_en, { "If set to no any existing name attribute is removed if an " "id attribute exists or has been added. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyPPrintTabs, 0, "This option specifies if Tidy should indent with tabs instead of spaces, " "assuming indent is yes. " @@ -1576,16 +2036,26 @@ static languageDefinition language_en = { whichPluralForm_en, { "Note tab-size controls converting input tabs to spaces. Set " "it to zero to retain input tabs. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidySkipNested, 0, "This option specifies that Tidy should skip nested tags when parsing " "script and style data. " }, - {/* Please use _only_ , , , and
. - It's very important that
be self-closing in this manner! - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ + {/* Important notes for translators: + - Use only , , , , and +
. + - Entities, tags, attributes, etc., should be enclosed in . + - Option values should be enclosed in . + - It's very important that
be self-closing! + - The strings "Tidy" and "HTML Tidy" are the program name and must not + be translated. */ TidyStrictTagsAttr, 0, "This options ensures that tags and attributes are applicable for the " "version of HTML that Tidy outputs. When set to yes (the "