2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
|
"Language: en\n"
|
|
|
|
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
|
|
|
"X-Generator: HTML Tidy poconvert.rb\n"
|
|
|
|
|
"Project-Id-Version: \n"
|
2017-10-05 19:15:36 +00:00
|
|
|
|
"POT-Creation-Date: 2017-10-05 15:13:40\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"Last-Translator: jderry\n"
|
|
|
|
|
"Language-Team: \n"
|
Add new `rebase` command to CLI.
This is intended to make it very, very easy to update the POT and all of the POs when
changes are made to `language_en.h`. Used without an sha-1 hash, untranslated strings
(i.e., the "source" strings) are updated in the POT/PO's.
However if you specify an --sha=HASH (or -c HASH) option, then the script will use git
to examine the `language_en.h` file from that specified commit, determing the strings
that have changed, and mark all of these strings as `fuzzy` in the POs. This will serve
as a flag to translators that the original has changed. In addition, this `fuzzy` flag
will appear in the headers as "(fuzzy) " in the item comments.
If a translator edits the header directly, he should remove the "(fuzzy )" in the
comment. Then when the PO is rebuilt, the fuzzy flag will be removed automatically.
The reverse is also true; if a translator is working with the PO, he or she should
clear the fuzzy flag and the comment will be adjusted accordingly in the generated
header.
2016-03-24 03:38:04 +00:00
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyAccessibilityCheckLevel"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies what level of accessibility checking, if any, "
|
|
|
|
|
"that Tidy should perform. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Level <var>0 (Tidy Classic)</var> is equivalent to Tidy Classic's accessibility "
|
|
|
|
|
"checking. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"For more information on Tidy's accessibility checking, visit "
|
|
|
|
|
"<a href=\"http://www.html-tidy.org/accessibility/\"> Tidy's Accessibility Page</a>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyAltText"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies the default <code>alt=</code> text Tidy uses for "
|
|
|
|
|
"<code><img></code> attributes when the <code>alt=</code> attribute "
|
|
|
|
|
"is missing. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Use with care, as it is your responsibility to make your documents accessible "
|
|
|
|
|
"to people who cannot see the images. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyAnchorAsName"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option controls the deletion or addition of the <code>name</code> "
|
|
|
|
|
"attribute in elements where it can serve as anchor. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>yes</var> a <code>name</code> attribute, if not already "
|
|
|
|
|
"existing, is added along an existing <code>id</code> attribute if the DTD "
|
|
|
|
|
"allows it. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>no</var> any existing name attribute is removed if an "
|
|
|
|
|
"<code>id</code> attribute exists or has been added. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyAsciiChars"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"Can be used to modify behavior of the <code>clean</code> option when set "
|
|
|
|
|
"to <var>yes</var>. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>yes</var> when using <code>clean</code>, "
|
|
|
|
|
"<code>&emdash;</code>, <code>&rdquo;</code>, and other named "
|
|
|
|
|
"character entities are downgraded to their closest ASCII equivalents. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyBlockTags"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies new block-level tags. This option takes a space or "
|
|
|
|
|
"comma separated list of tag names. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Unless you declare new tags, Tidy will refuse to generate a tidied file if "
|
|
|
|
|
"the input includes previously unknown tags. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Note you can't change the content model for elements such as "
|
|
|
|
|
"<code><table></code>, <code><ul></code>, "
|
|
|
|
|
"<code><ol></code> and <code><dl></code>. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This option is ignored in XML mode. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyBodyOnly"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies if Tidy should print only the contents of the "
|
|
|
|
|
"body tag as an HTML fragment. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>auto</var>, this is performed only if the body tag has "
|
|
|
|
|
"been inferred. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Useful for incorporating existing whole pages as a portion of another "
|
|
|
|
|
"page. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This option has no effect if XML output is requested. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyBreakBeforeBR"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies if Tidy should output a line break before each "
|
|
|
|
|
"<code><br></code> element. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyCharEncoding"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies the character encoding Tidy uses for both the input "
|
|
|
|
|
"and output. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"For <var>ascii</var> Tidy will accept Latin-1 (ISO-8859-1) character "
|
|
|
|
|
"values, but will use entities for all characters whose value >127. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"For <var>raw</var>, Tidy will output values above 127 without "
|
|
|
|
|
"translating them into entities. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"For <var>latin1</var>, characters above 255 will be written as entities. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"For <var>utf8</var>, Tidy assumes that both input and output are encoded "
|
|
|
|
|
"as UTF-8. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"You can use <var>iso2022</var> for files encoded using the ISO-2022 "
|
|
|
|
|
"family of encodings e.g. ISO-2022-JP. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"For <var>mac</var> and <var>win1252</var>, Tidy will accept vendor "
|
|
|
|
|
"specific character values, but will use entities for all characters whose "
|
|
|
|
|
"value >127. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"For unsupported encodings, use an external utility to convert to and from "
|
|
|
|
|
"UTF-8. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyCoerceEndTags"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"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; "
|
|
|
|
|
"for example, given "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"<code><span>foo <b>bar<b> baz</span></code> "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Tidy will output "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"<code><span>foo <b>bar</b> baz</span></code> "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyCSSPrefix"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies the prefix that Tidy uses for styles rules. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"By default, <var>c</var> will be used. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyDecorateInferredUL"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies if Tidy should decorate inferred "
|
|
|
|
|
"<code><ul></code> elements with some CSS markup to avoid indentation "
|
|
|
|
|
"to the right. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyDoctype"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies the DOCTYPE declaration generated by Tidy. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>omit</var> the output won't contain a DOCTYPE "
|
|
|
|
|
"declaration. Note this this also implies <code>numeric-entities</code> is "
|
|
|
|
|
"set to <var>yes</var>."
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>html5</var> the DOCTYPE is set to "
|
|
|
|
|
"<code><!DOCTYPE html></code>."
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>auto</var> (the default) Tidy will use an educated guess "
|
2017-09-24 17:42:16 +00:00
|
|
|
|
"based upon the contents of the document. Note that selecting this option "
|
|
|
|
|
"will <em>not</em> change the current document's DOCTYPE on output. "
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>strict</var>, Tidy will set the DOCTYPE to the HTML4 or "
|
|
|
|
|
"XHTML1 strict DTD."
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>loose</var>, the DOCTYPE is set to the HTML4 or XHTML1 "
|
|
|
|
|
"loose (transitional) DTD."
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Alternatively, you can supply a string for the formal public identifier "
|
|
|
|
|
"(FPI)."
|
|
|
|
|
"<br/>"
|
|
|
|
|
"For example: "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"<code>doctype: \"-//ACME//DTD HTML 3.14159//EN\"</code>"
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If you specify the FPI for an XHTML document, Tidy will set the "
|
|
|
|
|
"system identifier to an empty string. For an HTML document, Tidy adds a "
|
|
|
|
|
"system identifier only if one was already present in order to preserve "
|
|
|
|
|
"the processing mode of some browsers. Tidy leaves the DOCTYPE for "
|
|
|
|
|
"generic XML documents unchanged. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This option does not offer a validation of document conformance. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyDropEmptyElems"
|
|
|
|
|
msgid "This option specifies if Tidy should discard empty elements. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyDropEmptyParas"
|
|
|
|
|
msgid "This option specifies if Tidy should discard empty paragraphs. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyDropPropAttrs"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"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 <code>strict-tags-attributes</code>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyDuplicateAttrs"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies if Tidy should keep the first or last attribute, if "
|
|
|
|
|
"an attribute is repeated, e.g. has two <code>align</code> attributes. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyEmacs"
|
2017-03-13 17:45:32 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"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. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyEmptyTags"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies new empty inline tags. This option takes a space "
|
|
|
|
|
"or comma separated list of tag names. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Unless you declare new tags, Tidy will refuse to generate a tidied file if "
|
|
|
|
|
"the input includes previously unknown tags. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Remember to also declare empty tags as either inline or blocklevel. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This option is ignored in XML mode. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyEncloseBlockText"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies if Tidy should insert a <code><p></code> "
|
|
|
|
|
"element to enclose any text it finds in any element that allows mixed "
|
|
|
|
|
"content for HTML transitional but not HTML strict. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyEncloseBodyText"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies if Tidy should enclose any text it finds in the "
|
|
|
|
|
"body element within a <code><p></code> element."
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This is useful when you want to take existing HTML and use it with a "
|
|
|
|
|
"style sheet. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyErrFile"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies the error file Tidy uses for errors and warnings. "
|
|
|
|
|
"Normally errors and warnings are output to <code>stderr</code>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyEscapeCdata"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies if Tidy should convert "
|
|
|
|
|
"<code><![CDATA[]]></code> sections to normal text. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyEscapeScripts"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option causes items that look like closing tags, like "
|
|
|
|
|
"<code></g</code> to be escaped to <code><\\/g</code>. Set "
|
|
|
|
|
"this option to <var>no</var> if you do not want this."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyFixBackslash"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgid ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"This option specifies if Tidy should replace backslash characters "
|
|
|
|
|
"<code>\\</code> in URLs with forward slashes <code>/</code>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyFixComments"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should replace unexpected hyphens with "
|
|
|
|
|
"<code>=</code> characters when it comes across adjacent hyphens. "
|
|
|
|
|
"<br/>"
|
2017-09-25 19:26:03 +00:00
|
|
|
|
"The default is <var>auto</var> will which will act as <var>no</var> "
|
|
|
|
|
"for HTML5 document types, and <var>yes</var> for all other document "
|
|
|
|
|
"types. "
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"<br/>"
|
2017-09-24 22:15:40 +00:00
|
|
|
|
"HTML has abandonded SGML comment syntax, and allows adjacent hypens "
|
|
|
|
|
"for all versions of HTML, although XML and XHTML do not. If you plan "
|
|
|
|
|
"to support older browsers that require SGML comment syntax, then "
|
|
|
|
|
"consider setting this value to <var>yes</var>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyFixUri"
|
|
|
|
|
msgid ""
|
|
|
|
|
"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. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyForceOutput"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should produce output even if errors are "
|
|
|
|
|
"encountered. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Use this option with care; if Tidy reports an error, this "
|
|
|
|
|
"means Tidy was not able to (or is not sure how to) fix the error, so the "
|
|
|
|
|
"resulting output may not reflect your intention. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyGDocClean"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should enable specific behavior for "
|
|
|
|
|
"cleaning up HTML exported from Google Docs. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyHideComments"
|
|
|
|
|
msgid "This option specifies if Tidy should print out comments. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyHtmlOut"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should generate pretty printed output, "
|
|
|
|
|
"writing it as HTML. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyInCharEncoding"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies the character encoding Tidy uses for the input. See "
|
|
|
|
|
"<code>char-encoding</code> for more info. "
|
2017-03-13 17:45:32 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyIndentAttributes"
|
|
|
|
|
msgid "This option specifies if Tidy should begin each attribute on a new line. "
|
2017-03-13 17:45:32 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyIndentCdata"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should indent "
|
|
|
|
|
"<code><![CDATA[]]></code> sections. "
|
2017-03-13 17:45:32 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyIndentContent"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should indent block-level tags. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>auto</var> Tidy will decide whether or not to indent the "
|
|
|
|
|
"content of tags such as <code><title></code>, "
|
|
|
|
|
"<code><h1></code>-<code><h6></code>, <code><li></code>, "
|
|
|
|
|
"<code><td></code>, or <code><p></code> "
|
|
|
|
|
"based on the content including a block-level element. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Setting <code>indent</code> to <var>yes</var> can expose layout bugs in "
|
|
|
|
|
"some browsers. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Use the option <code>indent-spaces</code> to control the number of spaces "
|
|
|
|
|
"or tabs output per level of indent, and <code>indent-with-tabs</code> to "
|
|
|
|
|
"specify whether spaces or tabs are used. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyIndentSpaces"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies the number of spaces or tabs that Tidy uses to "
|
|
|
|
|
"indent content when <code>indent</code> is enabled. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Note that the default value for this option is dependent upon the value of "
|
|
|
|
|
"<code>indent-with-tabs</code> (see also). "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyInlineTags"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies new non-empty inline tags. This option takes a "
|
|
|
|
|
"space or comma separated list of tag names. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Unless you declare new tags, Tidy will refuse to generate a tidied file if "
|
|
|
|
|
"the input includes previously unknown tags. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This option is ignored in XML mode. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyJoinClasses"
|
|
|
|
|
msgid ""
|
|
|
|
|
"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. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyJoinStyles"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should combine styles to generate a single, "
|
|
|
|
|
"new style if multiple style values are detected on an element. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyKeepFileTimes"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should keep the original modification time "
|
|
|
|
|
"of files that Tidy modifies in place. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Setting the option to <var>yes</var> allows you to tidy files without "
|
|
|
|
|
"changing the file modification date, which may be useful with certain "
|
|
|
|
|
"tools that use the modification date for things such as automatic server "
|
|
|
|
|
"deployment."
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Note this feature is not supported on some platforms. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyLiteralAttribs"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies how Tidy deals with whitespace characters within "
|
|
|
|
|
"attribute values. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If the value is <var>no</var> 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. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"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 <var>yes</var>. "
|
2017-02-13 19:29:47 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyLogicalEmphasis"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should replace any occurrence of "
|
|
|
|
|
"<code><i></code> with <code><em></code> and any occurrence of "
|
|
|
|
|
"<code><b></code> with <code><strong></code>. Any attributes "
|
|
|
|
|
"are preserved unchanged. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This option can be set independently of the <code>clean</code> option. "
|
2017-02-13 19:29:47 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyLowerLiterals"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should convert the value of an attribute "
|
|
|
|
|
"that takes a list of predefined values to lower case. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This is required for XHTML documents. "
|
2017-02-13 19:29:47 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyMakeBare"
|
|
|
|
|
msgid ""
|
|
|
|
|
"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. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyMakeClean"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should perform cleaning of some legacy "
|
|
|
|
|
"presentational tags (currently <code><i></code>, "
|
|
|
|
|
"<code><b></code>, <code><center></code> when enclosed within "
|
|
|
|
|
"appropriate inline tags, and <code><font></code>). If set to "
|
|
|
|
|
"<var>yes</var> then legacy tags will be replaced with CSS "
|
|
|
|
|
"<code><style></code> tags and structural markup as appropriate. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyMark"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should add a <code>meta</code> element to "
|
|
|
|
|
"the document head to indicate that the document has been tidied. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Tidy won't add a meta element if one is already present. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyMergeDivs"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option can be used to modify the behavior of <code>clean</code> when "
|
|
|
|
|
"set to <var>yes</var>."
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This option specifies if Tidy should merge nested <code><div></code> "
|
|
|
|
|
"such as <code><div><div>...</div></div></code>. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>auto</var> the attributes of the inner "
|
|
|
|
|
"<code><div></code> are moved to the outer one. Nested "
|
|
|
|
|
"<code><div></code> with <code>id</code> attributes are <em>not</em> "
|
|
|
|
|
"merged. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>yes</var> the attributes of the inner "
|
|
|
|
|
"<code><div></code> are discarded with the exception of "
|
|
|
|
|
"<code>class</code> and <code>style</code>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyMergeEmphasis"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should merge nested <code><b></code> "
|
|
|
|
|
"and <code><i></code> elements; for example, for the case "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"<code><b class=\"rtop-2\">foo <b class=\"r2-2\">bar</b> baz</b></code>, "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Tidy will output <code><b class=\"rtop-2\">foo bar baz</b></code>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyMergeSpans"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option can be used to modify the behavior of <code>clean</code> when "
|
|
|
|
|
"set to <var>yes</var>."
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This option specifies if Tidy should merge nested <code><span></code> "
|
|
|
|
|
"such as <code><span><span>...</span></span></code>. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"The algorithm is identical to the one used by <code>merge-divs</code>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyNCR"
|
|
|
|
|
msgid "This option specifies if Tidy should allow numeric character references. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyNewline"
|
|
|
|
|
msgid ""
|
|
|
|
|
"The default is appropriate to the current platform. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Genrally CRLF on PC-DOS, Windows and OS/2; CR on Classic Mac OS; and LF "
|
|
|
|
|
"everywhere else (Linux, Mac OS X, and Unix). "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyNumEntities"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should output entities other than the "
|
|
|
|
|
"built-in HTML entities (<code>&amp;</code>, <code>&lt;</code>, "
|
|
|
|
|
"<code>&gt;</code>, and <code>&quot;</code>) in the numeric rather "
|
|
|
|
|
"than the named entity form. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Only entities compatible with the DOCTYPE declaration generated are used. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Entities that can be represented in the output encoding are translated "
|
|
|
|
|
"correspondingly. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyOmitOptionalTags"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should omit optional start tags and end tags "
|
|
|
|
|
"when generating output. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Setting this option causes all tags for the <code><html></code>, "
|
|
|
|
|
"<code><head></code>, and <code><body></code> elements to be "
|
|
|
|
|
"omitted from output, as well as such end tags as <code></p></code>, "
|
|
|
|
|
"<code></li></code>, <code></dt></code>, "
|
|
|
|
|
"<code></dd></code>, <code></option></code>, "
|
|
|
|
|
"<code></tr></code>, <code></td></code>, and "
|
|
|
|
|
"<code></th></code>. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This option is ignored for XML output. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyOutCharEncoding"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies the character encoding Tidy uses for the output. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Note that this may only be different from <code>input-encoding</code> for "
|
|
|
|
|
"Latin encodings (<var>ascii</var>, <var>latin0</var>, "
|
|
|
|
|
"<var>latin1</var>, <var>mac</var>, <var>win1252</var>, "
|
|
|
|
|
"<var>ibm858</var>)."
|
|
|
|
|
"<br/>"
|
|
|
|
|
"See <code>char-encoding</code> for more information"
|
2016-02-16 03:44:50 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyOutFile"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies the output file Tidy uses for markup. Normally "
|
|
|
|
|
"markup is written to <code>stdout</code>. "
|
2016-02-16 03:44:50 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyOutputBOM"
|
|
|
|
|
msgid ""
|
|
|
|
|
"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 "
|
|
|
|
|
"U+FEFF) to the beginning of the output, and only applies to UTF-8 and "
|
|
|
|
|
"UTF-16 output encodings. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>auto</var> this option causes Tidy to write a BOM to "
|
|
|
|
|
"the output only if a BOM was present at the beginning of the input. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"A BOM is always written for XML/XHTML output using UTF-16 output "
|
|
|
|
|
"encodings. "
|
2017-03-13 17:45:32 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyPPrintTabs"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should indent with tabs instead of spaces, "
|
|
|
|
|
"assuming <code>indent</code> is <var>yes</var>. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Set it to <var>yes</var> to indent using tabs instead of the default "
|
|
|
|
|
"spaces. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Use the option <code>indent-spaces</code> to control the number of tabs "
|
|
|
|
|
"output per level of indent. Note that when <code>indent-with-tabs</code> "
|
|
|
|
|
"is enabled the default value of <code>indent-spaces</code> is reset to "
|
|
|
|
|
"<var>1</var>. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Note <code>tab-size</code> controls converting input tabs to spaces. Set "
|
|
|
|
|
"it to zero to retain input tabs. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyPreserveEntities"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should preserve well-formed entities "
|
|
|
|
|
"as found in the input. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyPreTags"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies new tags that are to be processed in exactly the "
|
|
|
|
|
"same way as HTML's <code><pre></code> element. This option takes a "
|
|
|
|
|
"space or comma separated list of tag names. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Unless you declare new tags, Tidy will refuse to generate a tidied file if "
|
|
|
|
|
"the input includes previously unknown tags. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Note you cannot as yet add new CDATA elements. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This option is ignored in XML mode. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-23 11:53:57 +00:00
|
|
|
|
#. 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 "TidyPriorityAttributes"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option allows prioritizing the writing of attributes in tidied "
|
|
|
|
|
"documents, allowing them to written before the other attributes of an "
|
|
|
|
|
"element. For example, you might specify that <var>id</var> and "
|
|
|
|
|
"<var>name</var> are written before every other attribute. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This option takes a space or comma separated list of attribute names. "
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyPunctWrap"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should line wrap after some Unicode or "
|
|
|
|
|
"Chinese punctuation characters. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyQuiet"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should output the summary of the numbers "
|
|
|
|
|
"of errors and warnings, or the welcome or informational messages. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyQuoteAmpersand"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should output unadorned <code>&</code> "
|
|
|
|
|
"characters as <code>&amp;</code>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyQuoteMarks"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should output <code>"</code> characters "
|
|
|
|
|
"as <code>&quot;</code> as is preferred by some editing environments. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"The apostrophe character <code>'</code> is written out as "
|
|
|
|
|
"<code>&#39;</code> since many web browsers don't yet support "
|
|
|
|
|
"<code>&apos;</code>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyQuoteNbsp"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should output non-breaking space characters "
|
|
|
|
|
"as entities, rather than as the Unicode character value 160 (decimal). "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyReplaceColor"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should replace numeric values in color "
|
|
|
|
|
"attributes with HTML/XHTML color names where defined, e.g. replace "
|
|
|
|
|
"<code>#ffffff</code> with <code>white</code>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyShowErrors"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies the number Tidy uses to determine if further errors "
|
|
|
|
|
"should be shown. If set to <var>0</var>, then no errors are shown. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyShowInfo"
|
|
|
|
|
msgid "This option specifies if Tidy should display info-level messages. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyShowMarkup"
|
|
|
|
|
msgid ""
|
|
|
|
|
"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 <code>force-output</code>). "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyShowWarnings"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should suppress warnings. This can be "
|
|
|
|
|
"useful when a few errors are hidden in a flurry of warnings. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidySkipNested"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies that Tidy should skip nested tags when parsing "
|
|
|
|
|
"script and style data. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidySortAttributes"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies that Tidy should sort attributes within an element "
|
|
|
|
|
"using the specified sort algorithm. If set to <var>alpha</var>, the "
|
|
|
|
|
"algorithm is an ascending alphabetic sort. "
|
2017-09-23 11:53:57 +00:00
|
|
|
|
"<br/>"
|
|
|
|
|
"When used while sorting with <code>priority-attributes</code>, any "
|
|
|
|
|
"attribute sorting will take place after the priority attributes have "
|
|
|
|
|
"been output. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyStrictTagsAttr"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This options ensures that tags and attributes are applicable for the "
|
2017-08-28 14:05:46 +00:00
|
|
|
|
"version of HTML that Tidy outputs. When set to <var>yes</var> 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. "
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
"<br/>"
|
|
|
|
|
"Additionally if <code>drop-proprietary-attributes</code> is enabled, "
|
|
|
|
|
"then not applicable attributes will be dropped, too. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"When set to <var>no</var>, these checks are not performed. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyTabSize"
|
|
|
|
|
msgid ""
|
|
|
|
|
"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. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyUpperCaseAttrs"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should output attribute names in upper "
|
|
|
|
|
"case. "
|
|
|
|
|
"<br/>"
|
2017-08-28 14:05:46 +00:00
|
|
|
|
"When set to <var>no</var>, attribute names will be written in lower "
|
|
|
|
|
"case. Specifying <var>yes</var> will output attribute names in upper "
|
|
|
|
|
"case, and <var>preserve</var> can used to leave attribute names "
|
|
|
|
|
"untouched. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"When using XML input, the original case is always preserved. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyUpperCaseTags"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should output tag names in upper case. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"The default is <var>no</var> which results in lower case tag names, "
|
|
|
|
|
"except for XML input where the original case is preserved. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyUseCustomTags"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option enables the use of tags for autonomous custom elements, "
|
|
|
|
|
"e.g. <flag-icon> with Tidy. Custom tags are disabled if this "
|
|
|
|
|
"value is <var>no</var>. Other settings - <var>blocklevel</var>, "
|
|
|
|
|
"<var>empty</var>, <var>inline</var>, and <var>pre</var> will treat "
|
|
|
|
|
"<em>all</em> detected custom tags accordingly. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"The use of <code>new-blocklevel-tags</code>, "
|
|
|
|
|
"<code>new-empty-tags</code>, <code>new-inline-tags</code>, or "
|
|
|
|
|
"<code>new-pre-tags</code> will override the treatment of custom tags "
|
|
|
|
|
"by this configuration option. This may be useful if you have "
|
|
|
|
|
"different types of custom tags."
|
|
|
|
|
"<br/>"
|
|
|
|
|
"When enabled these tags are determined during the processing of your "
|
|
|
|
|
"document using opening tags; matching closing tags will be recognized "
|
|
|
|
|
"accordingly, and unknown closing tags will be discarded. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyVertSpace"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should add some extra empty lines for "
|
|
|
|
|
"readability. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"The default is <var>no</var>. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If set to <var>auto</var> Tidy will eliminate nearly all newline "
|
|
|
|
|
"characters."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-08-28 14:05:46 +00:00
|
|
|
|
#. 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 "TidyWarnPropAttrs"
|
|
|
|
|
msgid "This option specifies if Tidy should warn on proprietary attributes."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyWord2000"
|
|
|
|
|
msgid ""
|
|
|
|
|
"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 "
|
|
|
|
|
"documents as \"Web pages\". It doesn't handle embedded images or VML. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"You should consider using Word's \"Save As: Web Page, Filtered\". "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyWrapAsp"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should line wrap text contained within ASP "
|
|
|
|
|
"pseudo elements, which look like: <code><% ... %></code>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyWrapAttVals"
|
|
|
|
|
msgid ""
|
|
|
|
|
"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 "
|
|
|
|
|
"specified by <code>wrap</code>, Tidy will add one or more line breaks to "
|
|
|
|
|
"the value, causing it to be wrapped into multiple lines. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Note that this option can be set independently of "
|
|
|
|
|
"<code>wrap-script-literals</code>. "
|
|
|
|
|
"By default Tidy replaces any newline or tab with a single space and "
|
|
|
|
|
"replaces any sequences of whitespace with a single space. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"To force Tidy to preserve the original, literal values of all attributes, "
|
|
|
|
|
"and ensure that whitespace characters within attribute values are passed "
|
|
|
|
|
"through unchanged, set <code>literal-attributes</code> to "
|
|
|
|
|
"<var>yes</var>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyWrapJste"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should line wrap text contained within "
|
|
|
|
|
"JSTE pseudo elements, which look like: <code><# ... #></code>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyWrapLen"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies the right margin Tidy uses for line wrapping. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Tidy tries to wrap lines so that they do not exceed this length. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Set <code>wrap</code> to <var>0</var>(zero) if you want to disable line "
|
|
|
|
|
"wrapping. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyWrapPhp"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should line wrap text contained within PHP "
|
|
|
|
|
"pseudo elements, which look like: <code><?php ... ?></code>. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
|
|
|
|
|
#. 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 "TidyWrapScriptlets"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should line wrap string literals that "
|
|
|
|
|
"appear in script attributes. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Tidy wraps long script string literals by inserting a backslash character "
|
|
|
|
|
"before the line break. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyWrapSection"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should line wrap text contained within "
|
|
|
|
|
"<code><![ ... ]></code> section tags. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyWriteBack"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should write back the tidied markup to the "
|
|
|
|
|
"same file it read from. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"You are advised to keep copies of important files before tidying them, as "
|
|
|
|
|
"on rare occasions the result may not be what you expect. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyXhtmlOut"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should generate pretty printed output, "
|
|
|
|
|
"writing it as extensible HTML. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This option causes Tidy to set the DOCTYPE and default namespace as "
|
|
|
|
|
"appropriate to XHTML, and will use the corrected value in output "
|
|
|
|
|
"regardless of other sources. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"For XHTML, entities can be written as named or numeric entities according "
|
|
|
|
|
"to the setting of <code>numeric-entities</code>. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"The original case of tags and attributes will be preserved, regardless of "
|
|
|
|
|
"other options. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyXmlDecl"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should add the XML declaration when "
|
|
|
|
|
"outputting XML or XHTML. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Note that if the input already includes an <code><?xml ... ?></code> "
|
|
|
|
|
"declaration then this option will be ignored. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"If the encoding for the output is different from <var>ascii</var>, one "
|
|
|
|
|
"of the <var>utf*</var> encodings, or <var>raw</var>, then the "
|
|
|
|
|
"declaration is always added as required by the XML standard. "
|
2017-03-19 19:41:51 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyXmlOut"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should pretty print output, writing it as "
|
|
|
|
|
"well-formed XML. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"Any entities not defined in XML 1.0 will be written as numeric entities to "
|
|
|
|
|
"allow them to be parsed by an XML parser. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"The original case of tags and attributes will be preserved, regardless of "
|
|
|
|
|
"other options. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyXmlPIs"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should change the parsing of processing "
|
|
|
|
|
"instructions to require <code>?></code> as the terminator rather than "
|
|
|
|
|
"<code>></code>. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This option is automatically set if the input is in XML. "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyXmlSpace"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should add "
|
|
|
|
|
"<code>xml:space=\"preserve\"</code> to elements such as "
|
|
|
|
|
"<code><pre></code>, <code><style></code> and "
|
|
|
|
|
"<code><script></code> when generating XML. "
|
|
|
|
|
"<br/>"
|
|
|
|
|
"This is needed if the whitespace in such elements is to "
|
|
|
|
|
"be parsed appropriately without having access to the DTD. "
|
2017-03-13 17:45:32 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. 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 "TidyXmlTags"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should use the XML parser rather than the "
|
|
|
|
|
"error correcting HTML parser. "
|
2017-03-13 17:45:32 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-04 21:46:07 +00:00
|
|
|
|
#. 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><meta></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 ""
|
|
|
|
|
|
2017-08-28 14:05:46 +00:00
|
|
|
|
#. 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 "TidyStyleTags"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This option specifies if Tidy should move all style tags to the "
|
|
|
|
|
"head of the document. "
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TidyInfo"
|
|
|
|
|
msgid "Info: "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TidyWarning"
|
|
|
|
|
msgid "Warning: "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TidyConfig"
|
|
|
|
|
msgid "Config: "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TidyAccess"
|
|
|
|
|
msgid "Access: "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TidyError"
|
|
|
|
|
msgid "Error: "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TidyBadDocument"
|
|
|
|
|
msgid "Document: "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TidyFatal"
|
|
|
|
|
msgid "Panic: "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TidyDialogueSummary"
|
|
|
|
|
msgid "Summary: "
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-19 18:03:45 +00:00
|
|
|
|
msgctxt "TidyDialogueInfo"
|
|
|
|
|
msgid "Information: "
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-08 01:06:44 +00:00
|
|
|
|
msgctxt "TidyDialogueFootnote"
|
|
|
|
|
msgid "Footnote: "
|
2017-08-28 14:05:46 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2016-03-23 06:56:36 +00:00
|
|
|
|
#, c-format
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "LINE_COLUMN_STRING"
|
|
|
|
|
msgid "line %d column %d - "
|
2016-02-16 03:44:50 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. For example, "discarding invalid UTF-16 surrogate pair"
|
|
|
|
|
msgctxt "STRING_DISCARDING"
|
|
|
|
|
msgid "discarding"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "STRING_ERROR_COUNT_ERROR"
|
|
|
|
|
msgid "error"
|
|
|
|
|
msgid_plural "errors"
|
|
|
|
|
msgstr[0] ""
|
|
|
|
|
msgstr[1] ""
|
|
|
|
|
|
|
|
|
|
msgctxt "STRING_ERROR_COUNT_WARNING"
|
|
|
|
|
msgid "warning"
|
|
|
|
|
msgid_plural "warnings"
|
|
|
|
|
msgstr[0] ""
|
|
|
|
|
msgstr[1] ""
|
|
|
|
|
|
|
|
|
|
msgctxt "STRING_HELLO_ACCESS"
|
|
|
|
|
msgid "\nAccessibility Checks:\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This is not a formal name and can be translated.
|
|
|
|
|
msgctxt "STRING_HTML_PROPRIETARY"
|
|
|
|
|
msgid "HTML Proprietary"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "STRING_XML_DECLARATION"
|
|
|
|
|
msgid "XML declaration"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "STRING_PLAIN_TEXT"
|
|
|
|
|
msgid "plain text"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. For example, "replacing invalid UTF-8 bytes"
|
|
|
|
|
msgctxt "STRING_REPLACING"
|
|
|
|
|
msgid "replacing"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. For example, "you should avoid using the specified encoding."
|
|
|
|
|
msgctxt "STRING_SPECIFIED"
|
|
|
|
|
msgid "specified"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TIDYCUSTOMNO_STRING"
|
|
|
|
|
msgid "no"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TIDYCUSTOMBLOCKLEVEL_STRING"
|
|
|
|
|
msgid "block level"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TIDYCUSTOMEMPTY_STRING"
|
|
|
|
|
msgid "empty"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TIDYCUSTOMINLINE_STRING"
|
|
|
|
|
msgid "inline"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TIDYCUSTOMPRE_STRING"
|
|
|
|
|
msgid "pre"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_HTML_T_ALGORITHM"
|
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
|
|
|
|
" - First, search left from the cell's position to find row header cells.\n"
|
|
|
|
|
" - Then search upwards to find column header cells.\n"
|
|
|
|
|
" - The search in a given direction stops when the edge of the table is\n"
|
|
|
|
|
" reached or when a data cell is found after a header cell.\n"
|
|
|
|
|
" - Row headers are inserted into the list in the order they appear in\n"
|
|
|
|
|
" the table. \n"
|
|
|
|
|
" - For left-to-right tables, headers are inserted from left to right.\n"
|
|
|
|
|
" - Column headers are inserted after row headers, in \n"
|
|
|
|
|
" the order they appear in the table, from top to bottom. \n"
|
|
|
|
|
" - If a header cell has the headers attribute set, then the headers \n"
|
|
|
|
|
" referenced by this attribute are inserted into the list and the \n"
|
|
|
|
|
" search stops for the current direction.\n"
|
|
|
|
|
" TD cells that set the axis attribute are also treated as header cells.\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - %s represents a string-encoding name which may be localized in your language.
|
2016-03-23 06:56:36 +00:00
|
|
|
|
#, c-format
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TEXT_VENDOR_CHARS"
|
|
|
|
|
msgid ""
|
|
|
|
|
"It is unlikely that vendor-specific, system-dependent encodings\n"
|
|
|
|
|
"work widely enough on the World Wide Web; you should avoid using the \n"
|
|
|
|
|
"%s character encoding, instead you are recommended to\n"
|
|
|
|
|
"use named entities, e.g. ™.\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - %s represents a string-encoding name which may be localized in your language.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
2017-03-15 21:36:05 +00:00
|
|
|
|
#, c-format
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TEXT_SGML_CHARS"
|
|
|
|
|
msgid ""
|
|
|
|
|
"Character codes 128 to 159 (U+0080 to U+009F) are not allowed in HTML;\n"
|
|
|
|
|
"even if they were, they would likely be unprintable control characters.\n"
|
|
|
|
|
"Tidy assumed you wanted to refer to a character with the same byte value in the \n"
|
|
|
|
|
"%s encoding and replaced that reference with the Unicode \n"
|
|
|
|
|
"equivalent.\n"
|
2017-03-15 21:36:05 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_INVALID_UTF8"
|
|
|
|
|
msgid ""
|
|
|
|
|
"Character codes for UTF-8 must be in the range: U+0000 to U+10FFFF.\n"
|
|
|
|
|
"The definition of UTF-8 in Annex D of ISO/IEC 10646-1:2000 also\n"
|
|
|
|
|
"allows for the use of five- and six-byte sequences to encode\n"
|
|
|
|
|
"characters that are outside the range of the Unicode character set;\n"
|
|
|
|
|
"those five- and six-byte sequences are illegal for the use of\n"
|
|
|
|
|
"UTF-8 as a transformation of Unicode characters. ISO/IEC 10646\n"
|
|
|
|
|
"does not allow mapping of unpaired surrogates, nor U+FFFE and U+FFFF\n"
|
|
|
|
|
"(but it does allow other noncharacters). For more information please refer to\n"
|
|
|
|
|
"http://www.unicode.org/ and http://www.cl.cam.ac.uk/~mgk25/unicode.html\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_INVALID_UTF16"
|
|
|
|
|
msgid ""
|
|
|
|
|
"Character codes for UTF-16 must be in the range: U+0000 to U+10FFFF.\n"
|
|
|
|
|
"The definition of UTF-16 in Annex C of ISO/IEC 10646-1:2000 does not allow the\n"
|
|
|
|
|
"mapping of unpaired surrogates. For more information please refer to\n"
|
|
|
|
|
"http://www.unicode.org/ and http://www.cl.cam.ac.uk/~mgk25/unicode.html\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
msgctxt "TEXT_INVALID_URI"
|
|
|
|
|
msgid ""
|
|
|
|
|
"URIs must be properly escaped, they must not contain unescaped\n"
|
|
|
|
|
"characters below U+0021 including the space character and not\n"
|
|
|
|
|
"above U+007E. Tidy escapes the URI for you as recommended by\n"
|
|
|
|
|
"HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents\n"
|
|
|
|
|
"use another algorithm to escape such URIs and some server-sided\n"
|
|
|
|
|
"scripts depend on that. If you want to depend on that, you must\n"
|
|
|
|
|
"escape the URI on your own. For more information please refer to\n"
|
|
|
|
|
"http://www.w3.org/International/O-URL-and-ident.html\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_BAD_FORM"
|
|
|
|
|
msgid ""
|
|
|
|
|
"You may need to move one or both of the <form> and </form>\n"
|
|
|
|
|
"tags. HTML elements should be properly nested and form elements\n"
|
|
|
|
|
"are no exception. For instance you should not place the <form>\n"
|
|
|
|
|
"in one table cell and the </form> in another. If the <form> is\n"
|
|
|
|
|
"placed before a table, the </form> cannot be placed inside the\n"
|
|
|
|
|
"table! Note that one form can't be nested inside another!\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_BAD_MAIN"
|
|
|
|
|
msgid ""
|
|
|
|
|
"Only one <main> element is allowed in a document.\n"
|
|
|
|
|
"Subsequent <main> elements have been discarded, which may\n"
|
|
|
|
|
"render the document invalid.\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_M_SUMMARY"
|
|
|
|
|
msgid ""
|
|
|
|
|
"The table summary attribute should be used to describe\n"
|
|
|
|
|
"the table structure. It is very helpful for people using\n"
|
|
|
|
|
"non-visual browsers. The scope and headers attributes for\n"
|
|
|
|
|
"table cells are useful for specifying which headers apply\n"
|
|
|
|
|
"to each table cell, enabling non-visual browsers to provide\n"
|
|
|
|
|
"a meaningful context for each cell.\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_M_IMAGE_ALT"
|
|
|
|
|
msgid ""
|
|
|
|
|
"The alt attribute should be used to give a short description\n"
|
|
|
|
|
"of an image; longer descriptions should be given with the\n"
|
|
|
|
|
"longdesc attribute which takes a URL linked to the description.\n"
|
|
|
|
|
"These measures are needed for people using non-graphical browsers.\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_M_IMAGE_MAP"
|
|
|
|
|
msgid ""
|
|
|
|
|
"Use client-side image maps in preference to server-side image\n"
|
|
|
|
|
"maps as the latter are inaccessible to people using non-\n"
|
|
|
|
|
"graphical browsers. In addition, client-side maps are easier\n"
|
|
|
|
|
"to set up and provide immediate feedback to users.\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_M_LINK_ALT"
|
|
|
|
|
msgid ""
|
|
|
|
|
"For hypertext links defined using a client-side image map, you\n"
|
|
|
|
|
"need to use the alt attribute to provide a textual description\n"
|
|
|
|
|
"of the link for people using non-graphical browsers.\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_USING_FRAMES"
|
|
|
|
|
msgid ""
|
|
|
|
|
"Pages designed using frames present problems for\n"
|
|
|
|
|
"people who are either blind or using a browser that\n"
|
|
|
|
|
"doesn't support frames. A frames-based page should always\n"
|
|
|
|
|
"include an alternative layout inside a NOFRAMES element.\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-29 15:25:17 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "FOOTNOTE_TRIM_EMPTY_ELEMENT"
|
|
|
|
|
msgid ""
|
|
|
|
|
"One or more empty elements were present in the source document but\n"
|
|
|
|
|
"dropped on output. If these elements are necessary or you don't want\n"
|
|
|
|
|
"this behavior, then consider setting the option \"drop-empty-elements\"\n"
|
|
|
|
|
"to no.\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The URL should not be translated unless you find a matching URL in your language.
|
|
|
|
|
msgctxt "TEXT_ACCESS_ADVICE1"
|
|
|
|
|
msgid ""
|
|
|
|
|
"For further advice on how to make your pages accessible\n"
|
|
|
|
|
"see http://www.w3.org/WAI/GL."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The URL should not be translated unless you find a matching URL in your language.
|
|
|
|
|
msgctxt "TEXT_ACCESS_ADVICE2"
|
|
|
|
|
msgid ""
|
|
|
|
|
"For further advice on how to make your pages accessible\n"
|
|
|
|
|
"see http://www.w3.org/WAI/GL and http://www.html-tidy.org/accessibility/."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_USING_LAYER"
|
|
|
|
|
msgid ""
|
|
|
|
|
"The Cascading Style Sheets (CSS) Positioning mechanism\n"
|
|
|
|
|
"is recommended in preference to the proprietary <LAYER>\n"
|
|
|
|
|
"element due to limited vendor support for LAYER.\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_USING_SPACER"
|
|
|
|
|
msgid ""
|
|
|
|
|
"You are recommended to use CSS for controlling white\n"
|
|
|
|
|
"space (e.g. for indentation, margins and line spacing).\n"
|
|
|
|
|
"The proprietary <SPACER> element has limited vendor support.\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_USING_FONT"
|
|
|
|
|
msgid ""
|
|
|
|
|
"You are recommended to use CSS to specify the font and\n"
|
|
|
|
|
"properties such as its size and color. This will reduce\n"
|
|
|
|
|
"the size of HTML files and make them easier to maintain\n"
|
|
|
|
|
"compared with using <FONT> elements.\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_USING_NOBR"
|
|
|
|
|
msgid ""
|
|
|
|
|
"You are recommended to use CSS to control line wrapping.\n"
|
|
|
|
|
"Use \"white-space: nowrap\" to inhibit wrapping in place\n"
|
|
|
|
|
"of inserting <NOBR>...</NOBR> into the markup.\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
msgctxt "TEXT_USING_BODY"
|
|
|
|
|
msgid "You are recommended to use CSS to specify page and link colors"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-08 01:06:44 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "STRING_CONTENT_LOOKS"
|
|
|
|
|
msgid "Document content looks like %s"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "STRING_DOCTYPE_GIVEN"
|
|
|
|
|
msgid "Doctype given is \"%s\""
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "STRING_ERROR_COUNT"
|
2017-10-05 19:08:46 +00:00
|
|
|
|
msgid "Tidy found %u %s and %u %s!\n"
|
2017-09-08 01:06:44 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
msgctxt "STRING_NEEDS_INTERVENTION"
|
|
|
|
|
msgid ""
|
|
|
|
|
"This document has errors that must be fixed before\n"
|
|
|
|
|
"using HTML Tidy to generate a tidied up version.\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "STRING_NO_ERRORS"
|
2017-10-05 19:08:46 +00:00
|
|
|
|
msgid "No warnings or errors were found.\n"
|
2017-09-08 01:06:44 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "STRING_NO_SYSID"
|
|
|
|
|
msgid "No system identifier in emitted doctype"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "STRING_NOT_ALL_SHOWN"
|
2017-10-05 19:08:46 +00:00
|
|
|
|
msgid "Tidy found %u %s and %u %s! Not all warnings/errors were shown.\n"
|
2017-09-08 01:06:44 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
msgctxt "TEXT_GENERAL_INFO"
|
|
|
|
|
msgid ""
|
|
|
|
|
"About HTML Tidy: https://github.com/htacg/tidy-html5\n"
|
|
|
|
|
"Bug reports and comments: https://github.com/htacg/tidy-html5/issues\n"
|
|
|
|
|
"Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/\n"
|
|
|
|
|
"Latest HTML specification: http://dev.w3.org/html5/spec-author-view/\n"
|
|
|
|
|
"Validate your HTML documents: http://validator.w3.org/nu/\n"
|
|
|
|
|
"Lobby your company to join the W3C: http://www.w3.org/Consortium\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
#. - Don't terminate the last line with a newline.
|
|
|
|
|
msgctxt "TEXT_GENERAL_INFO_PLEA"
|
|
|
|
|
msgid ""
|
|
|
|
|
"Do you speak a language other than English, or a different variant of \n"
|
|
|
|
|
"English? Consider helping us to localize HTML Tidy. For details please see \n"
|
|
|
|
|
"https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "ADDED_MISSING_CHARSET"
|
|
|
|
|
msgid "Added appropriate missing <meta charset=...> to %s"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "ANCHOR_NOT_UNIQUE"
|
|
|
|
|
msgid "%s anchor \"%s\" already defined"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "APOS_UNDEFINED"
|
|
|
|
|
msgid "named entity ' only defined in XML/XHTML"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "ATTR_VALUE_NOT_LCASE"
|
|
|
|
|
msgid "%s attribute value \"%s\" must be lower case for XHTML"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "ATTRIBUTE_IS_NOT_ALLOWED"
|
|
|
|
|
msgid "%s attribute \"is\" not allowed for autonomous custom tags."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-04 21:46:07 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "ATTRIBUTE_VALUE_REPLACED"
|
|
|
|
|
msgid "%s attribute \"%s\", incorrect value \"%s\" replaced"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "BACKSLASH_IN_URI"
|
|
|
|
|
msgid "%s URI reference contains backslash. Typo?"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "BAD_ATTRIBUTE_VALUE_REPLACED"
|
|
|
|
|
msgid "%s attribute \"%s\" had invalid value \"%s\" and has been replaced"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "BAD_ATTRIBUTE_VALUE"
|
|
|
|
|
msgid "%s attribute \"%s\" has invalid value \"%s\""
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "BAD_CDATA_CONTENT"
|
|
|
|
|
msgid "'<' + '/' + letter not allowed here"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "BAD_SUMMARY_HTML5"
|
|
|
|
|
msgid "The summary attribute on the %s element is obsolete in HTML5"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "BAD_SURROGATE_LEAD"
|
|
|
|
|
msgid "Trailing (Low) surrogate pair U+%04X, with no leading (High) entity, replaced with U+FFFD."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "BAD_SURROGATE_PAIR"
|
|
|
|
|
msgid "Have out-of-range surrogate pair U+%04X:U+%04X, replaced with U+FFFD value."
|
2017-08-28 14:05:46 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "BAD_SURROGATE_TAIL"
|
|
|
|
|
msgid "Leading (High) surrogate pair U+%04X, with no trailing (Low) entity, replaced with U+FFFD."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "CANT_BE_NESTED"
|
|
|
|
|
msgid "%s can't be nested"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "COERCE_TO_ENDTAG"
|
|
|
|
|
msgid "<%s> is probably intended as </%s>"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "CONTENT_AFTER_BODY"
|
|
|
|
|
msgid "content occurs after end of body"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "CUSTOM_TAG_DETECTED"
|
|
|
|
|
msgid "detected autonomous custom tag %s; will treat as %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "DISCARDING_UNEXPECTED"
|
|
|
|
|
msgid "discarding unexpected %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "DOCTYPE_AFTER_TAGS"
|
|
|
|
|
msgid "<!DOCTYPE> isn't allowed after elements"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "DUPLICATE_FRAMESET"
|
|
|
|
|
msgid "repeated FRAMESET element"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "ELEMENT_NOT_EMPTY"
|
|
|
|
|
msgid "%s element not empty or not closed"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "ELEMENT_VERS_MISMATCH_ERROR"
|
|
|
|
|
msgid "%s element not available in %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "ELEMENT_VERS_MISMATCH_WARN"
|
|
|
|
|
msgid "%s element not available in %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "ENCODING_MISMATCH"
|
|
|
|
|
msgid "specified input encoding (%s) does not match actual input encoding (%s)"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "ESCAPED_ILLEGAL_URI"
|
|
|
|
|
msgid "%s escaping malformed URI reference"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-08 01:06:44 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
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"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "FIXED_BACKSLASH"
|
|
|
|
|
msgid "%s converting backslash in URI to slash"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "FOUND_STYLE_IN_BODY"
|
|
|
|
|
msgid "found <style> tag in <body>! fix-style-tags: yes to move."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "ID_NAME_MISMATCH"
|
|
|
|
|
msgid "%s id and name attribute value mismatch"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "ILLEGAL_NESTING"
|
|
|
|
|
msgid "%s shouldn't be nested"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "ILLEGAL_URI_CODEPOINT"
|
|
|
|
|
msgid "%s illegal characters found in URI"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "ILLEGAL_URI_REFERENCE"
|
|
|
|
|
msgid "%s improperly escaped URI reference"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "INSERTING_AUTO_ATTRIBUTE"
|
|
|
|
|
msgid "%s inserting \"%s\" attribute using value \"%s\""
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "INSERTING_TAG"
|
|
|
|
|
msgid "inserting implicit <%s>"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "INVALID_ATTRIBUTE"
|
|
|
|
|
msgid "%s attribute name \"%s\" (value=\"%s\") is invalid"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "INVALID_NCR"
|
|
|
|
|
msgid "%s invalid numeric character reference %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "INVALID_SGML_CHARS"
|
|
|
|
|
msgid "%s invalid character code %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "INVALID_UTF8"
|
|
|
|
|
msgid "%s invalid UTF-8 bytes (char. code %s)"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "INVALID_UTF16"
|
|
|
|
|
msgid "%s invalid UTF-16 surrogate pair (char. code %s)"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "INVALID_XML_ID"
|
|
|
|
|
msgid "%s cannot copy name attribute to id"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "JOINING_ATTRIBUTE"
|
|
|
|
|
msgid "%s joining values of repeated attribute \"%s\""
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "MALFORMED_COMMENT"
|
2017-09-24 22:15:40 +00:00
|
|
|
|
msgid "tidy replaced adjacent \"-\" with \"=\""
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "MALFORMED_COMMENT_DROPPING"
|
|
|
|
|
msgid "dropping a possible comment due to a missing hyphen"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "MALFORMED_COMMENT_EOS"
|
|
|
|
|
msgid "the end of the document was reached before the end of the comment"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "MALFORMED_COMMENT_WARN"
|
|
|
|
|
msgid "detected adjacent hyphens within the comment; consider fix-bad-comments"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "MALFORMED_DOCTYPE"
|
|
|
|
|
msgid "discarding malformed <!DOCTYPE>"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "MISMATCHED_ATTRIBUTE_ERROR"
|
|
|
|
|
msgid "%s attribute \"%s\" not allowed for %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "MISMATCHED_ATTRIBUTE_WARN"
|
|
|
|
|
msgid "%s attribute \"%s\" not allowed for %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "MISSING_ATTR_VALUE"
|
|
|
|
|
msgid "%s attribute \"%s\" lacks value"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "MISSING_ATTRIBUTE"
|
|
|
|
|
msgid "%s lacks \"%s\" attribute"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "MISSING_DOCTYPE"
|
|
|
|
|
msgid "missing <!DOCTYPE> declaration"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "MISSING_ENDTAG_BEFORE"
|
|
|
|
|
msgid "missing </%s> before %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "MISSING_ENDTAG_FOR"
|
|
|
|
|
msgid "missing </%s>"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-29 18:46:17 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "MISSING_ENDTAG_OPTIONAL"
|
|
|
|
|
msgid "missing optional end tag </%s>"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "MISSING_IMAGEMAP"
|
|
|
|
|
msgid "%s should use client-side image map"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "MISSING_QUOTEMARK"
|
|
|
|
|
msgid "%s attribute with missing trailing quote mark"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-23 11:53:57 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "MISSING_QUOTEMARK_OPEN"
|
|
|
|
|
msgid "value for attribute \"%s\" missing quote marks"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "MISSING_SEMICOLON_NCR"
|
|
|
|
|
msgid "numeric character reference \"%s\" doesn't end in ';'"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "MISSING_SEMICOLON"
|
|
|
|
|
msgid "entity \"%s\" doesn't end in ';'"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "MISSING_STARTTAG"
|
|
|
|
|
msgid "missing <%s>"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "MISSING_TITLE_ELEMENT"
|
|
|
|
|
msgid "inserting missing 'title' element"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "MOVED_STYLE_TO_HEAD"
|
|
|
|
|
msgid "moved <style> tag to <head>! fix-style-tags: no to avoid."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "NESTED_EMPHASIS"
|
|
|
|
|
msgid "nested emphasis %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "NESTED_QUOTATION"
|
|
|
|
|
msgid "nested q elements, possible typo."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "NEWLINE_IN_URI"
|
|
|
|
|
msgid "%s discarding newline in URI reference"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "NOFRAMES_CONTENT"
|
|
|
|
|
msgid "%s not inside 'noframes' element"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "NON_MATCHING_ENDTAG"
|
|
|
|
|
msgid "replacing unexpected %s with </%s>"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "OBSOLETE_ELEMENT"
|
|
|
|
|
msgid "replacing obsolete element %s with %s"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "PREVIOUS_LOCATION"
|
|
|
|
|
msgid "<%s> previously mentioned"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "PROPRIETARY_ATTR_VALUE"
|
|
|
|
|
msgid "%s proprietary attribute value \"%s\""
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "PROPRIETARY_ATTRIBUTE"
|
|
|
|
|
msgid "%s proprietary attribute \"%s\""
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "PROPRIETARY_ELEMENT"
|
|
|
|
|
msgid "%s is not approved by W3C"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "REMOVED_HTML5"
|
|
|
|
|
msgid "%s element removed from HTML5"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "REPEATED_ATTRIBUTE"
|
|
|
|
|
msgid "%s dropping value \"%s\" for repeated attribute \"%s\""
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "REPLACING_ELEMENT"
|
|
|
|
|
msgid "replacing %s with %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "REPLACING_UNEX_ELEMENT"
|
|
|
|
|
msgid "replacing unexpected %s with %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "SPACE_PRECEDING_XMLDECL"
|
|
|
|
|
msgid "removing whitespace preceding XML Declaration"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-08 01:06:44 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "STRING_MISSING_MALFORMED"
|
|
|
|
|
msgid "missing or malformed argument for option: %s"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "STRING_UNKNOWN_OPTION"
|
|
|
|
|
msgid "unknown option: %s"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "SUSPECTED_MISSING_QUOTE"
|
2017-09-29 14:42:21 +00:00
|
|
|
|
msgid "suspected missing quote mark for attribute value"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "TAG_NOT_ALLOWED_IN"
|
|
|
|
|
msgid "%s isn't allowed in <%s> elements"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "TOO_MANY_ELEMENTS_IN"
|
|
|
|
|
msgid "too many %s elements in <%s>"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "TOO_MANY_ELEMENTS"
|
|
|
|
|
msgid "too many %s elements"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "TRIM_EMPTY_ELEMENT"
|
|
|
|
|
msgid "trimming empty %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "UNESCAPED_AMPERSAND"
|
|
|
|
|
msgid "unescaped & which should be written as &"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "UNEXPECTED_END_OF_FILE_ATTR"
|
|
|
|
|
msgid "%s end of file while parsing attributes"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "UNEXPECTED_END_OF_FILE"
|
|
|
|
|
msgid "unexpected end of file %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "UNEXPECTED_ENDTAG_ERR"
|
|
|
|
|
msgid "unexpected </%s>"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "UNEXPECTED_ENDTAG_IN"
|
|
|
|
|
msgid "unexpected </%s> in <%s>"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "UNEXPECTED_ENDTAG"
|
|
|
|
|
msgid "unexpected </%s>"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
|
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "UNEXPECTED_EQUALSIGN"
|
|
|
|
|
msgid "%s unexpected '=', expected attribute name"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "UNEXPECTED_GT"
|
|
|
|
|
msgid "%s missing '>' for end of tag"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "UNEXPECTED_QUOTEMARK"
|
|
|
|
|
msgid "%s unexpected or duplicate quote mark"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "UNKNOWN_ELEMENT_LOOKS_CUSTOM"
|
|
|
|
|
msgid "%s is not recognized! Did you mean to enable the custom-tags option?"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "UNKNOWN_ELEMENT"
|
|
|
|
|
msgid "%s is not recognized!"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "UNKNOWN_ENTITY"
|
|
|
|
|
msgid "unescaped & or unknown entity \"%s\""
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "USING_BR_INPLACE_OF"
|
|
|
|
|
msgid "using <br> in place of %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-08-31 16:55:32 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "VENDOR_SPECIFIC_CHARS"
|
|
|
|
|
msgid "%s invalid character code %s"
|
2017-08-31 16:55:32 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "WHITE_IN_URI"
|
|
|
|
|
msgid "%s discarding whitespace in URI reference"
|
2017-08-28 14:05:46 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "XML_DECLARATION_DETECTED"
|
|
|
|
|
msgid "An XML declaration was detected. Did you mean to use input-xml?"
|
2017-08-28 14:05:46 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-09-04 21:46:07 +00:00
|
|
|
|
#, c-format
|
2017-09-07 00:55:36 +00:00
|
|
|
|
msgctxt "XML_ID_SYNTAX"
|
|
|
|
|
msgid "%s ID \"%s\" uses XML ID syntax"
|
2017-09-04 21:46:07 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "IMG_MISSING_ALT"
|
|
|
|
|
msgid "[1.1.1.1]: <img> missing 'alt' text."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "IMG_ALT_SUSPICIOUS_FILENAME"
|
|
|
|
|
msgid "[1.1.1.2]: suspicious 'alt' text (filename)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "IMG_ALT_SUSPICIOUS_FILE_SIZE"
|
|
|
|
|
msgid "[1.1.1.3]: suspicious 'alt' text (file size)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "IMG_ALT_SUSPICIOUS_PLACEHOLDER"
|
|
|
|
|
msgid "[1.1.1.4]: suspicious 'alt' text (placeholder)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "IMG_ALT_SUSPICIOUS_TOO_LONG"
|
|
|
|
|
msgid "[1.1.1.10]: suspicious 'alt' text (too long)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "IMG_MISSING_LONGDESC_DLINK"
|
|
|
|
|
msgid "[1.1.2.1]: <img> missing 'longdesc' and d-link."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "IMG_MISSING_DLINK"
|
|
|
|
|
msgid "[1.1.2.2]: <img> missing d-link."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "IMG_MISSING_LONGDESC"
|
|
|
|
|
msgid "[1.1.2.3]: <img> missing 'longdesc'."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "IMG_BUTTON_MISSING_ALT"
|
|
|
|
|
msgid "[1.1.3.1]: <img> (button) missing 'alt' text."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "APPLET_MISSING_ALT"
|
|
|
|
|
msgid "[1.1.4.1]: <applet> missing alternate content."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "OBJECT_MISSING_ALT"
|
|
|
|
|
msgid "[1.1.5.1]: <object> missing alternate content."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "AUDIO_MISSING_TEXT_WAV"
|
|
|
|
|
msgid "[1.1.6.1]: audio missing text transcript (wav)."
|
2016-02-17 12:07:00 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "AUDIO_MISSING_TEXT_AU"
|
|
|
|
|
msgid "[1.1.6.2]: audio missing text transcript (au)."
|
2016-02-17 12:07:00 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "AUDIO_MISSING_TEXT_AIFF"
|
|
|
|
|
msgid "[1.1.6.3]: audio missing text transcript (aiff)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "AUDIO_MISSING_TEXT_SND"
|
|
|
|
|
msgid "[1.1.6.4]: audio missing text transcript (snd)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "AUDIO_MISSING_TEXT_RA"
|
|
|
|
|
msgid "[1.1.6.5]: audio missing text transcript (ra)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "AUDIO_MISSING_TEXT_RM"
|
|
|
|
|
msgid "[1.1.6.6]: audio missing text transcript (rm)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "FRAME_MISSING_LONGDESC"
|
|
|
|
|
msgid "[1.1.8.1]: <frame> may require 'longdesc'."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "AREA_MISSING_ALT"
|
|
|
|
|
msgid "[1.1.9.1]: <area> missing 'alt' text."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "SCRIPT_MISSING_NOSCRIPT"
|
|
|
|
|
msgid "[1.1.10.1]: <script> missing <noscript> section."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "ASCII_REQUIRES_DESCRIPTION"
|
|
|
|
|
msgid "[1.1.12.1]: ascii art requires description."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "IMG_MAP_SERVER_REQUIRES_TEXT_LINKS"
|
|
|
|
|
msgid "[1.2.1.1]: image map (server-side) requires text links."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "MULTIMEDIA_REQUIRES_TEXT"
|
|
|
|
|
msgid "[1.4.1.1]: multimedia requires synchronized text equivalents."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "IMG_MAP_CLIENT_MISSING_TEXT_LINKS"
|
|
|
|
|
msgid "[1.5.1.1]: image map (client-side) missing text links."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "INFORMATION_NOT_CONVEYED_IMAGE"
|
|
|
|
|
msgid "[2.1.1.1]: ensure information not conveyed through color alone (image)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "INFORMATION_NOT_CONVEYED_APPLET"
|
|
|
|
|
msgid "[2.1.1.2]: ensure information not conveyed through color alone (applet)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "INFORMATION_NOT_CONVEYED_OBJECT"
|
|
|
|
|
msgid "[2.1.1.3]: ensure information not conveyed through color alone (object)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "INFORMATION_NOT_CONVEYED_SCRIPT"
|
|
|
|
|
msgid "[2.1.1.4]: ensure information not conveyed through color alone (script)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "INFORMATION_NOT_CONVEYED_INPUT"
|
|
|
|
|
msgid "[2.1.1.5]: ensure information not conveyed through color alone (input)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "COLOR_CONTRAST_TEXT"
|
|
|
|
|
msgid "[2.2.1.1]: poor color contrast (text)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "COLOR_CONTRAST_LINK"
|
|
|
|
|
msgid "[2.2.1.2]: poor color contrast (link)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "COLOR_CONTRAST_ACTIVE_LINK"
|
|
|
|
|
msgid "[2.2.1.3]: poor color contrast (active link)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "COLOR_CONTRAST_VISITED_LINK"
|
|
|
|
|
msgid "[2.2.1.4]: poor color contrast (visited link)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "DOCTYPE_MISSING"
|
|
|
|
|
msgid "[3.2.1.1]: <doctype> missing."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "STYLE_SHEET_CONTROL_PRESENTATION"
|
|
|
|
|
msgid "[3.3.1.1]: use style sheets to control presentation."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "HEADERS_IMPROPERLY_NESTED"
|
|
|
|
|
msgid "[3.5.1.1]: headers improperly nested."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "POTENTIAL_HEADER_BOLD"
|
|
|
|
|
msgid "[3.5.2.1]: potential header (bold)."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "POTENTIAL_HEADER_ITALICS"
|
|
|
|
|
msgid "[3.5.2.2]: potential header (italics)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "POTENTIAL_HEADER_UNDERLINE"
|
|
|
|
|
msgid "[3.5.2.3]: potential header (underline)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "HEADER_USED_FORMAT_TEXT"
|
|
|
|
|
msgid "[3.5.3.1]: header used to format text."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "LIST_USAGE_INVALID_UL"
|
|
|
|
|
msgid "[3.6.1.1]: list usage invalid <ul>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "LIST_USAGE_INVALID_OL"
|
|
|
|
|
msgid "[3.6.1.2]: list usage invalid <ol>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "LIST_USAGE_INVALID_LI"
|
|
|
|
|
msgid "[3.6.1.4]: list usage invalid <li>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "LANGUAGE_NOT_IDENTIFIED"
|
|
|
|
|
msgid "[4.3.1.1]: language not identified."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "LANGUAGE_INVALID"
|
|
|
|
|
msgid "[4.3.1.2]: language attribute invalid."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "DATA_TABLE_MISSING_HEADERS"
|
|
|
|
|
msgid "[5.1.2.1]: data <table> missing row/column headers (all)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "DATA_TABLE_MISSING_HEADERS_COLUMN"
|
|
|
|
|
msgid "[5.1.2.2]: data <table> missing row/column headers (1 col)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "DATA_TABLE_MISSING_HEADERS_ROW"
|
|
|
|
|
msgid "[5.1.2.3]: data <table> missing row/column headers (1 row)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "DATA_TABLE_REQUIRE_MARKUP_COLUMN_HEADERS"
|
|
|
|
|
msgid "[5.2.1.1]: data <table> may require markup (column headers)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "DATA_TABLE_REQUIRE_MARKUP_ROW_HEADERS"
|
|
|
|
|
msgid "[5.2.1.2]: data <table> may require markup (row headers)."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "LAYOUT_TABLES_LINEARIZE_PROPERLY"
|
|
|
|
|
msgid "[5.3.1.1]: verify layout tables linearize properly."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "LAYOUT_TABLE_INVALID_MARKUP"
|
|
|
|
|
msgid "[5.4.1.1]: invalid markup used in layout <table>."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TABLE_MISSING_SUMMARY"
|
|
|
|
|
msgid "[5.5.1.1]: <table> missing summary."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TABLE_SUMMARY_INVALID_NULL"
|
|
|
|
|
msgid "[5.5.1.2]: <table> summary invalid (null)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TABLE_SUMMARY_INVALID_SPACES"
|
|
|
|
|
msgid "[5.5.1.3]: <table> summary invalid (spaces)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TABLE_SUMMARY_INVALID_PLACEHOLDER"
|
|
|
|
|
msgid "[5.5.1.6]: <table> summary invalid (placeholder text)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TABLE_MISSING_CAPTION"
|
|
|
|
|
msgid "[5.5.2.1]: <table> missing <caption>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TABLE_MAY_REQUIRE_HEADER_ABBR"
|
|
|
|
|
msgid "[5.6.1.1]: <table> may require header abbreviations."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TABLE_MAY_REQUIRE_HEADER_ABBR_NULL"
|
|
|
|
|
msgid "[5.6.1.2]: <table> header abbreviations invalid (null)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TABLE_MAY_REQUIRE_HEADER_ABBR_SPACES"
|
|
|
|
|
msgid "[5.6.1.3]: <table> header abbreviations invalid (spaces)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "STYLESHEETS_REQUIRE_TESTING_LINK"
|
|
|
|
|
msgid "[6.1.1.1]: style sheets require testing (link)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "STYLESHEETS_REQUIRE_TESTING_STYLE_ELEMENT"
|
|
|
|
|
msgid "[6.1.1.2]: style sheets require testing (style element)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "STYLESHEETS_REQUIRE_TESTING_STYLE_ATTR"
|
|
|
|
|
msgid "[6.1.1.3]: style sheets require testing (style attribute)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "FRAME_SRC_INVALID"
|
|
|
|
|
msgid "[6.2.1.1]: <frame> source invalid."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TEXT_EQUIVALENTS_REQUIRE_UPDATING_APPLET"
|
|
|
|
|
msgid "[6.2.2.1]: text equivalents require updating (applet)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TEXT_EQUIVALENTS_REQUIRE_UPDATING_SCRIPT"
|
|
|
|
|
msgid "[6.2.2.2]: text equivalents require updating (script)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "TEXT_EQUIVALENTS_REQUIRE_UPDATING_OBJECT"
|
|
|
|
|
msgid "[6.2.2.3]: text equivalents require updating (object)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "PROGRAMMATIC_OBJECTS_REQUIRE_TESTING_SCRIPT"
|
|
|
|
|
msgid "[6.3.1.1]: programmatic objects require testing (script)."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "PROGRAMMATIC_OBJECTS_REQUIRE_TESTING_OBJECT"
|
|
|
|
|
msgid "[6.3.1.2]: programmatic objects require testing (object)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "PROGRAMMATIC_OBJECTS_REQUIRE_TESTING_EMBED"
|
|
|
|
|
msgid "[6.3.1.3]: programmatic objects require testing (embed)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "PROGRAMMATIC_OBJECTS_REQUIRE_TESTING_APPLET"
|
|
|
|
|
msgid "[6.3.1.4]: programmatic objects require testing (applet)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "FRAME_MISSING_NOFRAMES"
|
|
|
|
|
msgid "[6.5.1.1]: <frameset> missing <noframes> section."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "NOFRAMES_INVALID_NO_VALUE"
|
|
|
|
|
msgid "[6.5.1.2]: <noframes> section invalid (no value)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "NOFRAMES_INVALID_CONTENT"
|
|
|
|
|
msgid "[6.5.1.3]: <noframes> section invalid (content)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "NOFRAMES_INVALID_LINK"
|
|
|
|
|
msgid "[6.5.1.4]: <noframes> section invalid (link)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REMOVE_FLICKER_SCRIPT"
|
|
|
|
|
msgid "[7.1.1.1]: remove flicker (script)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REMOVE_FLICKER_OBJECT"
|
|
|
|
|
msgid "[7.1.1.2]: remove flicker (object)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REMOVE_FLICKER_EMBED"
|
|
|
|
|
msgid "[7.1.1.3]: remove flicker (embed)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REMOVE_FLICKER_APPLET"
|
|
|
|
|
msgid "[7.1.1.4]: remove flicker (applet)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REMOVE_FLICKER_ANIMATED_GIF"
|
|
|
|
|
msgid "[7.1.1.5]: remove flicker (animated gif)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REMOVE_BLINK_MARQUEE"
|
|
|
|
|
msgid "[7.2.1.1]: remove blink/marquee."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REMOVE_AUTO_REFRESH"
|
|
|
|
|
msgid "[7.4.1.1]: remove auto-refresh."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REMOVE_AUTO_REDIRECT"
|
|
|
|
|
msgid "[7.5.1.1]: remove auto-redirect."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "ENSURE_PROGRAMMATIC_OBJECTS_ACCESSIBLE_SCRIPT"
|
|
|
|
|
msgid "[8.1.1.1]: ensure programmatic objects are accessible (script)."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "ENSURE_PROGRAMMATIC_OBJECTS_ACCESSIBLE_OBJECT"
|
|
|
|
|
msgid "[8.1.1.2]: ensure programmatic objects are accessible (object)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "ENSURE_PROGRAMMATIC_OBJECTS_ACCESSIBLE_APPLET"
|
|
|
|
|
msgid "[8.1.1.3]: ensure programmatic objects are accessible (applet)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "ENSURE_PROGRAMMATIC_OBJECTS_ACCESSIBLE_EMBED"
|
|
|
|
|
msgid "[8.1.1.4]: ensure programmatic objects are accessible (embed)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "IMAGE_MAP_SERVER_SIDE_REQUIRES_CONVERSION"
|
|
|
|
|
msgid "[9.1.1.1]: image map (server-side) requires conversion."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "SCRIPT_NOT_KEYBOARD_ACCESSIBLE_ON_MOUSE_DOWN"
|
|
|
|
|
msgid "[9.3.1.1]: <script> not keyboard accessible (onMouseDown)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "SCRIPT_NOT_KEYBOARD_ACCESSIBLE_ON_MOUSE_UP"
|
|
|
|
|
msgid "[9.3.1.2]: <script> not keyboard accessible (onMouseUp)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "SCRIPT_NOT_KEYBOARD_ACCESSIBLE_ON_CLICK"
|
|
|
|
|
msgid "[9.3.1.3]: <script> not keyboard accessible (onClick)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "SCRIPT_NOT_KEYBOARD_ACCESSIBLE_ON_MOUSE_OVER"
|
|
|
|
|
msgid "[9.3.1.4]: <script> not keyboard accessible (onMouseOver)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "SCRIPT_NOT_KEYBOARD_ACCESSIBLE_ON_MOUSE_OUT"
|
|
|
|
|
msgid "[9.3.1.5]: <script> not keyboard accessible (onMouseOut)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "SCRIPT_NOT_KEYBOARD_ACCESSIBLE_ON_MOUSE_MOVE"
|
|
|
|
|
msgid "[9.3.1.6]: <script> not keyboard accessible (onMouseMove)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "NEW_WINDOWS_REQUIRE_WARNING_NEW"
|
|
|
|
|
msgid "[10.1.1.1]: new windows require warning (_new)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "NEW_WINDOWS_REQUIRE_WARNING_BLANK"
|
|
|
|
|
msgid "[10.1.1.2]: new windows require warning (_blank)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REPLACE_DEPRECATED_HTML_APPLET"
|
|
|
|
|
msgid "[11.2.1.1]: replace deprecated html <applet>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REPLACE_DEPRECATED_HTML_BASEFONT"
|
|
|
|
|
msgid "[11.2.1.2]: replace deprecated html <basefont>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REPLACE_DEPRECATED_HTML_CENTER"
|
|
|
|
|
msgid "[11.2.1.3]: replace deprecated html <center>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REPLACE_DEPRECATED_HTML_DIR"
|
|
|
|
|
msgid "[11.2.1.4]: replace deprecated html <dir>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REPLACE_DEPRECATED_HTML_FONT"
|
|
|
|
|
msgid "[11.2.1.5]: replace deprecated html <font>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REPLACE_DEPRECATED_HTML_ISINDEX"
|
|
|
|
|
msgid "[11.2.1.6]: replace deprecated html <isindex>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REPLACE_DEPRECATED_HTML_MENU"
|
|
|
|
|
msgid "[11.2.1.7]: replace deprecated html <menu>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REPLACE_DEPRECATED_HTML_S"
|
|
|
|
|
msgid "[11.2.1.8]: replace deprecated html <s>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REPLACE_DEPRECATED_HTML_STRIKE"
|
|
|
|
|
msgid "[11.2.1.9]: replace deprecated html <strike>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "REPLACE_DEPRECATED_HTML_U"
|
|
|
|
|
msgid "[11.2.1.10]: replace deprecated html <u>."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "FRAME_MISSING_TITLE"
|
|
|
|
|
msgid "[12.1.1.1]: <frame> missing title."
|
2016-02-16 03:44:50 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "FRAME_TITLE_INVALID_NULL"
|
|
|
|
|
msgid "[12.1.1.2]: <frame> title invalid (null)."
|
2017-03-13 17:45:32 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "FRAME_TITLE_INVALID_SPACES"
|
|
|
|
|
msgid "[12.1.1.3]: <frame> title invalid (spaces)."
|
2016-03-23 06:56:36 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "ASSOCIATE_LABELS_EXPLICITLY"
|
|
|
|
|
msgid "[12.4.1.1]: associate labels explicitly with form controls."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "ASSOCIATE_LABELS_EXPLICITLY_FOR"
|
|
|
|
|
msgid "[12.4.1.2]: associate labels explicitly with form controls (for)."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "ASSOCIATE_LABELS_EXPLICITLY_ID"
|
|
|
|
|
msgid "[12.4.1.3]: associate labels explicitly with form controls (id)."
|
2017-03-10 13:24:23 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "LINK_TEXT_NOT_MEANINGFUL"
|
|
|
|
|
msgid "[13.1.1.1]: link text not meaningful."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "LINK_TEXT_MISSING"
|
|
|
|
|
msgid "[13.1.1.2]: link text missing."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
Continue the documentation effort!
- Many, many updates to the public header files.
- tidyenum.h was reorganized substantially in order to better generate
documentation with Doxygen.
- This was also a good time to clean up all of the various enums for languages
and strings. Everything is simple and in a single enum now, other than a
couple of cases (TidyOptionId, for example, doesn't need to be redefined).
- A full and complete audit of the strings meant some opportunities to delete
useless strings.
- Reorganized the order of the strings in language_en.h in order to better
find things when programmers want to make changes. There are a lot fewer
internal "sections" now, and everything has been painstakingly sorted within
the remaining sections.
- Consequently rebased all of the PO's, POT, and other language files.
- Updated several of the READMEs with the newest information.
- Made the READMEs easier to copy into the Doxygen project by changing some of
the code format for compatibility, mainly the use of tildes instead of
backslashes for code blocks.
- Added tidyGetMessageCode() to message API. Despite the huge diff, this is the
only externally-visible change, other than removing some enums (but not their
values!).
- Passing `next` tests on Mac, Linux, Win10.
2017-03-21 01:07:53 +00:00
|
|
|
|
msgctxt "LINK_TEXT_TOO_LONG"
|
|
|
|
|
msgid "[13.1.1.3]: link text too long."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "LINK_TEXT_NOT_MEANINGFUL_CLICK_HERE"
|
|
|
|
|
msgid "[13.1.1.4]: link text not meaningful (click here)."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "METADATA_MISSING"
|
|
|
|
|
msgid "[13.2.1.1]: Metadata missing."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "METADATA_MISSING_REDIRECT_AUTOREFRESH"
|
|
|
|
|
msgid "[13.2.1.3]: Metadata missing (redirect/auto-refresh)."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "SKIPOVER_ASCII_ART"
|
|
|
|
|
msgid "[13.10.1.1]: skip over ascii art."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_LABEL_COL"
|
|
|
|
|
msgid "column"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_LABEL_FILE"
|
|
|
|
|
msgid "file"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_LABEL_LANG"
|
|
|
|
|
msgid "lang"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_LABEL_LEVL"
|
|
|
|
|
msgid "level"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_LABEL_OPT"
|
|
|
|
|
msgid "option"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2016-03-23 06:56:36 +00:00
|
|
|
|
#, c-format
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_MAIN_ERROR_LOAD_CONFIG"
|
2016-01-29 03:11:53 +00:00
|
|
|
|
msgid "Loading config file \"%s\" failed, err = %d"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_ACCESS"
|
|
|
|
|
msgid ""
|
|
|
|
|
"do additional accessibility checks (<level> = 0, 1, 2, 3). 0 is "
|
|
|
|
|
"assumed if <level> is missing."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_ASCII"
|
|
|
|
|
msgid "use ISO-8859-1 for input, US-ASCII for output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_ASHTML"
|
|
|
|
|
msgid "force XHTML to well formed HTML"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_ASXML"
|
|
|
|
|
msgid "convert HTML to well formed XHTML"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_BARE"
|
|
|
|
|
msgid "strip out smart quotes and em dashes, etc."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_BIG5"
|
|
|
|
|
msgid "use Big5 for both input and output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_CLEAN"
|
|
|
|
|
msgid "replace FONT, NOBR and CENTER tags with CSS"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_CONFIG"
|
|
|
|
|
msgid "set configuration options from the specified <file>"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_ERRORS"
|
|
|
|
|
msgid "show only errors and warnings"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_FILE"
|
|
|
|
|
msgid "write errors and warnings to the specified <file>"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_GDOC"
|
|
|
|
|
msgid "produce clean version of html exported by Google Docs"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_HELP"
|
|
|
|
|
msgid "list the command line options"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_HELPCFG"
|
|
|
|
|
msgid "list all configuration options"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-10-01 23:19:47 +00:00
|
|
|
|
msgctxt "TC_OPT_HELPENV"
|
|
|
|
|
msgid "show information about the environment and runtime configuration"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_OPT_HELPOPT"
|
|
|
|
|
msgid "show a description of the <option>"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_IBM858"
|
|
|
|
|
msgid "use IBM-858 (CP850+Euro) for input, US-ASCII for output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_INDENT"
|
|
|
|
|
msgid "indent element content"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_ISO2022"
|
|
|
|
|
msgid "use ISO-2022 for both input and output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
msgctxt "TC_OPT_LANGUAGE"
|
|
|
|
|
msgid ""
|
|
|
|
|
"set Tidy's output language to <lang>. Specify '-language help' for more help. "
|
|
|
|
|
"Use before output-causing arguments to ensure the language takes effect, e.g.,"
|
|
|
|
|
"`tidy -lang es -lang help`."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_LATIN0"
|
|
|
|
|
msgid "use ISO-8859-15 for input, US-ASCII for output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_LATIN1"
|
|
|
|
|
msgid "use ISO-8859-1 for both input and output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_MAC"
|
|
|
|
|
msgid "use MacRoman for input, US-ASCII for output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_MODIFY"
|
|
|
|
|
msgid "modify the original input files"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_NUMERIC"
|
|
|
|
|
msgid "output numeric rather than named entities"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_OMIT"
|
|
|
|
|
msgid "omit optional start tags and end tags"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_OUTPUT"
|
|
|
|
|
msgid "write output to the specified <file>"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_QUIET"
|
|
|
|
|
msgid "suppress nonessential output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_RAW"
|
|
|
|
|
msgid "output values above 127 without conversion to entities"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_SHIFTJIS"
|
|
|
|
|
msgid "use Shift_JIS for both input and output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_SHOWCFG"
|
|
|
|
|
msgid "list the current configuration settings"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2017-10-01 23:49:44 +00:00
|
|
|
|
msgctxt "TC_OPT_EXP_CFG"
|
|
|
|
|
msgid "list the current configuration settings, suitable for a config file"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_EXP_DEF"
|
|
|
|
|
msgid "list the default configuration settings, suitable for a config file"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_OPT_UPPER"
|
|
|
|
|
msgid "force tags to upper case"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_UTF16"
|
|
|
|
|
msgid "use UTF-16 for both input and output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_UTF16BE"
|
|
|
|
|
msgid "use UTF-16BE for both input and output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_UTF16LE"
|
|
|
|
|
msgid "use UTF-16LE for both input and output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_UTF8"
|
|
|
|
|
msgid "use UTF-8 for both input and output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
msgctxt "TC_OPT_VERSION"
|
|
|
|
|
msgid "show the version of Tidy"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_WIN1252"
|
|
|
|
|
msgid "use Windows-1252 for input, US-ASCII for output"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_WRAP"
|
|
|
|
|
msgid ""
|
|
|
|
|
"wrap text at the specified <column>. 0 is assumed if <column> is "
|
|
|
|
|
"missing. When this option is omitted, the default of the "
|
|
|
|
|
"configuration option 'wrap' applies."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_XML"
|
|
|
|
|
msgid "specify the input is well formed XML"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_XMLCFG"
|
|
|
|
|
msgid "list all configuration options in XML format"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_OPT_XMLHELP"
|
|
|
|
|
msgid "list the command line options in XML format"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
msgctxt "TC_OPT_XMLSTRG"
|
|
|
|
|
msgid "output all of Tidy's strings in XML format"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2016-02-17 12:07:00 +00:00
|
|
|
|
msgctxt "TC_OPT_XMLERRS"
|
|
|
|
|
msgid "output error constants and strings in XML format"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_OPT_XMLOPTS"
|
2016-02-17 12:07:00 +00:00
|
|
|
|
msgid "output option descriptions in XML format"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_STRING_CONF_HEADER"
|
|
|
|
|
msgid "Configuration File Settings:"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. Must be 27 characters or fewer.
|
|
|
|
|
msgctxt "TC_STRING_CONF_NAME"
|
|
|
|
|
msgid "Name"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. Must be 9 characters or fewer.
|
|
|
|
|
msgctxt "TC_STRING_CONF_TYPE"
|
|
|
|
|
msgid "Type"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. Must be 40 characters or fewer.
|
|
|
|
|
msgctxt "TC_STRING_CONF_VALUE"
|
|
|
|
|
msgid "Current Value"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2016-03-23 06:56:36 +00:00
|
|
|
|
#, c-format
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_STRING_OPT_NOT_DOCUMENTED"
|
2016-01-29 03:11:53 +00:00
|
|
|
|
msgid "Warning: option `%s' is not documented."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_STRING_OUT_OF_MEMORY"
|
|
|
|
|
msgid "Out of memory. Bailing out."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2016-03-23 06:56:36 +00:00
|
|
|
|
#, c-format
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_STRING_FATAL_ERROR"
|
2016-01-29 03:11:53 +00:00
|
|
|
|
msgid "Fatal error: impossible value for id='%d'."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_STRING_FILE_MANIP"
|
|
|
|
|
msgid "File manipulation"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_STRING_PROCESS_DIRECTIVES"
|
|
|
|
|
msgid "Processing directives"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_STRING_CHAR_ENCODING"
|
|
|
|
|
msgid "Character encodings"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_STRING_LANG_MUST_SPECIFY"
|
|
|
|
|
msgid "A POSIX or Windows locale must be specified."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
2016-03-23 06:56:36 +00:00
|
|
|
|
#, c-format
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_STRING_LANG_NOT_FOUND"
|
2016-01-29 03:11:53 +00:00
|
|
|
|
msgid "Tidy doesn't have language '%s,' will use '%s' instead."
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_STRING_MISC"
|
|
|
|
|
msgid "Miscellaneous"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_STRING_XML"
|
|
|
|
|
msgid "XML"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_STRING_MUST_SPECIFY"
|
|
|
|
|
msgid "A Tidy option name must be specified."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
msgctxt "TC_STRING_UNKNOWN_OPTION"
|
2016-01-29 03:11:53 +00:00
|
|
|
|
msgid "HTML Tidy: unknown option: %c"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
msgctxt "TC_STRING_UNKNOWN_OPTION_B"
|
|
|
|
|
msgid "HTML Tidy: unknown option."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
2016-03-23 06:56:36 +00:00
|
|
|
|
#, c-format
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_STRING_VERS_A"
|
2016-01-29 03:11:53 +00:00
|
|
|
|
msgid "HTML Tidy for %s version %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
2016-03-23 06:56:36 +00:00
|
|
|
|
#, c-format
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_STRING_VERS_B"
|
2016-01-29 03:11:53 +00:00
|
|
|
|
msgid "HTML Tidy version %s"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
2017-03-13 17:45:32 +00:00
|
|
|
|
#. - First %s represents the name of the executable from the file system, and is mostly like going to be "tidy".
|
|
|
|
|
#. - Second %s represents a version number, typically x.x.xx.
|
2016-01-15 04:06:15 +00:00
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
2016-03-23 06:56:36 +00:00
|
|
|
|
#, c-format
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_TXT_HELP_1"
|
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
2016-01-29 03:11:53 +00:00
|
|
|
|
"%s [options...] [file...] [options...] [file...]\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"Utility to clean up and pretty print HTML/XHTML/XML.\n"
|
|
|
|
|
"\n"
|
2016-01-29 03:11:53 +00:00
|
|
|
|
"This is modern HTML Tidy version %s.\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
2016-01-29 03:11:53 +00:00
|
|
|
|
#. - %s represents the platform, for example, "Mac OS X" or "Windows".
|
2016-03-23 06:56:36 +00:00
|
|
|
|
#, c-format
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_TXT_HELP_2A"
|
2016-01-29 03:11:53 +00:00
|
|
|
|
msgid "Command Line Arguments for HTML Tidy for %s:"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
msgctxt "TC_TXT_HELP_2B"
|
|
|
|
|
msgid "Command Line Arguments for HTML Tidy:"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
2017-10-01 22:58:17 +00:00
|
|
|
|
#. - %s represents either a blank line, or TC_TXT_HELP_3A explaining environment options.
|
|
|
|
|
#, c-format
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_TXT_HELP_3"
|
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
|
|
|
|
"Tidy Configuration Options\n"
|
|
|
|
|
"==========================\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
" Use Tidy's configuration options as command line arguments in the form\n"
|
|
|
|
|
" of \"--some-option <value>\", for example, \"--indent-with-tabs yes\".\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
" You can also specify a file containing configuration options with the \n"
|
|
|
|
|
" -options <file> directive, or in one or more files specific to your \n"
|
|
|
|
|
" environment (see next section). \n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
" For a list of all configuration options, use \"-help-config\" or refer\n"
|
|
|
|
|
" to the man page (if your OS has one).\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
"Configuration Files\n"
|
|
|
|
|
"===================\n"
|
|
|
|
|
" If your environment has an $HTML_TIDY variable set to point to a Tidy \n"
|
|
|
|
|
" configuration file, then Tidy will attempt to use it. \n"
|
|
|
|
|
"%s"
|
|
|
|
|
" Use \"-help-env\" for more information about how you can use the environment. \n"
|
|
|
|
|
" to specify Tidy options. \n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
|
|
|
|
"Other\n"
|
|
|
|
|
"=====\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
" Input/Output default to stdin/stdout respectively.\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
" Single letter options apart from -f may be combined\n"
|
|
|
|
|
" as in: tidy -f errs.txt -imu foo.html\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
|
|
|
|
"Information\n"
|
|
|
|
|
"===========\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
" For more information about HTML Tidy, see\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
" http://www.html-tidy.org/\n"
|
|
|
|
|
"\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
" For more information on HTML, see the following:\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
" HTML: Edition for Web Authors (the latest HTML specification)\n"
|
|
|
|
|
" http://dev.w3.org/html5/spec-author-view\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
" HTML: The Markup Language (an HTML language reference)\n"
|
|
|
|
|
" http://dev.w3.org/html5/markup/\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
" File bug reports at https://github.com/htacg/tidy-html5/issues/\n"
|
|
|
|
|
" or send questions and comments to public-htacg@w3.org.\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
" Validate your HTML documents using the W3C Nu Markup Validator:\n"
|
|
|
|
|
" http://validator.w3.org/nu/\n"
|
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
#. - Both parameters %s reflect file paths and names.
|
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "TC_TXT_HELP_3A"
|
|
|
|
|
msgid ""
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
" Additionally, Tidy will automatically attempt to use configuration specified \n"
|
|
|
|
|
" in these files, if present: \n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
2017-10-01 22:58:17 +00:00
|
|
|
|
" %s \n"
|
|
|
|
|
" %s \n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
msgctxt "TC_TXT_HELP_CONFIG"
|
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
|
|
|
|
"HTML Tidy Configuration Settings\n"
|
|
|
|
|
"\n"
|
|
|
|
|
"Within a file, use the form:\n"
|
|
|
|
|
"\n"
|
|
|
|
|
"wrap: 72\n"
|
|
|
|
|
"indent: no\n"
|
|
|
|
|
"\n"
|
|
|
|
|
"When specified on the command line, use the form:\n"
|
|
|
|
|
"\n"
|
|
|
|
|
"--wrap 72 --indent no\n"
|
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_TXT_HELP_CONFIG_NAME"
|
|
|
|
|
msgid "Name"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_TXT_HELP_CONFIG_TYPE"
|
|
|
|
|
msgid "Type"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
msgctxt "TC_TXT_HELP_CONFIG_ALLW"
|
|
|
|
|
msgid "Allowable values"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
2017-10-01 22:58:17 +00:00
|
|
|
|
#. - The first %s indicates two more list items, or an empty string.
|
|
|
|
|
#. - The second %s indicates a file name, or a message indicating no file name.
|
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "TC_TXT_HELP_ENV_1"
|
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
|
|
|
|
"Tidy can configure its option values from multiple sources, in the \n"
|
|
|
|
|
"order below. Subsequent use of the same option overrides previous \n"
|
|
|
|
|
"option settings. \n"
|
|
|
|
|
"\n"
|
|
|
|
|
" - Tidy's built-in default values. \n"
|
|
|
|
|
"%s" /* rc files */
|
|
|
|
|
" - The file specified in the $HTML_TIDY environment variable: \n"
|
|
|
|
|
" %s \n"
|
|
|
|
|
" - Options in a file specified on the command line. \n"
|
|
|
|
|
" - Options set directly on the command line. \n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "TC_TXT_HELP_ENV_1A"
|
|
|
|
|
msgid ""
|
|
|
|
|
" - The system runtime configuration file: \n"
|
|
|
|
|
" %s \n"
|
|
|
|
|
" - The user runtime configuration file: \n"
|
|
|
|
|
" %s \n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
#. - This message indicates that a file name is not currently set.
|
|
|
|
|
msgctxt "TC_TXT_HELP_ENV_1B"
|
|
|
|
|
msgid "(not currently set)"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
#, c-format
|
|
|
|
|
msgctxt "TC_TXT_HELP_ENV_1C"
|
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
|
|
|
|
"Note that because $HTML_TIDY is set, the user runtime configuration file \n"
|
|
|
|
|
"%s will not be used. \n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_TXT_HELP_LANG_1"
|
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
2017-02-18 23:14:51 +00:00
|
|
|
|
"The -language (or -lang) option indicates which language Tidy \n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"should use to communicate its output. Please note that this is not \n"
|
|
|
|
|
"a document translation service, and only affects the messages that \n"
|
|
|
|
|
"Tidy communicates to you. \n"
|
|
|
|
|
"\n"
|
2017-02-18 23:14:51 +00:00
|
|
|
|
"When used from the command line the -language argument must \n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
"be used before any arguments that result in output, otherwise Tidy \n"
|
|
|
|
|
"will produce output before it knows which language to use. \n"
|
|
|
|
|
"\n"
|
|
|
|
|
"In addition to standard POSIX language codes, Tidy is capable of \n"
|
|
|
|
|
"understanding legacy Windows language codes. Please note that this \n"
|
|
|
|
|
"list indicates codes Tidy understands, and does not indicate that \n"
|
|
|
|
|
"the language is currently installed. \n"
|
|
|
|
|
"\n"
|
|
|
|
|
"The rightmost column indicates how Tidy will understand the \n"
|
|
|
|
|
"legacy Windows name.\n"
|
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
|
|
|
|
msgctxt "TC_TXT_HELP_LANG_2"
|
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
|
|
|
|
"The following languages are currently installed in Tidy. Please \n"
|
|
|
|
|
"note that there's no guarantee that they are complete; only that \n"
|
|
|
|
|
"one developer or another started to add the language indicated. \n"
|
|
|
|
|
"\n"
|
|
|
|
|
"Incomplete localizations will default to \"en\" when necessary. \n"
|
|
|
|
|
"Please report instances of incorrect strings to the Tidy team. \n"
|
|
|
|
|
"\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#. This console output should be limited to 78 characters per line.
|
|
|
|
|
#. - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated.
|
2016-03-23 06:56:36 +00:00
|
|
|
|
#. - The parameter %s is likely to be two to five characters, e.g., en or en_US.
|
|
|
|
|
#, c-format
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgctxt "TC_TXT_HELP_LANG_3"
|
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
|
|
|
|
"If Tidy is able to determine your locale then Tidy will use the \n"
|
|
|
|
|
"locale's language automatically. For example Unix-like systems use a \n"
|
|
|
|
|
"$LANG and/or $LC_ALL environment variable. Consult your operating \n"
|
|
|
|
|
"system documentation for more information. \n"
|
|
|
|
|
"\n"
|
2016-03-23 06:56:36 +00:00
|
|
|
|
"Tidy is currently using locale %s. \n"
|
|
|
|
|
"\n"
|
2016-01-15 04:06:15 +00:00
|
|
|
|
msgstr ""
|
|
|
|
|
|