From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- l10n-ne-NP/dom/chrome/layout/htmlparser.properties | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 l10n-ne-NP/dom/chrome/layout/htmlparser.properties (limited to 'l10n-ne-NP/dom/chrome/layout/htmlparser.properties') diff --git a/l10n-ne-NP/dom/chrome/layout/htmlparser.properties b/l10n-ne-NP/dom/chrome/layout/htmlparser.properties new file mode 100644 index 0000000000..e79cefc17d --- /dev/null +++ b/l10n-ne-NP/dom/chrome/layout/htmlparser.properties @@ -0,0 +1,36 @@ +# 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. +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. + +# 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=संख्यात्मक वर्ण सन्दर्भमा कुनै अंक छैन। +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. +errNoSpaceBetweenAttributes=बिशेषताहरुकाे बिचमा खाली ठाउँ हुँदैन । +maybeErrAttributesOnEndTag=आन्तिम ट्यागमा बिशेषताहरु थिए। +errDuplicateAttribute=नक्कली विशेषता। + +# Tree builder errors +errUnclosedElements=“%1$S” को लागि समाप्ति ट्याग देखेको, तर त्यहाँ बन्द नगरिएको वस्तु छन्। +errUnclosedElementsImplied=“%1$S” को लागि समाप्ति ट्याग देखेको, तर त्यहाँ बन्द नगरिएका वस्तु छन्। +errEndWithUnclosedElements=“%1$S” को लागि समाप्ति ट्याग देखेको, तर त्यहाँ बन्द नगरिएको वस्तु छन्। -- cgit v1.2.3