jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_es.java
changeset 12457 c348e06f0e82
parent 6 7f561c08de6b
child 20582 594878286b70
equal deleted inserted replaced
12324:1d7e6da6adc8 12457:c348e06f0e82
       
     1 /*
       
     2  * reserved comment block
       
     3  * DO NOT REMOVE OR ALTER!
       
     4  */
       
     5 /*
       
     6  * Copyright 1999-2004 The Apache Software Foundation.
       
     7  *
       
     8  * Licensed under the Apache License, Version 2.0 (the "License");
       
     9  * you may not use this file except in compliance with the License.
       
    10  * You may obtain a copy of the License at
       
    11  *
       
    12  *     http://www.apache.org/licenses/LICENSE-2.0
       
    13  *
       
    14  * Unless required by applicable law or agreed to in writing, software
       
    15  * distributed under the License is distributed on an "AS IS" BASIS,
       
    16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
       
    17  * See the License for the specific language governing permissions and
       
    18  * limitations under the License.
       
    19  */
       
    20 /*
       
    21  * $Id: SerializerMessages_es.java,v 1.1.4.1 2005/09/08 11:03:13 suresh_emailid Exp $
       
    22  */
       
    23 
       
    24 package com.sun.org.apache.xml.internal.serializer.utils;
       
    25 
       
    26 import java.util.ListResourceBundle;
       
    27 
       
    28 public class SerializerMessages_es extends ListResourceBundle {
       
    29   public Object[][] getContents() {
       
    30     Object[][] contents =  new Object[][] {
       
    31         // BAD_MSGKEY needs translation
       
    32         // BAD_MSGFORMAT needs translation
       
    33       { MsgKey.ER_SERIALIZER_NOT_CONTENTHANDLER,
       
    34         "La clase serializer ''{0}'' no implementa org.xml.sax.ContentHandler."},
       
    35 
       
    36       { MsgKey.ER_RESOURCE_COULD_NOT_FIND,
       
    37         "No se ha podido cargar el recurso [ {0} ].\n{1}"},
       
    38 
       
    39       { MsgKey.ER_RESOURCE_COULD_NOT_LOAD,
       
    40         "No se ha podido cargar el recurso [ {0} ]: {1} \n {2} \n {3}"},
       
    41 
       
    42       { MsgKey.ER_BUFFER_SIZE_LESSTHAN_ZERO,
       
    43         "Tama\u00f1o de almacenamiento intermedio <=0"},
       
    44 
       
    45       { MsgKey.ER_INVALID_UTF16_SURROGATE,
       
    46         "\u00bfSe ha detectado un sustituto UTF-16 no v\u00e1lido: {0}?"},
       
    47 
       
    48       { MsgKey.ER_OIERROR,
       
    49         "Error de ES"},
       
    50 
       
    51       { MsgKey.ER_ILLEGAL_ATTRIBUTE_POSITION,
       
    52         "No se puede a\u00f1adir el atributo {0} despu\u00e9s de nodos hijo o antes de que se produzca un elemento. Se ignorar\u00e1 el atributo."},
       
    53 
       
    54       { MsgKey.ER_NAMESPACE_PREFIX,
       
    55         "No se ha declarado el espacio de nombres para el prefijo ''{0}''."},
       
    56 
       
    57         // ER_STRAY_ATTRIBUTE needs translation
       
    58       { MsgKey.ER_STRAY_NAMESPACE,
       
    59         "Declaraci\u00f3n del espacio de nombres ''{0}''=''{1}'' fuera del elemento."},
       
    60 
       
    61       { MsgKey.ER_COULD_NOT_LOAD_RESOURCE,
       
    62         "No se ha podido cargar ''{0}'' (compruebe la CLASSPATH), ahora s\u00f3lo se est\u00e1n utilizando los valores por omisi\u00f3n"},
       
    63 
       
    64         // ER_ILLEGAL_CHARACTER needs translation
       
    65       { MsgKey.ER_COULD_NOT_LOAD_METHOD_PROPERTY,
       
    66         "No se ha podido cargar el archivo de propiedades ''{0}'' para el m\u00e9todo de salida ''{1}'' (compruebe la CLASSPATH)"},
       
    67 
       
    68       { MsgKey.ER_INVALID_PORT,
       
    69         "N\u00famero de puerto no v\u00e1lido"},
       
    70 
       
    71       { MsgKey.ER_PORT_WHEN_HOST_NULL,
       
    72         "No se puede establecer el puerto si el sistema principal es nulo"},
       
    73 
       
    74       { MsgKey.ER_HOST_ADDRESS_NOT_WELLFORMED,
       
    75         "El sistema principal no es una direcci\u00f3n bien formada"},
       
    76 
       
    77       { MsgKey.ER_SCHEME_NOT_CONFORMANT,
       
    78         "El esquema no es compatible."},
       
    79 
       
    80       { MsgKey.ER_SCHEME_FROM_NULL_STRING,
       
    81         "No se puede establecer un esquema de una serie nula"},
       
    82 
       
    83       { MsgKey.ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE,
       
    84         "La v\u00eda de acceso contiene una secuencia de escape no v\u00e1lida"},
       
    85 
       
    86       { MsgKey.ER_PATH_INVALID_CHAR,
       
    87         "La v\u00eda de acceso contiene un car\u00e1cter no v\u00e1lido: {0}"},
       
    88 
       
    89       { MsgKey.ER_FRAG_INVALID_CHAR,
       
    90         "El fragmento contiene un car\u00e1cter no v\u00e1lido"},
       
    91 
       
    92       { MsgKey.ER_FRAG_WHEN_PATH_NULL,
       
    93         "No se puede establecer el fragmento si la v\u00eda de acceso es nula"},
       
    94 
       
    95       { MsgKey.ER_FRAG_FOR_GENERIC_URI,
       
    96         "S\u00f3lo se puede establecer el fragmento para un URI gen\u00e9rico"},
       
    97 
       
    98       { MsgKey.ER_NO_SCHEME_IN_URI,
       
    99         "No se ha encontrado un esquema en el URI: {0}"},
       
   100 
       
   101       { MsgKey.ER_CANNOT_INIT_URI_EMPTY_PARMS,
       
   102         "No se puede inicializar el URI con par\u00e1metros vac\u00edos"},
       
   103 
       
   104       { MsgKey.ER_NO_FRAGMENT_STRING_IN_PATH,
       
   105         "No se puede especificar el fragmento en la v\u00eda de acceso y en el fragmento"},
       
   106 
       
   107       { MsgKey.ER_NO_QUERY_STRING_IN_PATH,
       
   108         "No se puede especificar la serie de consulta en la v\u00eda de acceso y en la serie de consulta"},
       
   109 
       
   110       { MsgKey.ER_NO_PORT_IF_NO_HOST,
       
   111         "No se puede especificar el puerto si no se ha especificado el sistema principal"},
       
   112 
       
   113       { MsgKey.ER_NO_USERINFO_IF_NO_HOST,
       
   114         "No se puede especificar la informaci\u00f3n de usuario si no se ha especificado el sistema principal"},
       
   115 
       
   116       { MsgKey.ER_SCHEME_REQUIRED,
       
   117         "\u00a1Se necesita un esquema!"}
       
   118 
       
   119     };
       
   120     return contents;
       
   121   }
       
   122 }