Fixes #736. Language translators, please take a look at your translations. Version bump due to user-facing change.
This commit is contained in:
parent
92414e8b68
commit
79ff5ab896
|
@ -1557,9 +1557,6 @@ static languageDefinition language_de = { whichPluralForm_de, {
|
|||
/* option-name: wrap-script-literals */
|
||||
"Mit dieser Option wird bestimmt, ob Tidy Literale, die in Skript-Attributen "
|
||||
"auftauchen, umbrechen soll. "
|
||||
"<br/>"
|
||||
"Tidy bricht Skript-Literale um, indem es vor jedem Zeilenumbruch einen Backslash "
|
||||
"einsetzt. "
|
||||
},
|
||||
{/* Important notes for translators:
|
||||
- Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
|
||||
|
|
|
@ -1510,11 +1510,8 @@ static languageDefinition language_en = { whichPluralForm_en, {
|
|||
- The strings "Tidy" and "HTML Tidy" are the program name and must not
|
||||
be translated. */
|
||||
TidyWrapScriptlets, 0,
|
||||
"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. "
|
||||
"This option specifies if Tidy should line wrap string literals assigned "
|
||||
"to element event handler attributes, such as element.onmouseover()."
|
||||
},
|
||||
{/* Important notes for translators:
|
||||
- Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
|
||||
|
|
|
@ -505,8 +505,7 @@ static languageDefinition language_fr = { whichPluralForm_fr, {
|
|||
},
|
||||
{ TidyWrapScriptlets, 0,
|
||||
"Cette option précise si Tidy doit ajouter des sauts de lignes aux chaînes littérales dans les "
|
||||
"attributs de script. <br/>Tidy prend en charge la césure des longues chaînes littérales de scripts "
|
||||
"en ajoutant un caractère de barre oblique arrière (backslash) avant le saut de ligne. "
|
||||
"attributs de script. "
|
||||
},
|
||||
{ TidyWrapSection, 0,
|
||||
"Cette option précise si Tidy doit ajouter des sauts de ligne pour le texte compris dans des balises "
|
||||
|
|
|
@ -576,9 +576,7 @@ static languageDefinition language_pt_br = { whichPluralForm_pt_br, {
|
|||
},
|
||||
{ TidyWrapScriptlets, 0,
|
||||
"Esta opção especifica se Tidy deve efetuar quebra de linha em string "
|
||||
"literais que aparecem em atributos de script. <br/>Tidy efetua essa quebra "
|
||||
"em string literais de scripts longos inserindo um caractere de barra "
|
||||
"invertida antes da quebra de linha. "
|
||||
"literais que aparecem em atributos de script."
|
||||
},
|
||||
{ TidyWrapSection, 0,
|
||||
"Essa opção especifica se o Tidy deve efetuar quebra de linha de textos "
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
5.7.59
|
||||
2021.07.09
|
||||
5.7.60
|
||||
2021.07.10
|
||||
|
|
Loading…
Reference in a new issue