Merge branch 'issue_542' into next
This commit is contained in:
commit
1cb08e90ae
|
@ -5,7 +5,7 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: HTML Tidy poconvert.rb\n"
|
"X-Generator: HTML Tidy poconvert.rb\n"
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"POT-Creation-Date: 2017-09-28 13:24:51\n"
|
"POT-Creation-Date: 2017-09-29 10:42:01\n"
|
||||||
"Last-Translator: jderry\n"
|
"Last-Translator: jderry\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
|
||||||
|
@ -2480,7 +2480,7 @@ msgid "unknown option: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgctxt "SUSPECTED_MISSING_QUOTE"
|
msgctxt "SUSPECTED_MISSING_QUOTE"
|
||||||
msgid "missing quote mark for attribute value"
|
msgid "suspected missing quote mark for attribute value"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, c-format
|
#, c-format
|
||||||
|
|
|
@ -1928,7 +1928,7 @@ static languageDefinition language_en = { whichPluralForm_en, {
|
||||||
{ SPACE_PRECEDING_XMLDECL, 0, "removing whitespace preceding XML Declaration" },
|
{ SPACE_PRECEDING_XMLDECL, 0, "removing whitespace preceding XML Declaration" },
|
||||||
{ STRING_MISSING_MALFORMED, 0, "missing or malformed argument for option: %s" },
|
{ STRING_MISSING_MALFORMED, 0, "missing or malformed argument for option: %s" },
|
||||||
{ STRING_UNKNOWN_OPTION, 0, "unknown option: %s" },
|
{ STRING_UNKNOWN_OPTION, 0, "unknown option: %s" },
|
||||||
{ SUSPECTED_MISSING_QUOTE, 0, "missing quote mark for attribute value" },
|
{ SUSPECTED_MISSING_QUOTE, 0, "suspected missing quote mark for attribute value" },
|
||||||
{ TAG_NOT_ALLOWED_IN, 0, "%s isn't allowed in <%s> elements" },
|
{ TAG_NOT_ALLOWED_IN, 0, "%s isn't allowed in <%s> elements" },
|
||||||
{ TOO_MANY_ELEMENTS_IN, 0, "too many %s elements in <%s>" },
|
{ TOO_MANY_ELEMENTS_IN, 0, "too many %s elements in <%s>" },
|
||||||
{ TOO_MANY_ELEMENTS, 0, "too many %s elements" },
|
{ TOO_MANY_ELEMENTS, 0, "too many %s elements" },
|
||||||
|
|
|
@ -338,7 +338,7 @@ static struct _dispatchTable {
|
||||||
{ STRING_MISSING_MALFORMED, TidyConfig, formatStandard },
|
{ STRING_MISSING_MALFORMED, TidyConfig, formatStandard },
|
||||||
{ STRING_NO_SYSID, TidyInfo, formatStandard }, /* reportMarkupVersion() */
|
{ STRING_NO_SYSID, TidyInfo, formatStandard }, /* reportMarkupVersion() */
|
||||||
{ STRING_UNKNOWN_OPTION, TidyConfig, formatStandard },
|
{ STRING_UNKNOWN_OPTION, TidyConfig, formatStandard },
|
||||||
{ SUSPECTED_MISSING_QUOTE, TidyError, formatStandard },
|
{ SUSPECTED_MISSING_QUOTE, TidyWarning, formatStandard },
|
||||||
{ TAG_NOT_ALLOWED_IN, TidyWarning, formatStandard, PREVIOUS_LOCATION },
|
{ TAG_NOT_ALLOWED_IN, TidyWarning, formatStandard, PREVIOUS_LOCATION },
|
||||||
{ TOO_MANY_ELEMENTS_IN, TidyWarning, formatStandard, PREVIOUS_LOCATION },
|
{ TOO_MANY_ELEMENTS_IN, TidyWarning, formatStandard, PREVIOUS_LOCATION },
|
||||||
{ TOO_MANY_ELEMENTS, TidyWarning, formatStandard },
|
{ TOO_MANY_ELEMENTS, TidyWarning, formatStandard },
|
||||||
|
|
Loading…
Reference in a new issue