diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /l10n-eu/dom/chrome/layout/xmlparser.properties | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-eu/dom/chrome/layout/xmlparser.properties')
-rw-r--r-- | l10n-eu/dom/chrome/layout/xmlparser.properties | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/l10n-eu/dom/chrome/layout/xmlparser.properties b/l10n-eu/dom/chrome/layout/xmlparser.properties new file mode 100644 index 0000000000..3b7e2bb61a --- /dev/null +++ b/l10n-eu/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 = memoriarik ez +2 = sintaxi errorea +3 = ez da erro-elementurik aurkitu +4 = ez dago ongi eratua +5 = itxi gabeko token-a +6 = itxi gabeko token-a +7 = bat ez datorren etiketa +8 = atributu bikoiztua +9 = baztertu dokumentu-elementuaren ondoren +10 = legez kanpoko parametroaren entitate-erreferentzia +11 = definitu gabeko entitatea +12 = entitate erreferentzia errekurtsiboa +13 = entitate asinkronoa +14 = baliogabeko karaktere kopuruaren erreferentzia +15 = entitate bitarraren erreferentzia +16 = kanpoko entitatearen erreferentzia atributuan +17 = xml prozesatze instrukzioa ez dago kanpoko entitatearen hasieran +18 = kodeketa ezezaguna +19 = XML adierazpenean zehaztutako kodeketa ez da zuzena +20 = itxi gabeko CDATA atala +21 = errorea kanpoko entitate erreferentzia prozesatzean +22 = dokumentua ez da autonomoa +23 = ezusteko analizatzaile egoera +24 = entitatea parametro entitatean deklaratuta +27 = aurrizkia ez dago izen-eremuari lotuta +28 = ez du aurrezkiaren deklarazioa kendu behar +29 = erreserbatutako aurrizkia (xml) ezin da deklaratu gabe egon edo beste URI batetara lotuta +30 = XML deklarazioa ez dago ondo eratuta +31 = aurrizkia ezin du erreserbatutako URI batetara lotuta egon +32 = legezkanpoko karakterea(k) id publikoan +38 = erreserbatutako aurrizkia (xml) ezin da deklaratu gabe utzi edo beste izen-eremu bati lotu +39 = erreserbatutako aurrizkia (xmlns) ezin da deklaratuta edo deklaratu gabe egon +40 = aurrizkia ezin zaio erreserbatutako izen-eremu bati lotu + +# %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 analisi-errorea: %1$S\nHelbidea: %2$S\nLerro-zenbakia %3$u, Zutabea %4$u: + +# %S is replaced by a tag name. +# This gets appended to the error string if the error is mismatched tag. +Expected = . Espero zen: </%S>. |