BETA

Transvision

Filter by folder:

Show all results dom

Displaying 9 results for the string head in da:

Entity da en-US
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaAfterHeadInKilobyte
da
Det meta-tag, der deklarerer dokumentets tegnkodning, skal flyttes til starten af dokumentets head-sektion.
en-US
The meta tag declaring the character encoding of the document should be moved to start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaTooLate
da
Et meta-tag, der forsøgte at deklarere tegnkodningen, blev fundet for sent. Kodningen blev derfor udledt af indholdet i stedet. Meta-tag'et skal flyttes til starten af dokumentets head-sektion.
en-US
A meta tag attempting to declare the character encoding declaration was found too late, and the encoding was guessed from content instead. The meta tag needs to be moved to the start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaTooLateFrame
da
Et meta-tag, der forsøgte at deklarere tegnkodningen, blev fundet for sent. Kodningen blev derfor udledt af forældre-dokumentets kodning i stedet. Meta-tag'et skal flyttes til starten af dokumentets head-sektion.
en-US
A meta tag attempting to declare the character encoding declaration was found too late, and the encoding of the parent document was used instead. The meta tag needs to be moved to the start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncSpeculationFailMeta
da
Starten på dokumentet blev genfortolket, fordi der fandtes ikke-ASCII-tegn før meta-tag'et deklarerede tegnkodningen. Meta-elementet skal være det første barn af head uden nogen ikke-ASCII-kommentarer inden.
en-US
The start of the document was reparsed, because there were non-ASCII characters before the meta tag that declared the encoding. The meta should be the first child of head without non-ASCII comments before.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncSpeculationFailXml
da
Starten på dokumentet blev genfortolket, fordi der fandtes ikke-ASCII-tegn i den del af dokumentet, der uden held blev gennemsøgt for et meta-tag. XML-deklarations-syntaksen blev brugt i stedet. Brug et meta-tag i starten af head-sektionen i stedet for XML-deklarations-syntaksen.
en-US
The start of the document was reparsed, because there were non-ASCII characters in the part of the document that was unsuccessfully searched for a meta tag before falling back to the XML declaration syntax. A meta tag at the start of the head part should be used instead of the XML declaration syntax.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncXmlDecl
da
Et HTML-dokuments tegnkodning blev deklareret ved brug af XML-deklarations-syntaksen. Dette er ikke i overensstemmelse med gængs praksis, og det er mere effektivt at bruge et meta-tag i starten af head-sektionen.
en-US
The character encoding of an HTML document was declared using the XML declaration syntax. This is non-conforming, and declaring the encoding using a meta tag at the start of the head part is more efficient.
Entity # all locales dom • chrome • layout • htmlparser.properties
errBadStartTagInNoscriptInHead
da
Ugyldigt start-tag "%1$S" i "noscript" i "head".
en-US
Bad start tag “%1$S” in “noscript” in “head”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errFooBetweenHeadAndBody
da
"%1$S"-element mellem "head" og "body".
en-US
“%1$S” element between “head” and “body”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNonSpaceInNoscriptInHead
da
Ikke-mellemrum i "noscript" i "head".
en-US
Non-space character inside “noscript” inside “head”.

Displaying 9 results for the string head in en-US:

Entity da en-US
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaAfterHeadInKilobyte
da
Det meta-tag, der deklarerer dokumentets tegnkodning, skal flyttes til starten af dokumentets head-sektion.
en-US
The meta tag declaring the character encoding of the document should be moved to start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaTooLate
da
Et meta-tag, der forsøgte at deklarere tegnkodningen, blev fundet for sent. Kodningen blev derfor udledt af indholdet i stedet. Meta-tag'et skal flyttes til starten af dokumentets head-sektion.
en-US
A meta tag attempting to declare the character encoding declaration was found too late, and the encoding was guessed from content instead. The meta tag needs to be moved to the start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncMetaTooLateFrame
da
Et meta-tag, der forsøgte at deklarere tegnkodningen, blev fundet for sent. Kodningen blev derfor udledt af forældre-dokumentets kodning i stedet. Meta-tag'et skal flyttes til starten af dokumentets head-sektion.
en-US
A meta tag attempting to declare the character encoding declaration was found too late, and the encoding of the parent document was used instead. The meta tag needs to be moved to the start of the head part of the document.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncSpeculationFailMeta
da
Starten på dokumentet blev genfortolket, fordi der fandtes ikke-ASCII-tegn før meta-tag'et deklarerede tegnkodningen. Meta-elementet skal være det første barn af head uden nogen ikke-ASCII-kommentarer inden.
en-US
The start of the document was reparsed, because there were non-ASCII characters before the meta tag that declared the encoding. The meta should be the first child of head without non-ASCII comments before.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncSpeculationFailXml
da
Starten på dokumentet blev genfortolket, fordi der fandtes ikke-ASCII-tegn i den del af dokumentet, der uden held blev gennemsøgt for et meta-tag. XML-deklarations-syntaksen blev brugt i stedet. Brug et meta-tag i starten af head-sektionen i stedet for XML-deklarations-syntaksen.
en-US
The start of the document was reparsed, because there were non-ASCII characters in the part of the document that was unsuccessfully searched for a meta tag before falling back to the XML declaration syntax. A meta tag at the start of the head part should be used instead of the XML declaration syntax.
Entity # all locales dom • chrome • layout • htmlparser.properties
EncXmlDecl
da
Et HTML-dokuments tegnkodning blev deklareret ved brug af XML-deklarations-syntaksen. Dette er ikke i overensstemmelse med gængs praksis, og det er mere effektivt at bruge et meta-tag i starten af head-sektionen.
en-US
The character encoding of an HTML document was declared using the XML declaration syntax. This is non-conforming, and declaring the encoding using a meta tag at the start of the head part is more efficient.
Entity # all locales dom • chrome • layout • htmlparser.properties
errBadStartTagInNoscriptInHead
da
Ugyldigt start-tag "%1$S" i "noscript" i "head".
en-US
Bad start tag “%1$S” in “noscript” in “head”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errFooBetweenHeadAndBody
da
"%1$S"-element mellem "head" og "body".
en-US
“%1$S” element between “head” and “body”.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNonSpaceInNoscriptInHead
da
Ikke-mellemrum i "noscript" i "head".
en-US
Non-space character inside “noscript” inside “head”.
Please enable JavaScript. Some features won't be available without it.