From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-ia/dom/chrome/layout/xmlparser.properties | 48 ++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 l10n-ia/dom/chrome/layout/xmlparser.properties (limited to 'l10n-ia/dom/chrome/layout/xmlparser.properties') diff --git a/l10n-ia/dom/chrome/layout/xmlparser.properties b/l10n-ia/dom/chrome/layout/xmlparser.properties new file mode 100644 index 0000000000..765be920d9 --- /dev/null +++ b/l10n-ia/dom/chrome/layout/xmlparser.properties @@ -0,0 +1,48 @@ +# 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/. + +# Map Expat error codes to error strings +1 = sin memoria +2 = error de syntaxe +3 = nulle elemento radice trovate +4 = non ben-formate +5 = token non terminate +6 = character partial +7 = tag discordante +8 = attributo duplicate +9 = datos superflue post le elemento de documento +10 = referentia de identitate con parametro illegal +11 = entitate indefinite +12 = referentia de entitate recursive +13 = entitate asynchrone +14 = referentia a un numero de character non valide +15 = referentia a un entitate binari +16 = referentia a un entitate externe in attributo +17 = XML o declaration de texto non al initio del entitate +18 = codification incognite +19 = le codification specificate in le declaration XML es incorrecte +20 = section CDATA non clause +21 = error in le processo del referentia de entitate externe +22 = le documento non es autonome +23 = stato del interprete inexpectate +24 = entitate declarate in entitate de parametro +27 = prefixo non legate a un spatio de nomine +28 = non debe supprimer le declaration del prefixo +29 = marcation incomplete in entitate de parametro +30 = declaration XML non ben-formate +31 = declaration de texto non ben-formate +32 = character(es) illegal in id public +38 = le prefixo reservate (xhl) non pote haber su declaration cancellate ni esser ligate a un altere nomine de spatio de nomines +39 = le prefixo reservate (xmlns) non debe esser declarate o haber su declaration cancellate +40 = le prefixo non debe esser ligate a un del nomines reservate de spatio de nomines + +# %1$S is replaced by the Expat error string, may be followed by Expected (see below) +# %2$S is replaced by URL +# %3$u is replaced by line number +# %4$u is replaced by column number +XMLParsingError = XML Error de interpretation: %1$S\nLocation: %2$S\nLinea numero %3$u, Columna %4$u: + +# %S is replaced by a tag name. +# This gets appended to the error string if the error is mismatched tag. +Expected = . Expectate: . -- cgit v1.2.3