Regenerated PO's and POT.

This commit is contained in:
Jim Derry 2017-09-04 17:46:07 -04:00
parent 80cb74fece
commit 279dd55280
6 changed files with 282 additions and 6 deletions

View file

@ -5,7 +5,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: HTML Tidy poconvert.rb\n"
"Project-Id-Version: \n"
"PO-Revision-Date: 2017-08-31 12:54:04\n"
"PO-Revision-Date: 2017-09-04 17:43:44\n"
"Last-Translator: jderry\n"
"Language-Team: \n"
@ -1683,6 +1683,37 @@ msgid ""
"error correcting HTML parser. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
#. - Entities, tags, attributes, etc., should be enclosed in <code></code>.
#. - Option values should be enclosed in <var></var>.
#. - It's very important that <br/> be self-closing!
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not
#. be translated.
msgctxt "TidyMetaCharset"
msgid ""
"This option, when enabled, adds a <code>&lt;meta&gt;</code> element "
"and sets the <code>charset</code> attribute to the encoding of the "
"document. Set this option to <var>yes</var> to enable it. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
#. - Entities, tags, attributes, etc., should be enclosed in <code></code>.
#. - Option values should be enclosed in <var></var>.
#. - It's very important that <br/> be self-closing!
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not
#. be translated.
msgctxt "TidyShowMetaChange"
msgid ""
"This option enables a message whenever Tidy changes the "
"<code>content</code> attribute of a meta charset declaration to match "
"the encoding of the document. Set this option to <var>yes</var> to "
"enable it. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
@ -1770,6 +1801,11 @@ msgctxt "FILE_CANT_OPEN"
msgid "Can't open \"%s\"\n"
msgstr ""
#, c-format
msgctxt "FILE_CANT_OPEN_CFG"
msgid "Can't open configuration file \"%s\"\n"
msgstr ""
#, c-format
msgctxt "FILE_NOT_FILE"
msgid "\"%s\" is not a file!\n"
@ -2135,6 +2171,11 @@ msgctxt "ATTRIBUTE_IS_NOT_ALLOWED"
msgid "%s attribute \"is\" not allowed for autonomous custom tags."
msgstr ""
#, c-format
msgctxt "ATTRIBUTE_VALUE_REPLACED"
msgid "%s attribute \"%s\", incorrect value \"%s\" replaced"
msgstr ""
#, c-format
msgctxt "BACKSLASH_IN_URI"
msgid "%s URI reference contains backslash. Typo?"
@ -2561,6 +2602,11 @@ msgctxt "FOUND_STYLE_IN_BODY"
msgid "found <style> tag in <body>! fix-style-tags: yes to move."
msgstr ""
#, c-format
msgctxt "ADDED_MISSING_CHARSET"
msgid "Added appropriate missing <meta charset=...> to %s"
msgstr ""
msgctxt "IMG_MISSING_ALT"
msgid "[1.1.1.1]: <img> missing 'alt' text."
msgstr ""

View file

@ -5,7 +5,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: HTML Tidy poconvert.rb\n"
"Project-Id-Version: \n"
"PO-Revision-Date: 2017-08-31 12:54:04\n"
"PO-Revision-Date: 2017-09-04 17:43:44\n"
"Last-Translator: jderry\n"
"Language-Team: \n"
@ -1631,6 +1631,37 @@ msgid ""
"error correcting HTML parser. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
#. - Entities, tags, attributes, etc., should be enclosed in <code></code>.
#. - Option values should be enclosed in <var></var>.
#. - It's very important that <br/> be self-closing!
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not
#. be translated.
msgctxt "TidyMetaCharset"
msgid ""
"This option, when enabled, adds a <code>&lt;meta&gt;</code> element "
"and sets the <code>charset</code> attribute to the encoding of the "
"document. Set this option to <var>yes</var> to enable it. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
#. - Entities, tags, attributes, etc., should be enclosed in <code></code>.
#. - Option values should be enclosed in <var></var>.
#. - It's very important that <br/> be self-closing!
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not
#. be translated.
msgctxt "TidyShowMetaChange"
msgid ""
"This option enables a message whenever Tidy changes the "
"<code>content</code> attribute of a meta charset declaration to match "
"the encoding of the document. Set this option to <var>yes</var> to "
"enable it. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
@ -1718,6 +1749,11 @@ msgctxt "FILE_CANT_OPEN"
msgid "Can't open \"%s\"\n"
msgstr ""
#, c-format
msgctxt "FILE_CANT_OPEN_CFG"
msgid "Can't open configuration file \"%s\"\n"
msgstr ""
#, c-format
msgctxt "FILE_NOT_FILE"
msgid "\"%s\" is not a file!\n"
@ -2079,6 +2115,11 @@ msgctxt "ATTRIBUTE_IS_NOT_ALLOWED"
msgid "%s attribute \"is\" not allowed for autonomous custom tags."
msgstr ""
#, c-format
msgctxt "ATTRIBUTE_VALUE_REPLACED"
msgid "%s attribute \"%s\", incorrect value \"%s\" replaced"
msgstr ""
#, c-format
msgctxt "BACKSLASH_IN_URI"
msgid "%s URI reference contains backslash. Typo?"
@ -2505,6 +2546,11 @@ msgctxt "FOUND_STYLE_IN_BODY"
msgid "found <style> tag in <body>! fix-style-tags: yes to move."
msgstr ""
#, c-format
msgctxt "ADDED_MISSING_CHARSET"
msgid "Added appropriate missing <meta charset=...> to %s"
msgstr ""
msgctxt "IMG_MISSING_ALT"
msgid "[1.1.1.1]: <img> missing 'alt' text."
msgstr ""

View file

@ -5,7 +5,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: HTML Tidy poconvert.rb\n"
"Project-Id-Version: \n"
"PO-Revision-Date: 2017-08-31 12:54:04\n"
"PO-Revision-Date: 2017-09-04 17:43:44\n"
"Last-Translator: jderry\n"
"Language-Team: \n"
@ -1626,6 +1626,37 @@ msgid ""
"error correcting HTML parser. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
#. - Entities, tags, attributes, etc., should be enclosed in <code></code>.
#. - Option values should be enclosed in <var></var>.
#. - It's very important that <br/> be self-closing!
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not
#. be translated.
msgctxt "TidyMetaCharset"
msgid ""
"This option, when enabled, adds a <code>&lt;meta&gt;</code> element "
"and sets the <code>charset</code> attribute to the encoding of the "
"document. Set this option to <var>yes</var> to enable it. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
#. - Entities, tags, attributes, etc., should be enclosed in <code></code>.
#. - Option values should be enclosed in <var></var>.
#. - It's very important that <br/> be self-closing!
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not
#. be translated.
msgctxt "TidyShowMetaChange"
msgid ""
"This option enables a message whenever Tidy changes the "
"<code>content</code> attribute of a meta charset declaration to match "
"the encoding of the document. Set this option to <var>yes</var> to "
"enable it. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
@ -1713,6 +1744,11 @@ msgctxt "FILE_CANT_OPEN"
msgid "Can't open \"%s\"\n"
msgstr ""
#, c-format
msgctxt "FILE_CANT_OPEN_CFG"
msgid "Can't open configuration file \"%s\"\n"
msgstr ""
#, c-format
msgctxt "FILE_NOT_FILE"
msgid "\"%s\" is not a file!\n"
@ -2074,6 +2110,11 @@ msgctxt "ATTRIBUTE_IS_NOT_ALLOWED"
msgid "%s attribute \"is\" not allowed for autonomous custom tags."
msgstr ""
#, c-format
msgctxt "ATTRIBUTE_VALUE_REPLACED"
msgid "%s attribute \"%s\", incorrect value \"%s\" replaced"
msgstr ""
#, c-format
msgctxt "BACKSLASH_IN_URI"
msgid "%s URI reference contains backslash. Typo?"
@ -2500,6 +2541,11 @@ msgctxt "FOUND_STYLE_IN_BODY"
msgid "found <style> tag in <body>! fix-style-tags: yes to move."
msgstr ""
#, c-format
msgctxt "ADDED_MISSING_CHARSET"
msgid "Added appropriate missing <meta charset=...> to %s"
msgstr ""
msgctxt "IMG_MISSING_ALT"
msgid "[1.1.1.1]: <img> missing 'alt' text."
msgstr ""

View file

@ -5,7 +5,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: HTML Tidy poconvert.rb\n"
"Project-Id-Version: \n"
"PO-Revision-Date: 2017-08-31 12:54:04\n"
"PO-Revision-Date: 2017-09-04 17:43:44\n"
"Last-Translator: jderry\n"
"Language-Team: \n"
@ -1945,6 +1945,37 @@ msgstr ""
"Cette option précise si Tidy doit utiliser l'analyseur XML plutôt que l'analyseur de correction "
"d'erreur HTML."
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
#. - Entities, tags, attributes, etc., should be enclosed in <code></code>.
#. - Option values should be enclosed in <var></var>.
#. - It's very important that <br/> be self-closing!
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not
#. be translated.
msgctxt "TidyMetaCharset"
msgid ""
"This option, when enabled, adds a <code>&lt;meta&gt;</code> element "
"and sets the <code>charset</code> attribute to the encoding of the "
"document. Set this option to <var>yes</var> to enable it. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
#. - Entities, tags, attributes, etc., should be enclosed in <code></code>.
#. - Option values should be enclosed in <var></var>.
#. - It's very important that <br/> be self-closing!
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not
#. be translated.
msgctxt "TidyShowMetaChange"
msgid ""
"This option enables a message whenever Tidy changes the "
"<code>content</code> attribute of a meta charset declaration to match "
"the encoding of the document. Set this option to <var>yes</var> to "
"enable it. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
@ -2032,6 +2063,11 @@ msgctxt "FILE_CANT_OPEN"
msgid "Can't open \"%s\"\n"
msgstr "Impossible d'ouvrir « %s »\n"
#, c-format
msgctxt "FILE_CANT_OPEN_CFG"
msgid "Can't open configuration file \"%s\"\n"
msgstr ""
#, c-format
msgctxt "FILE_NOT_FILE"
msgid "\"%s\" is not a file!\n"
@ -2515,6 +2551,11 @@ msgctxt "ATTRIBUTE_IS_NOT_ALLOWED"
msgid "%s attribute \"is\" not allowed for autonomous custom tags."
msgstr "L'attribut %s n'\"est\" pas autorisé pour les balises personnalisées autonomes."
#, c-format
msgctxt "ATTRIBUTE_VALUE_REPLACED"
msgid "%s attribute \"%s\", incorrect value \"%s\" replaced"
msgstr ""
#, c-format
msgctxt "BACKSLASH_IN_URI"
msgid "%s URI reference contains backslash. Typo?"
@ -2945,6 +2986,11 @@ msgctxt "FOUND_STYLE_IN_BODY"
msgid "found <style> tag in <body>! fix-style-tags: yes to move."
msgstr ""
#, c-format
msgctxt "ADDED_MISSING_CHARSET"
msgid "Added appropriate missing <meta charset=...> to %s"
msgstr ""
msgctxt "IMG_MISSING_ALT"
msgid "[1.1.1.1]: <img> missing 'alt' text."
msgstr "[1.1.1.1]: <img> texte manquant 'alt'."

View file

@ -5,7 +5,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: HTML Tidy poconvert.rb\n"
"Project-Id-Version: \n"
"PO-Revision-Date: 2017-08-31 12:54:05\n"
"PO-Revision-Date: 2017-09-04 17:43:44\n"
"Last-Translator: jderry\n"
"Language-Team: \n"
@ -1626,6 +1626,37 @@ msgid ""
"error correcting HTML parser. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
#. - Entities, tags, attributes, etc., should be enclosed in <code></code>.
#. - Option values should be enclosed in <var></var>.
#. - It's very important that <br/> be self-closing!
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not
#. be translated.
msgctxt "TidyMetaCharset"
msgid ""
"This option, when enabled, adds a <code>&lt;meta&gt;</code> element "
"and sets the <code>charset</code> attribute to the encoding of the "
"document. Set this option to <var>yes</var> to enable it. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
#. - Entities, tags, attributes, etc., should be enclosed in <code></code>.
#. - Option values should be enclosed in <var></var>.
#. - It's very important that <br/> be self-closing!
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not
#. be translated.
msgctxt "TidyShowMetaChange"
msgid ""
"This option enables a message whenever Tidy changes the "
"<code>content</code> attribute of a meta charset declaration to match "
"the encoding of the document. Set this option to <var>yes</var> to "
"enable it. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
@ -1713,6 +1744,11 @@ msgctxt "FILE_CANT_OPEN"
msgid "Can't open \"%s\"\n"
msgstr "无法打开”%s”\n"
#, c-format
msgctxt "FILE_CANT_OPEN_CFG"
msgid "Can't open configuration file \"%s\"\n"
msgstr ""
#, c-format
msgctxt "FILE_NOT_FILE"
msgid "\"%s\" is not a file!\n"
@ -2068,6 +2104,11 @@ msgctxt "ATTRIBUTE_IS_NOT_ALLOWED"
msgid "%s attribute \"is\" not allowed for autonomous custom tags."
msgstr ""
#, c-format
msgctxt "ATTRIBUTE_VALUE_REPLACED"
msgid "%s attribute \"%s\", incorrect value \"%s\" replaced"
msgstr ""
#, c-format
msgctxt "BACKSLASH_IN_URI"
msgid "%s URI reference contains backslash. Typo?"
@ -2494,6 +2535,11 @@ msgctxt "FOUND_STYLE_IN_BODY"
msgid "found <style> tag in <body>! fix-style-tags: yes to move."
msgstr ""
#, c-format
msgctxt "ADDED_MISSING_CHARSET"
msgid "Added appropriate missing <meta charset=...> to %s"
msgstr ""
msgctxt "IMG_MISSING_ALT"
msgid "[1.1.1.1]: <img> missing 'alt' text."
msgstr ""

View file

@ -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: 2017-08-31 12:54:04\n"
"POT-Creation-Date: 2017-09-04 17:43:44\n"
"Last-Translator: jderry\n"
"Language-Team: \n"
@ -1626,6 +1626,37 @@ msgid ""
"error correcting HTML parser. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
#. - Entities, tags, attributes, etc., should be enclosed in <code></code>.
#. - Option values should be enclosed in <var></var>.
#. - It's very important that <br/> be self-closing!
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not
#. be translated.
msgctxt "TidyMetaCharset"
msgid ""
"This option, when enabled, adds a <code>&lt;meta&gt;</code> element "
"and sets the <code>charset</code> attribute to the encoding of the "
"document. Set this option to <var>yes</var> to enable it. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
#. - Entities, tags, attributes, etc., should be enclosed in <code></code>.
#. - Option values should be enclosed in <var></var>.
#. - It's very important that <br/> be self-closing!
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not
#. be translated.
msgctxt "TidyShowMetaChange"
msgid ""
"This option enables a message whenever Tidy changes the "
"<code>content</code> attribute of a meta charset declaration to match "
"the encoding of the document. Set this option to <var>yes</var> to "
"enable it. "
msgstr ""
#. Important notes for translators:
#. - Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
#. <br/>.
@ -1713,6 +1744,11 @@ msgctxt "FILE_CANT_OPEN"
msgid "Can't open \"%s\"\n"
msgstr ""
#, c-format
msgctxt "FILE_CANT_OPEN_CFG"
msgid "Can't open configuration file \"%s\"\n"
msgstr ""
#, c-format
msgctxt "FILE_NOT_FILE"
msgid "\"%s\" is not a file!\n"
@ -2070,6 +2106,11 @@ msgctxt "ATTRIBUTE_IS_NOT_ALLOWED"
msgid "%s attribute \"is\" not allowed for autonomous custom tags."
msgstr ""
#, c-format
msgctxt "ATTRIBUTE_VALUE_REPLACED"
msgid "%s attribute \"%s\", incorrect value \"%s\" replaced"
msgstr ""
#, c-format
msgctxt "BACKSLASH_IN_URI"
msgid "%s URI reference contains backslash. Typo?"
@ -2496,6 +2537,11 @@ msgctxt "FOUND_STYLE_IN_BODY"
msgid "found <style> tag in <body>! fix-style-tags: yes to move."
msgstr ""
#, c-format
msgctxt "ADDED_MISSING_CHARSET"
msgid "Added appropriate missing <meta charset=...> to %s"
msgstr ""
msgctxt "IMG_MISSING_ALT"
msgid "[1.1.1.1]: <img> missing 'alt' text."
msgstr ""