jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_it.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_it.java,v 1.1.4.1 2005/09/08 11:03:15 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_it 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 classe serializer ''{0}'' non implementa org.xml.sax.ContentHandler."},
       
    35 
       
    36       { MsgKey.ER_RESOURCE_COULD_NOT_FIND,
       
    37         "Risorsa [ {0} ] non trovata.\n {1}"},
       
    38 
       
    39       { MsgKey.ER_RESOURCE_COULD_NOT_LOAD,
       
    40         "Impossibile caricare la risorsa [ {0} ]: {1} \n {2} \n {3}"},
       
    41 
       
    42       { MsgKey.ER_BUFFER_SIZE_LESSTHAN_ZERO,
       
    43         "Dimensione buffer <=0"},
       
    44 
       
    45       { MsgKey.ER_INVALID_UTF16_SURROGATE,
       
    46         "Rilevato surrogato UTF-16 non valido: {0} ?"},
       
    47 
       
    48       { MsgKey.ER_OIERROR,
       
    49         "Errore IO"},
       
    50 
       
    51       { MsgKey.ER_ILLEGAL_ATTRIBUTE_POSITION,
       
    52         "Impossibile aggiungere l''attributo {0} dopo i nodi secondari o prima che sia prodotto un elemento. L''attributo verr\u00e0 ignorato. "},
       
    53 
       
    54       { MsgKey.ER_NAMESPACE_PREFIX,
       
    55         "Lo spazio nomi per il prefisso ''{0}'' non \u00e8 stato dichiarato. "},
       
    56 
       
    57         // ER_STRAY_ATTRIBUTE needs translation
       
    58       { MsgKey.ER_STRAY_NAMESPACE,
       
    59         "Dichiarazione dello spazio nome ''{0}''=''{1}'' al di fuori dell''elemento. "},
       
    60 
       
    61       { MsgKey.ER_COULD_NOT_LOAD_RESOURCE,
       
    62         "Impossibile caricare ''{0}'' (verificare CLASSPATH); verranno utilizzati i valori predefiniti "},
       
    63 
       
    64         // ER_ILLEGAL_CHARACTER needs translation
       
    65       { MsgKey.ER_COULD_NOT_LOAD_METHOD_PROPERTY,
       
    66         "Impossibile caricare il file delle propriet\u00e0 ''{0}'' per il metodo di emissione ''{1}'' (verificare CLASSPATH)"},
       
    67 
       
    68       { MsgKey.ER_INVALID_PORT,
       
    69         "Numero di porta non valido"},
       
    70 
       
    71       { MsgKey.ER_PORT_WHEN_HOST_NULL,
       
    72         "La porta non pu\u00f2 essere impostata se l'host \u00e8 nullo"},
       
    73 
       
    74       { MsgKey.ER_HOST_ADDRESS_NOT_WELLFORMED,
       
    75         "Host non \u00e8 un'indirizzo corretto"},
       
    76 
       
    77       { MsgKey.ER_SCHEME_NOT_CONFORMANT,
       
    78         "Lo schema non \u00e8 conforme."},
       
    79 
       
    80       { MsgKey.ER_SCHEME_FROM_NULL_STRING,
       
    81         "Impossibile impostare lo schema da una stringa nulla"},
       
    82 
       
    83       { MsgKey.ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE,
       
    84         "Il percorso contiene sequenza di escape non valida"},
       
    85 
       
    86       { MsgKey.ER_PATH_INVALID_CHAR,
       
    87         "Il percorso contiene un carattere non valido: {0}"},
       
    88 
       
    89       { MsgKey.ER_FRAG_INVALID_CHAR,
       
    90         "Il frammento contiene un carattere non valido"},
       
    91 
       
    92       { MsgKey.ER_FRAG_WHEN_PATH_NULL,
       
    93         "Il frammento non pu\u00f2 essere impostato se il percorso \u00e8 nullo"},
       
    94 
       
    95       { MsgKey.ER_FRAG_FOR_GENERIC_URI,
       
    96         "Il frammento pu\u00f2 essere impostato solo per un URI generico"},
       
    97 
       
    98       { MsgKey.ER_NO_SCHEME_IN_URI,
       
    99         "Nessuno schema trovato nell''URI: {0}"},
       
   100 
       
   101       { MsgKey.ER_CANNOT_INIT_URI_EMPTY_PARMS,
       
   102         "Impossibile inizializzare l'URI con i parametri vuoti"},
       
   103 
       
   104       { MsgKey.ER_NO_FRAGMENT_STRING_IN_PATH,
       
   105         "Il frammento non pu\u00f2 essere specificato sia nel percorso che nel frammento"},
       
   106 
       
   107       { MsgKey.ER_NO_QUERY_STRING_IN_PATH,
       
   108         "La stringa di interrogazione non pu\u00f2 essere specificata nella stringa di interrogazione e percorso."},
       
   109 
       
   110       { MsgKey.ER_NO_PORT_IF_NO_HOST,
       
   111         "La porta non pu\u00f2 essere specificata se l'host non \u00e8 specificato"},
       
   112 
       
   113       { MsgKey.ER_NO_USERINFO_IF_NO_HOST,
       
   114         "Userinfo non pu\u00f2 essere specificato se l'host non \u00e8 specificato"},
       
   115 
       
   116       { MsgKey.ER_SCHEME_REQUIRED,
       
   117         "Lo schema \u00e8 obbligatorio."}
       
   118 
       
   119     };
       
   120     return contents;
       
   121   }
       
   122 }