46 lines
1.8 KiB
Properties
46 lines
1.8 KiB
Properties
# 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 = la memoro elĉerpiĝis
|
|
2 = sintaksa eraro
|
|
3 = neniu radika elemento trovita
|
|
4 = malbone formita
|
|
5 = nefermita ĵetono
|
|
6 = parta signo
|
|
7 = nekongrua etikedo
|
|
8 = duobligita atributo
|
|
9 = rubaĵo post la dokumenta elemento
|
|
10 = nevalida referenco al parametro de ento
|
|
11 = nedifinita ento
|
|
12 = rekura referenco al ento
|
|
13 = nesinkrona ento
|
|
14 = referenco al nevalida signonumero
|
|
15 = referenco al duuma ento
|
|
16 = referenco en atributo al ekstera ento
|
|
17 = XML or text declaration not at start of entity
|
|
18 = nekonata signokodo
|
|
19 = malĝustas la signokodo difinita en la XMLa deklaro
|
|
20 = nefermita CDATA-sekcio
|
|
21 = okazis eraro dum traktado de ekstera enta referenco
|
|
22 = dokumento ne estas memstara
|
|
23 = neatendita stato de analizilo
|
|
24 = entity declared in parameter entity
|
|
27 = prefix not bound to a namespace
|
|
28 = must not undeclare prefix
|
|
29 = incomplete markup in parameter entity
|
|
30 = XML declaration not well-formed
|
|
31 = text declaration not well-formed
|
|
32 = nevalida signo en publika identigilo
|
|
38 = reserved prefix (xml) must not be undeclared or bound to another namespace name
|
|
39 = reserved prefix (xmlns) must not be declared or undeclared
|
|
40 = prefix must not be bound to one of the reserved namespace names
|
|
# %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 = Eraro en analizo de XML: %1$S\nLoko: %2$S\nNumero de linio %3$u, Kolumno %4$u:
|
|
# %S is replaced by a tag name.
|
|
# This gets appended to the error string if the error is mismatched tag.
|
|
Expected = . Atendita: </%S>.
|