Merge branch 'next' into issue_476
This commit is contained in:
commit
0a8154b97e
|
@ -5,7 +5,7 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: HTML Tidy poconvert.rb\n"
|
"X-Generator: HTML Tidy poconvert.rb\n"
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"POT-Creation-Date: 2017-09-25 15:18:12\n"
|
"POT-Creation-Date: 2017-09-28 13:24:51\n"
|
||||||
"Last-Translator: jderry\n"
|
"Last-Translator: jderry\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
|
||||||
|
@ -251,7 +251,8 @@ msgid ""
|
||||||
"<code><!DOCTYPE html></code>."
|
"<code><!DOCTYPE html></code>."
|
||||||
"<br/>"
|
"<br/>"
|
||||||
"If set to <var>auto</var> (the default) Tidy will use an educated guess "
|
"If set to <var>auto</var> (the default) Tidy will use an educated guess "
|
||||||
"based upon the contents of the document."
|
"based upon the contents of the document. Note that selecting this option "
|
||||||
|
"will <em>not</em> change the current document's DOCTYPE on output. "
|
||||||
"<br/>"
|
"<br/>"
|
||||||
"If set to <var>strict</var>, Tidy will set the DOCTYPE to the HTML4 or "
|
"If set to <var>strict</var>, Tidy will set the DOCTYPE to the HTML4 or "
|
||||||
"XHTML1 strict DTD."
|
"XHTML1 strict DTD."
|
||||||
|
|
|
@ -285,7 +285,8 @@ static languageDefinition language_en = { whichPluralForm_en, {
|
||||||
"<code><!DOCTYPE html></code>."
|
"<code><!DOCTYPE html></code>."
|
||||||
"<br/>"
|
"<br/>"
|
||||||
"If set to <var>auto</var> (the default) Tidy will use an educated guess "
|
"If set to <var>auto</var> (the default) Tidy will use an educated guess "
|
||||||
"based upon the contents of the document."
|
"based upon the contents of the document. Note that selecting this option "
|
||||||
|
"will <em>not</em> change the current document's DOCTYPE on output. "
|
||||||
"<br/>"
|
"<br/>"
|
||||||
"If set to <var>strict</var>, Tidy will set the DOCTYPE to the HTML4 or "
|
"If set to <var>strict</var>, Tidy will set the DOCTYPE to the HTML4 or "
|
||||||
"XHTML1 strict DTD."
|
"XHTML1 strict DTD."
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
5.5.44
|
5.5.45
|
||||||
2017.09.23
|
2017.09.25
|
||||||
|
|
Loading…
Reference in a new issue