# 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=The character encoding of a framed document was not declared. The document may appear different if viewed without the document framing it. EncXmlDecl=La signa kodo de dokumento HTML estis deklarita per la deklara sintakso de XML. Tio ĉi estas nenorma, kaj cetere deklaro de kodo per etikedo 'meta' komence de la parto 'head' estas pli efika. EncMetaTooLate=Etikedo 'meta', celante deklari la signan kodon, estis trovita tro malfrue kiam la kodo jam estis deduktita de la enhavo. La etikedo 'meta' devas esti en la komenco de la parto 'head' de la dokumento. EncMetaTooLateFrame=Etikedo 'meta', celante deklari la signan kodon, estis trovita tro malfrue kaj la kodo de la supera dokumento estis uzita. La etikedo 'meta' devas esti komence de la parto 'head' de la dokumento. EncMetaAfterHeadInKilobyte=La etikedo 'meta' kiu deklaras la kodon de la dokumento devus esti movita al la komenco de la parto 'head' de la dokumento. EncNoDecl=La kodo de la dokumento ne estis deklarita, do la kodo estis deduktita el la enhavo. Tiu signa kodo devas esti deklarita en la HTTP kapmesaĝo 'Content-Type' per 'meta' etikedo aŭ per uzo de oktetorda markilo. EncNoDeclPlain=La kodo de la dokumento ne estis deklarita, do la kodo estis deduktita el la enhavo. Tiu signa kodo devas esti deklarita en la HTTP kapmesaĝo 'Content-Type' per uzo de oktetorda markilo. EncMetaUnsupported=An unsupported character encoding was declared for the HTML document using a meta tag. The declaration was ignored. EncProtocolUnsupported=An unsupported character encoding was declared on the transfer protocol level. The declaration was ignored. EncMetaUtf16=A meta tag was used to declare the character encoding as UTF-16. This was interpreted as an UTF-8 declaration instead. 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=Etikedo 'meta' estis uzita por deklari kodon, kiu kreas interretejan skriptan riskon. La anstataŭiga kodo estis uzita. EncProtocolReplacement=Kodo, kiu estas interreteja skripta risko, estis deklarita en la transmeta nivelo de protokolo. La anstataŭiga kodo estis uzita. EncDetectorReload=La kodo de la dokumento ne estis deklarita, kaj la kodo estis deduktita el la enhavo nur poste. Tio kaŭzis la reŝargadon de la dokumento La signa kodo devas esti deklarita en la HTTP kapmesaĝo 'Content-Type' per 'meta' etikedo aŭ per uzo de oktetorda markilo. EncDetectorReloadPlain=La kodo de la dokumento ne estis deklarita, kaj la kodo estis deduktita el la enhavo nur poste. Tio kaŭzis la reŝargadon de la dokumento La signa kodo devas esti deklarita en la HTTP kapmesaĝo 'Content-Type' aŭ per uzo de oktetorda markilo. EncError=La okteta fluo estis erara, laŭ la deklarita signa kodo. La deklaro de la signa kodo povus esti malĝusta. EncErrorFrame=La okteta flu estis erara, laŭ la signa kodo heredita de la supera dokumento. La signa kodo devas esti deklarita en la HTTP kapmesaĝo 'Content-Type' per 'meta' etikedo aŭ per uzo de oktetorda markilo. EncErrorFramePlain=La okteta flu estis erara, laŭ la signa kodo heredita de la supera dokumento. La signa kodo devas esti deklarita en la HTTP kapmesaĝo 'Content-Type' aŭ per uzo de oktetorda markilo. EncSpeculationFailMeta=La komenca parto de la dokumento estis reanalizita ĉar troviĝis signoj ne-ASCII antaŭ la 'meta' etikedo kiu deklaris la kodon. Tiu 'meta' etikedo devus esti la unua en la 'head' parto de la dokumento, sen komentoj ne-ASCII antaŭ ĝi. EncSpeculationFailXml=La komenca parto de la dokumento estis reanalizita ĉar troviĝis signoj ne-ASII en la parto de la dokumento, kie sensukcese oni serĉis 'meta' etikedon antaŭ ol elekti la deklaran sintakson de XML. Etikedo 'mat' komence de la 'head' parto devus esti uzita anstataŭ la deklara sintakso de XML. # The audience of the following message isn't the author of the document but other people debugging browser behavior. EncSpeculationFail2022=La komenco de la dokumento estis reanalizita ĉar ISO-2022-JP ne estas kodo kongrua kun ASCII. # 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=Garbage after “”. Probable causes: Unescaped “<” (escape as “<”) or mistyped end tag. errCharRefLacksSemicolon=Character reference was not terminated by a semicolon. errNoDigitsInNCR=No digits in numeric character reference. errGtInSystemId=“>” in system identifier. errGtInPublicId=“>” in public identifier. errNamelessDoctype=Nameless doctype. errConsecutiveHyphens=Consecutive hyphens did not terminate a comment. “--” is not permitted inside a comment, but e.g. “- -” is. errPrematureEndOfComment=Premature end of comment. Use “-->” to end a comment properly. errBogusComment=Bogus comment. errUnquotedAttributeLt=“<” in an unquoted attribute value. Probable cause: Missing “>” immediately before. errUnquotedAttributeGrave=“`” in an unquoted attribute value. Probable cause: Using the wrong character as a quote. errUnquotedAttributeQuote=Quote in an unquoted attribute value. Probable causes: Attributes running together or a URL query string in an unquoted attribute value. errUnquotedAttributeEquals=“=” in an unquoted attribute value. Probable causes: Attributes running together or a URL query string in an unquoted attribute value. errSlashNotFollowedByGt=A slash was not immediately followed by “>”. errNoSpaceBetweenAttributes=No space between attributes. errUnquotedAttributeStartLt=“<” at the start of an unquoted attribute value. Probable cause: Missing “>” immediately before. errUnquotedAttributeStartGrave=“`” at the start of an unquoted attribute value. Probable cause: Using the wrong character as a quote. errUnquotedAttributeStartEquals=“=” at the start of an unquoted attribute value. Probable cause: Stray duplicate equals sign. errAttributeValueMissing=Attribute value missing. errBadCharBeforeAttributeNameLt=Saw “<” when expecting an attribute name. Probable cause: Missing “>” immediately before. errEqualsSignBeforeAttributeName=Saw “=” when expecting an attribute name. Probable cause: Attribute name missing. errBadCharAfterLt=Bad character after “<”. Probable cause: Unescaped “<”. Try escaping it as “<”. errLtGt=Saw “<>”. Probable causes: Unescaped “<” (escape as “<”) or mistyped start tag. errProcessingInstruction=Saw “” missing immediately before. errQuoteInAttributeName=Quote in attribute name. Probable cause: Matching quote missing somewhere earlier. errExpectedPublicId=Expected a public identifier but the doctype ended. errBogusDoctype=Bogus doctype. maybeErrAttributesOnEndTag=End tag had attributes. maybeErrSlashInEndTag=Stray “/” at the end of an end tag. errNcrNonCharacter=Character reference expands to a non-character. errNcrSurrogate=Character reference expands to a surrogate. errNcrControlChar=Character reference expands to a control character. errNcrCr=A numeric character reference expanded to carriage return. errNcrInC1Range=A numeric character reference expanded to the C1 controls range. errEofInPublicId=End of file inside public identifier. errEofInComment=End of file inside comment. errEofInDoctype=End of file inside doctype. errEofInAttributeValue=End of file reached when inside an attribute value. Ignoring tag. errEofInAttributeName=End of file occurred in an attribute name. Ignoring tag. errEofWithoutGt=Saw end of file without the previous tag ending with “>”. Ignoring tag. errEofInTagName=End of file seen when looking for tag name. Ignoring tag. errEofInEndTag=End of file inside end tag. Ignoring tag. errEofAfterLt=End of file after “<”. errNcrOutOfRange=Character reference outside the permissible Unicode range. errNcrUnassigned=Character reference expands to a permanently unassigned code point. errDuplicateAttribute=Duplicate attribute. errEofInSystemId=End of file inside system identifier. errExpectedSystemId=Expected a system identifier but the doctype ended. errMissingSpaceBeforeDoctypeName=Missing space before doctype name. errNestedComment=“