diff --git a/localize/translations/tidy.pot b/localize/translations/tidy.pot index 4bc256e..6d411c8 100644 --- a/localize/translations/tidy.pot +++ b/localize/translations/tidy.pot @@ -5,7 +5,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: HTML Tidy poconvert.rb\n" "Project-Id-Version: \n" -"POT-Creation-Date: 2016-01-29 10:53:58\n" +"POT-Creation-Date: 2016-02-16 11:44:15\n" "Last-Translator: jderry\n" "Language-Team: \n" @@ -455,6 +455,14 @@ msgctxt "PROPRIETARY_ATTRIBUTE" msgid "%s proprietary attribute \"%s\ msgstr "" +msgctxt "MISMATCHED_ATTRIBUTE_ERROR" +msgid "%s attribute \"%s\" not allowed for %s" +msgstr "" + +msgctxt "MISMATCHED_ATTRIBUTE_WARN" +msgid "%s attribute \"%s\" not allowed for %s" +msgstr "" + msgctxt "JOINING_ATTRIBUTE" msgid "%s joining values of repeated attribute \"%s\ msgstr "" @@ -575,14 +583,6 @@ msgctxt "REMOVED_HTML5" msgid "%s element removed from HTML5" msgstr "" -msgctxt "BAD_BODY_HTML5" -msgid "Found attribute on body that is obsolete in HTML5. Use CSS" -msgstr "" - -msgctxt "BAD_ALIGN_HTML5" -msgid "The align attribute on the %s element is obsolete. Use CSS" -msgstr "" - msgctxt "BAD_SUMMARY_HTML5" msgid "The summary attribute on the %s element is obsolete in HTML5" msgstr "" @@ -651,6 +651,14 @@ msgctxt "PROPRIETARY_ELEMENT" msgid "%s is not approved by W3C" msgstr "" +msgctxt "ELEMENT_VERS_MISMATCH_ERROR" +msgid "%s element not available in %s" +msgstr "" + +msgctxt "ELEMENT_VERS_MISMATCH_WARN" +msgid "%s element not available in %s" +msgstr "" + msgctxt "ILLEGAL_NESTING" msgid "%s shouldn't be nested" msgstr "" @@ -1418,7 +1426,9 @@ msgstr "" msgctxt "TidyDropPropAttrs" msgid "" "This option specifies if Tidy should strip out proprietary attributes, " -"such as Microsoft data binding 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. " msgstr "" #. Please use _only_ , , , and
. @@ -2394,6 +2404,23 @@ msgid "" "script and style data. " msgstr "" +#. 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. +msgctxt "TidyStrictTagsAttr" +msgid "" +"This options ensures that tags and attributes are applicable for the " +"version of HTML that Tidy outputs. When set to yes (the " +"default) and the output document type is a strict doctype, then Tidy " +"will report errors. If the output document type is a loose or " +"transitional doctype, then Tidy will report warnings. " +"
" +"Additionally if drop-proprietary-attributes is enabled, " +"then not applicable attributes will be dropped, too. " +"
" +"When set to no, these checks are not performed. " +msgstr "" + msgctxt "TC_CAT_DIAGNOSTICS" msgid "diagnostics" msgstr ""