jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/XIncludeMessages_es.properties
author katleman
Fri, 28 Jun 2013 16:25:51 -0700
changeset 18466 ec6bc063228a
parent 18368 7e597f886360
permissions -rw-r--r--
8019347: JDK8 b96 source with GPL header errors Reviewed-by: iris, alanb, lancea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
     1
#
18466
ec6bc063228a 8019347: JDK8 b96 source with GPL header errors
katleman
parents: 18368
diff changeset
     2
# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
     4
#
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    10
#
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    15
# accompanied this code).
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    16
#
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    17
# You should have received a copy of the GNU General Public License version
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    20
#
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    23
# questions.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    24
#
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    25
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    26
# Messages for message reporting
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    27
BadMessageKey = No se ha encontrado el mensaje de error correspondiente a la clave de mensaje.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    28
FormatFailed = Se ha producido un error interno al formatear el siguiente mensaje:\n  
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    29
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    30
# Messages for erroneous input
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    31
NoFallback = Ha fallado un elemento ''include'' con href ''{0}'' y no se ha encontrado ning\u00FAn elemento ''fallback''.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    32
MultipleFallbacks = Los [secundarios] de un elemento 'include' no pueden contener m\u00E1s de un elemento 'fallback'.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    33
FallbackParent = Se ha encontrado un elemento 'fallback' que no ten\u00EDa un elemento 'include' como principal.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    34
IncludeChild = No se permite que los elementos del espacio de nombres ''http://www.w3.org/2001/XInclude'', distintos de los elementos ''fallback'' sean secundarios de los elementos ''include''. Sin embargo, se ha encontrado ''{0}''.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    35
FallbackChild = No se permite que los elementos del espacio de nombres ''http://www.w3.org/2001/XInclude'', distintos de los elementos ''include'' sean secundarios de los elementos ''fallback''. Sin embargo, se ha encontrado ''{0}''.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    36
HrefMissing = Falta el atributo 'href' de un elemento 'include'.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    37
RecursiveInclude = Se ha detectado un elemento include recursivo. El documento ''{0}'' ya se ha procesado.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    38
InvalidParseValue = Valor no v\u00E1lido para el atributo ''parse'' en el elemento ''include'': ''{0}''.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    39
XMLParseError = Error al intentar analizar el archivo XML (href=''{0}''). Motivo: {1}
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    40
XMLResourceError = Fallo de la operaci\u00F3n include, conversi\u00F3n a fallback. Error del recurso al leer el archivo como XML (href=''{0}''). Motivo: {1}
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    41
TextResourceError = Fallo de la operaci\u00F3n include, conversi\u00F3n a fallback. Error del recurso al leer el archivo como texto (href=''{0}''). Motivo: {1}
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 17534
diff changeset
    42
NO_XPointerSchema = El esquema para "{0}" no est\u00E1 soportado por defecto. Defina su propio esquema para {0}. Consulte http://apache.org/xml/properties/xpointer-schema
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    43
NO_SubResourceIdentified = El procesador XPointer no ha identificado el subrecurso para el puntero {0}.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    44
NonDuplicateNotation = Se han utilizado varias notaciones con el nombre''{0}'', pero no se ha determinado que sean duplicados.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    45
NonDuplicateUnparsedEntity = Se han utilizado varias entidades no analizadas con el nombre''{0}'', pero no se ha determinado que sean duplicados.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    46
XpointerMissing = el atributo xpointer debe estar presente cuando el atributo href est\u00E9 ausente.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    47
AcceptMalformed = Los caracteres fuera del rango de #x20 a #x7E no est\u00E1n permitidos en el valor del atributo 'accept' de un elemento 'include'.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    48
AcceptLanguageMalformed = Los caracteres fuera del rango #x20 through #x7E no est\u00E1n permitidos en el valor del atributo 'accept-language' de un elemento 'include'.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    49
RootElementRequired = Un documento con formato correcto necesita un elemento ra\u00EDz.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    50
MultipleRootElements = Un documento con formato correcto no debe contener varios elementos ra\u00EDz.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    51
ContentIllegalAtTopLevel = La sustituci\u00F3n de un elemento 'include' que aparece como el elemento de documento en el juego de informaci\u00F3n de origen de nivel superior no puede contener caracteres.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    52
UnexpandedEntityReferenceIllegal = La sustituci\u00F3n de un elemento 'include' que aparece como el elemento de documento en el juego de informaci\u00F3n de origen de nivel superior no puede contener referencias de entidad no ampliadas.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    53
HrefFragmentIdentifierIllegal = Los identificadores de fragmento no deben utilizarse. El valor del atributo ''href'' ''{0}'' no est\u00E1 permitido.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    54
HrefSyntacticallyInvalid = El valor del atributo ''href'' ''{0}'' no es v\u00E1lido sint\u00E1cticamente. Despu\u00E9s de aplicar las reglas de escape, el valor no es un URI ni un IRI sint\u00E1cticamente correctos.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    55
XPointerStreamability = Se ha especificado un xpointer que apunta a una ubicaci\u00F3n en el juego de informaci\u00F3n de origen. No se puede acceder a esta ubicaci\u00F3n debido a la naturaleza de flujo del procesador.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    56
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    57
XPointerResolutionUnsuccessful = Resoluci\u00F3n de XPointer incorrecta.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    58
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    59
# Messages from erroneous set-up
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    60
IncompatibleNamespaceContext = El tipo de NamespaceContext es incompatible con el uso de XInclude; debe ser una instancia de XIncludeNamespaceSupport
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    61
ExpandedSystemId = No se ha podido ampliar el identificador del sistema del recurso incluido