# 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=เอกสารภายในเฟรมไม่ได้ประกาศการเข้ารหัสอักขระ การแสดงผลเอกสารอาจต่างออกไปถ้าหากเปิดดูโดยไม่อยู่ในเฟรมของเอกสารอื่น EncNoDeclarationPlain=เอกสารแบบข้อความธรรมดาไม่ได้ประกาศการเข้ารหัสอักขระ เอกสารนี้จะแสดงผลเป็นข้อความที่อ่านไม่ออกในกรณีที่เบราว์เซอร์มีการกำหนดค่าบางแบบและในเอกสารมีตัวอักขระที่ไม่อยู่ในช่วง US-ASCII จะต้องประกาศการเข้ารหัสอักขระในโปรโตคอลการส่งข้อมูล หรือในไฟล์ต้องระบุเครื่องหมายลำดับไบต์เพื่อเป็นลายเซ็นการเข้ารหัสอักขระ EncNoDeclaration=เอกสาร HTML ไม่ได้ประกาศการเข้ารหัสอักขระ เอกสารนี้จะแสดงผลเป็นข้อความที่อ่านไม่ออกในกรณีที่เบราว์เซอร์มีการตั้งค่าบางแบบและในเอกสารมีตัวอักขระที่ไม่อยู่ในช่วง US-ASCII จะต้องประกาศการเข้ารหัสอักขระภายในเอกสารหรือในโปรโตคอลการส่งข้อมูล EncLateMetaFrame=ไม่พบการประกาศการเข้ารหัสอักขระภายใน 1024 ไบต์แรกของเอกสาร HTML ภายในเฟรม เมื่อดูโดยไม่อยู่ในเฟรมของเอกสารอื่น หน้าเว็บจะโหลดใหม่โดยอัตโนมัติ ต้องย้ายประกาศการเข้ารหัสอักขระให้อยู่ภายใน 1024 ไบต์แรกของไฟล์ EncLateMeta=ไม่พบการประกาศการเข้ารหัสอักขระภายใน 1024 ไบต์แรกของเอกสาร HTML เมื่อดูโดยใช้เบราว์เซอร์ที่กำหนดค่าแบบอื่น หน้าเว็บจะโหลดใหม่โดยอัตโนมัติ ต้องย้ายประกาศการเข้ารหัสอักขระให้อยู่ภายใน 1024 ไบต์แรกของไฟล์\u0020 EncLateMetaReload=หน้าเว็บถูกโหลดใหม่เนื่องจากไม่พบการประกาศการเข้ารหัสอักขระภายใน 1024 ไบต์แรกของไฟล์ ต้องย้ายประกาศการเข้ารหัสอักขระให้อยู่ภายใน 1024 ไบต์แรกของไฟล์ EncLateMetaTooLate=พบการประกาศการเข้ารหัสอักขระของเอกสารช้าเกินกว่าที่จะมีผล ต้องย้ายประกาศการเข้ารหัสอักขระให้อยู่ภายใน 1024 ไบต์แรกของไฟล์ EncMetaUnsupported=เอกสาร HTML ประกาศการเข้ารหัสอักขระที่ไม่สนับสนุนโดยใช้แท็ก meta การประกาศนี้จะไม่มีผล EncProtocolUnsupported=เอกสาร HTML ประกาศการเข้ารหัสอักขระที่ไม่สนับสนุนในระดับโปรโตคอลการส่งข้อมูล การประกาศนี้จะไม่มีผล EncBomlessUtf16=ตรวจพบข้อความที่มีเฉพาะตัวอักขระละตินพื้นฐานที่เข้ารหัสอักขระแบบ UTF-16 โดยไม่มีเครื่องหมายลำดับไบต์และไม่มีการประกาศในระดับโปรโตคอลการส่งข้อมูล การเข้ารหัสอักขระข้อความนี้แบบ UTF-16 จัดว่าไม่มีประสิทธิภาพ และควรจะต้องประกาศการเข้ารหัสอักขระเสมอ EncMetaUtf16=แท็ก meta ถูกใช้ประกาศการเข้ารหัสอักขระเป็นแบบ UTF-16 จะถูกตีความว่าเป็นการประกาศแบบ UTF-8 แทน EncMetaUserDefined=แท็ก meta ถูกใช้ประกาศการเข้ารหัสอักขระเป็นแบบ x-user-defined จะถูกตีความว่าเป็นการประกาศแบบ windows-1252 แทนเพื่อให้เข้ากันได้กับแบบอักษรแบบเก่าซึ่งเข้ารหัสอักขระผิดโดยตั้งใจ ไซต์นี้ควรเปลี่ยนไปใช้รหัสอักขระแบบ Unicode # 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=พบเนื้อหาที่ไม่ถูกต้องหลังจาก “”. 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=“>” ในตัวระบุระบบ errGtInPublicId=“>” ในตัวระบุสาธารณะ 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=ค่าแอตทริบิวต์ขาดหายไป 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. errHyphenHyphenBang=“--!” found in comment. errNcrZero=Character reference expands to zero. errNoSpaceBetweenDoctypeSystemKeywordAndQuote=No space between the doctype “SYSTEM” keyword and the quote. errNoSpaceBetweenPublicAndSystemIds=No space between the doctype public and system identifiers. errNoSpaceBetweenDoctypePublicKeywordAndQuote=No space between the doctype “PUBLIC” keyword and the quote. # Tree builder errors errDeepTree=ทรีเอกสารลึกเกินไป ทรีจะถูกลดขนาดให้เหลือความลึกเพียง 513 องค์ประกอบ errStrayStartTag2=Stray start tag “%1$S”. errStrayEndTag=Stray end tag “%1$S”. errUnclosedElements=End tag “%1$S” seen, but there were open elements. errUnclosedElementsImplied=End tag “%1$S” implied, but there were open elements. errUnclosedElementsCell=A table cell was implicitly closed, but there were open elements. errStrayDoctype=Stray doctype. errAlmostStandardsDoctype=Almost standards mode doctype. Expected “”. errQuirkyDoctype=Quirky doctype. Expected “”. errNonSpaceInTrailer=Non-space character in page trailer. errNonSpaceAfterFrameset=Non-space after “frameset”. errNonSpaceInFrameset=Non-space in “frameset”. errNonSpaceAfterBody=Non-space character after body. errNonSpaceInColgroupInFragment=Non-space in “colgroup” when parsing fragment. errNonSpaceInNoscriptInHead=Non-space character inside “noscript” inside “head”. errFooBetweenHeadAndBody=“%1$S” element between “head” and “body”. errStartTagWithoutDoctype=Start tag seen without seeing a doctype first. Expected “”. errNoSelectInTableScope=No “select” in table scope. errStartSelectWhereEndSelectExpected=“select” start tag where end tag expected. errStartTagWithSelectOpen=“%1$S” start tag with “select” open. errBadStartTagInHead2=Bad start tag “%1$S” in “head”. errBadStartTagInNoscriptInHead=แท็กเริ่มต้น “%1$S” ใน “noscript” ใน “head” ไม่ถูกต้อง errImage=Saw a start tag “image”. errFooSeenWhenFooOpen=An “%1$S” start tag seen but an element of the same type was already open. errFooSeenWhenFooOpen2=เห็นแท็กเริ่มต้น “%1$S” แล้วแต่องค์ประกอบของชนิดเดียวกันถูกเปิดไว้อยู่แล้ว errHeadingWhenHeadingOpen=Heading cannot be a child of another heading. errFramesetStart=“frameset” start tag seen. errNoCellToClose=No cell to close. errStartTagInTable=Start tag “%1$S” seen in “table”. errFormWhenFormOpen=Saw a “form” start tag, but there was already an active “form” element. Nested forms are not allowed. Ignoring the tag. errTableSeenWhileTableOpen=Start tag for “table” seen but the previous “table” is still open. errStartTagInTableBody=“%1$S” start tag in table body. errEndTagSeenWithoutDoctype=End tag seen without seeing a doctype first. Expected “”. errEndTagAfterBody=Saw an end tag after “body” had been closed. errEndTagSeenWithSelectOpen=“%1$S” end tag with “select” open. errGarbageInColgroup=Garbage in “colgroup” fragment. errEndTagBr=End tag “br”. errNoElementToCloseButEndTagSeen=No “%1$S” element in scope but a “%1$S” end tag seen. errHtmlStartTagInForeignContext=HTML start tag “%1$S” in a foreign namespace context. errTableClosedWhileCaptionOpen=“table” closed but “caption” was still open. errNoTableRowToClose=No table row to close. errNonSpaceInTable=Misplaced non-space characters inside a table. errUnclosedChildrenInRuby=Unclosed children in “ruby”. errStartTagSeenWithoutRuby=Start tag “%1$S” seen without a “ruby” element being open. errSelfClosing=Self-closing syntax (“/>”) used on a non-void HTML element. Ignoring the slash and treating as a start tag. errNoCheckUnclosedElementsOnStack=Unclosed elements on stack. errEndTagDidNotMatchCurrentOpenElement=End tag “%1$S” did not match the name of the current open element (“%2$S”). errEndTagViolatesNestingRules=End tag “%1$S” violates nesting rules. errEndWithUnclosedElements=พบแท็กปิดท้ายสำหรับ “%1$S” แต่มีองค์ประกอบที่ยังไม่ได้ปิด