1#
2# Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
10#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
21# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22# or visit www.oracle.com if you need additional information or have any
23# questions.
24#
25
26# This file stores error messages for the Xerces XML
27# serializer.  Many DOM Load/Save error messages also
28# live here, since the serializer largely implements that package.
29#
30# As usual with properties files, the messages are arranged in
31# key/value tuples.
32
33    BadMessageKey = No se ha encontrado el mensaje de error que corresponde a la clave de mensaje.
34    FormatFailed = Se ha producido un error interno al formatear el siguiente mensaje:\n
35
36    ArgumentIsNull = El argumento ''{0}'' es nulo.
37    NoWriterSupplied = No se ha suministrado ning\u00FAn escritor para el serializador.
38    MethodNotSupported = El m\u00E9todo ''{0}'' no est\u00E1 soportado por esta f\u00E1brica.
39    ResetInMiddle = No puede reiniciarse el serializador en medio de la serializaci\u00F3n.
40    Internal = Error interno: el estado del elemento es cero.
41    NoName = No hay ning\u00FAn rawName y localName es nulo.
42    ElementQName = El nombre del elemento ''{0}'' no es un QName.
43    ElementPrefix = El elemento ''{0}'' no pertenece a ning\u00FAn espacio de nombres: el prefijo puede ser no declarado o estar enlazado a alg\u00FAn espacio de nombres.
44    AttributeQName = El nombre del atributo ''{0}'' no es un QName.
45    AttributePrefix = El atributo ''{0}'' no pertenece a ning\u00FAn espacio de nombres: el prefijo puede ser no declarado o estar enlazado a alg\u00FAn espacio de nombres.
46    InvalidNSDecl = La sintaxis de la declaraci\u00F3n de espacio de nombres no es correcta: {0}.
47    EndingCDATA = La secuencia de caracteres "]]>" no debe aparecer en el contenido a menos que se utilice para marcar el final de una secci\u00F3n CDATA.
48    SplittingCDATA = Divisi\u00F3n de una secci\u00F3n CDATA que contiene el marcador de terminaci\u00F3n de secci\u00F3n CDATA "]]>".
49    ResourceNotFound = No se ha encontrado el recurso ''{0}''.
50    ResourceNotLoaded = No se ha podido cargar el recurso ''{0}''. {1}
51    SerializationStopped =  La serializaci\u00F3n se ha parado a petici\u00F3n del usuario.
52
53    # DOM Level 3 load and save messages
54    no-output-specified = no-output-specified: El destino de salida en el que se deb\u00EDan escribir los datos era nulo.
55    unsupported-encoding = unsupported-encoding: Se ha encontrado una codificaci\u00F3n no soportada.
56    unable-to-serialize-node = unable-to-serialize-node: El nodo no se ha podido serializar.
57