# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # Encoding warnings and errors EncNoDeclarationFrame=Paneelil oleva dokumendi kodeering pole määratud. Selle dokumendi sisu võib näida erinev vaadates seda paneeli sisaldava dokumendita. EncXmlDecl=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. EncMetaTooLate=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. EncMetaTooLateFrame=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. EncMetaAfterHeadInKilobyte=The meta tag declaring the character encoding of the document should be moved to start of the head part of the document. EncNoDecl=The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark. EncNoDeclPlain=The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark. EncMetaUnsupported=HTML-dokumendi meta sildis määrati mittetoetatud kodeering. Määrangut ignoreeriti. EncProtocolUnsupported=Ülekandeprotokolli tasemel määrati mittetoetatud kodeering. Määrangut ignoreeriti. EncMetaUtf16=Kasutati meta silti, et määrata kodeeringuks UTF-16. See tõlgendati määranguna UTF-8. EncMetaUserDefined=A meta tag was used to declare the character encoding as x-user-defined. This was interpreted as a windows-1252 declaration instead for compatibility with intentionally mis-encoded legacy fonts. This site should migrate to Unicode. EncMetaReplacement=A meta tag was used to declare an encoding that is a cross-site scripting hazard. The replacement encoding was used instead. EncProtocolReplacement=An encoding that is a cross-site scripting hazard was declared on the transfer protocol level. The replacement encoding was used instead. EncDetectorReload=The character encoding of the document was not declared, and the encoding was guessable from content only late. This caused the document to be reloaded. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark. EncDetectorReloadPlain=The character encoding of the document was not declared, and the encoding was guessable from content only late. This caused the document to be reloaded. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark. EncError=The byte stream was erroneous according to the character encoding that was declared. The character encoding declaration may be incorrect. EncErrorFrame=The byte stream was erroneous according to the character encoding that was inherited from the parent document. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark. EncErrorFramePlain=The byte stream was erroneous according to the character encoding that was inherited from the parent document. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark. EncSpeculationFailMeta=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. EncSpeculationFailXml=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. # The audience of the following message isn't the author of the document but other people debugging browser behavior. EncSpeculationFail2022=The start of the document was reparsed, because ISO-2022-JP is an ASCII-incompatible encoding. # The bulk of the messages below are derived from # https://hg.mozilla.org/projects/htmlparser/file/1f633cef7de7/src/nu/validator/htmlparser/impl/ErrorReportingTokenizer.java # which is available under the MIT license. # Tokenizer errors errGarbageAfterLtSlash=Prügi peale “”. Tõenäoline põhjus: varjestamata “<” (varjesta kujul “<”) või valesti sisestatud sulgev märgend. errCharRefLacksSemicolon=Märgiviidet ei lõpetatud semikooloniga. errNoDigitsInNCR=Märgi arvviites polnud ühtegi arvu. errGtInSystemId=“>” süsteemi identifikaatoris. errGtInPublicId=“>” avalikus identifikaatoris. errNamelessDoctype=Nimetu doctype. errConsecutiveHyphens=Järjestikkused sidekriipsud ei lõpetanud kommentaari. “--” pole kommentaaris lubatud, aga näiteks “- -” on. errPrematureEndOfComment=Ennatlik kommentaari lõpp. Kommentaari korrektseks lõpetamiseks kasuta “-->”. errBogusComment=Vigane kommentaar. errUnquotedAttributeLt=“<” jutumärkidesse panemata atribuudi väärtuses. Tõenäoline põhjus: vahetult eest puudub “>”. errUnquotedAttributeGrave=“`” jutumärkidesse panemata atribuudi väärtuses. Tõenäoline põhjus: jutumärgina kasutatakse vale märki. errUnquotedAttributeQuote=Jutumärk jutumärkidesse panemata atribuudi väärtuses. Tõenäoline põhjus: atribuudid on kokku kirjutatud või on tegemist URLi päringu stringiga jutumärkidesse panemata atribuudi väärtuses. errUnquotedAttributeEquals=“=” jutumärkidesse panemata atribuudi väärtuses. Tõenäoline põhjus: atribuudid on kokku kirjutatud või on tegemist URLi päringu stringiga jutumärkidesse panemata atribuudi väärtuses. errSlashNotFollowedByGt=Vahetult kaldkriipsu järelt puudub “>”. errNoSpaceBetweenAttributes=Atribuutide vahelt puudub tühik. errUnquotedAttributeStartLt=“<” jutumärkidesse panemata atribuudi väärtuse alguses. Tõenäoline põhjus: vahetult eest puudub “>”. errUnquotedAttributeStartGrave=“`” jutumärkidesse panemata atribuudi väärtuse alguses. Tõenäoline põhjus: jutumärgina kasutatakse vale märki. errUnquotedAttributeStartEquals=“=” jutumärkidesse panemata atribuudi väärtuse alguses. Tõenäoline põhjus: liigne korduv võrdusmärk. errAttributeValueMissing=Puudub atribuudi väärtus. errBadCharBeforeAttributeNameLt=Tuvastati “<”, kui oodati atribuudi nime. Tõenäoline põhjus: vahetult eest puudub “>”. errEqualsSignBeforeAttributeName=Tuvastati “=”, kui oodati atribuudi nime. Tõenäoline põhjus: puudub atribuudi nimi. errBadCharAfterLt=Halb märk peale “<”. Tõenäoline põhjus: varjestamata “<”. Proovi seda varjestada kujul “<”. errLtGt=Tuvastati “<>”. Tõenäoline põhjus: varjestamata “<” (varjesta kujul “<”) või valesti sisestatud alustav märgend. errProcessingInstruction=Tuvastati “”. errQuoteInAttributeName=Jutumärk atribuudi nimes. Tõenäoline põhjus: eestpoolt puudub vajalik jutumärk. errExpectedPublicId=Oodati avalikku identifikaatorit, aga doctype lõppes. errBogusDoctype=Vigane doctype. maybeErrAttributesOnEndTag=Sulgev märgend omas atribuute. maybeErrSlashInEndTag=Liigne “/” sulgeva märgendi lõpus. errNcrNonCharacter=Märgiviide laieneb mittemärgiliseks. errNcrSurrogate=Märgiviide laieneb asendajaks. errNcrControlChar=Märgiviide laieneb kontrollmärgiks. errNcrCr=Märgi arvviide laienes reavahetuseks. errNcrInC1Range=Märgi arvviide laienes C1 kontrollkoodide vahemikku. errEofInPublicId=Faili lõpp avalikus identifikaatoris. errEofInComment=Faili lõpp kommentaaris. errEofInDoctype=Faili lõpp doctype-is. errEofInAttributeValue=Parsides atribuudi väärtust, jõuti faili lõppu. Märgendit ignoreeritakse. errEofInAttributeName=Parsides atribuudi nime, jõuti faili lõppu. Märgendit ignoreeritakse. errEofWithoutGt=Tuvastati faili lõpp enne eelmise märgendi lõppemist märgiga “>”. Märgendit ignoreeritakse. errEofInTagName=Märgendi nime otsimisel tuvastati faili lõpp. Märgendit ignoreeritakse. errEofInEndTag=Faili lõpp sulgevas märgendis. Märgendit ignoreeritakse. errEofAfterLt=Faili lõpp peale märki “<”. errNcrOutOfRange=Märgiviide on väljaspool lubatud Unicode-i vahemikku. errNcrUnassigned=Märgiviide laieneb püsivalt määramata koodipunkti. errDuplicateAttribute=Korduv atribuut. errEofInSystemId=Faili lõpp süsteemi identifikaatoris. errExpectedSystemId=Oodati süsteemi identifikaatorit, aga doctype lõppes. errMissingSpaceBeforeDoctypeName=Doctype-i nime eest puudub tühik. errNestedComment=Saw “