diff --git a/src/language_en.h b/src/language_en.h index addc451..31f6738 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -684,7 +684,7 @@ static languageDefinition language_en = { whichPluralForm_en, { TidyCSSPrefix, 0, "This option specifies the prefix that Tidy uses for styles rules. " "
" - "By default, c will be used. " + "By default, c will be used. " }, {/* Important notes for translators: - Use only , , , , and @@ -699,7 +699,7 @@ static languageDefinition language_en = { whichPluralForm_en, { "presentational tags (currently <i>, " "<b>, <center> when enclosed within " "appropriate inline tags, and <font>). If set to " - "yes then legacy tags will be replaced with CSS " + "yes then legacy tags will be replaced with CSS " "<style> tags and structural markup as appropriate. " }, {/* Important notes for translators: @@ -725,20 +725,20 @@ static languageDefinition language_en = { whichPluralForm_en, { TidyDoctype, 0, "This option specifies the DOCTYPE declaration generated by Tidy. " "
" - "If set to omit the output won't contain a DOCTYPE " + "If set to omit the output won't contain a DOCTYPE " "declaration. Note this this also implies numeric-entities is " - "set to yes." + "set to yes." "
" - "If set to html5 the DOCTYPE is set to " + "If set to html5 the DOCTYPE is set to " "<!DOCTYPE html>." "
" - "If set to auto (the default) Tidy will use an educated guess " + "If set to auto (the default) Tidy will use an educated guess " "based upon the contents of the document." "
" - "If set to strict, Tidy will set the DOCTYPE to the HTML4 or " + "If set to strict, Tidy will set the DOCTYPE to the HTML4 or " "XHTML1 strict DTD." "
" - "If set to loose, the DOCTYPE is set to the HTML4 or XHTML1 " + "If set to loose, the DOCTYPE is set to the HTML4 or XHTML1 " "loose (transitional) DTD." "
" "Alternatively, you can supply a string for the formal public identifier " @@ -868,7 +868,7 @@ static languageDefinition language_en = { whichPluralForm_en, { "This option specifies if Tidy should replace unexpected hyphens with " "= characters when it comes across adjacent hyphens. " "
" - "The default is yes. " + "The default is yes. " "
" "This option is provided for users of Cold Fusion which uses the " "comment syntax: <!--- --->. " @@ -1054,17 +1054,17 @@ static languageDefinition language_en = { whichPluralForm_en, { be translated. */ TidyMergeDivs, 0, "This option can be used to modify the behavior of clean when " - "set to yes." + "set to yes." "
" "This option specifies if Tidy should merge nested <div> " "such as <div><div>...</div></div>. " "
" - "If set to auto the attributes of the inner " + "If set to auto the attributes of the inner " "<div> are moved to the outer one. Nested " "<div> with id attributes are not " "merged. " "
" - "If set to yes the attributes of the inner " + "If set to yes the attributes of the inner " "<div> are discarded with the exception of " "class and style. " }, @@ -1078,7 +1078,7 @@ static languageDefinition language_en = { whichPluralForm_en, { be translated. */ TidyMergeSpans, 0, "This option can be used to modify the behavior of clean when " - "set to yes." + "set to yes." "
" "This option specifies if Tidy should merge nested <span> " "such as <span><span>...</span></span>. " @@ -1308,7 +1308,7 @@ static languageDefinition language_en = { whichPluralForm_en, { 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 " + "using the specified sort algorithm. If set to alpha, the " "algorithm is an ascending alphabetic sort. " }, {/* Important notes for translators: @@ -1336,7 +1336,7 @@ static languageDefinition language_en = { whichPluralForm_en, { "This option specifies if Tidy should print only the contents of the " "body tag as an HTML fragment. " "
" - "If set to auto, this is performed only if the body tag has " + "If set to auto, this is performed only if the body tag has " "been inferred. " "
" "Useful for incorporating existing whole pages as a portion of another " @@ -1356,7 +1356,7 @@ static languageDefinition language_en = { whichPluralForm_en, { "This option specifies if Tidy should output attribute names in upper " "case. " "
" - "The default is no, which results in lower case attribute " + "The default is no, which results in lower case attribute " "names, except for XML input, where the original case is preserved. " }, {/* Important notes for translators: @@ -1370,7 +1370,7 @@ static languageDefinition language_en = { whichPluralForm_en, { 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, " + "The default is no which results in lower case tag names, " "except for XML input where the original case is preserved. " }, {/* Important notes for translators: @@ -1400,7 +1400,7 @@ static languageDefinition language_en = { whichPluralForm_en, { "This option specifies what level of accessibility checking, if any, " "that Tidy should perform. " "
" - "Level 0 (Tidy Classic) is equivalent to Tidy Classic's accessibility " + "Level 0 (Tidy Classic) is equivalent to Tidy Classic's accessibility " "checking. " "
" "For more information on Tidy's accessibility checking, visit " @@ -1416,7 +1416,7 @@ static languageDefinition language_en = { whichPluralForm_en, { 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. " + "should be shown. If set to 0, then no errors are shown. " }, {/* Important notes for translators: - Use only , , , , and @@ -1464,13 +1464,13 @@ static languageDefinition language_en = { whichPluralForm_en, { TidyIndentContent, 0, "This option specifies if Tidy should indent block-level tags. " "
" - "If set to auto Tidy will decide whether or not to indent the " + "If set to auto Tidy will decide whether or not to indent the " "content of tags such as <title>, " "<h1>-<h6>, <li>, " "<td>, or <p> " "based on the content including a block-level element. " "
" - "Setting indent to yes can expose layout bugs in " + "Setting indent to yes can expose layout bugs in " "some browsers. " "
" "Use the option indent-spaces to control the number of spaces " @@ -1515,13 +1515,13 @@ static languageDefinition language_en = { whichPluralForm_en, { "This option specifies how Tidy deals with whitespace characters within " "attribute values. " "
" - "If the value is no Tidy normalizes attribute values by " + "If the value is no Tidy normalizes attribute values by " "replacing any newline or tab with a single space, and further by replacing " "any contiguous whitespace with a single space. " "
" "To force Tidy to preserve the original, literal values of all attributes " "and ensure that whitespace within attribute values is passed " - "through unchanged, set this option to yes. " + "through unchanged, set this option to yes. " }, {/* Important notes for translators: - Use only , , , , and