1 /*
   2  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   3  *
   4  * This code is free software; you can redistribute it and/or modify it
   5  * under the terms of the GNU General Public License version 2 only, as
   6  * published by the Free Software Foundation.  Oracle designates this
   7  * particular file as subject to the "Classpath" exception as provided
   8  * by Oracle in the LICENSE file that accompanied this code.
   9  *
  10  * This code is distributed in the hope that it will be useful, but WITHOUT
  11  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13  * version 2 for more details (a copy is included in the LICENSE file that
  14  * accompanied this code).
  15  *
  16  * You should have received a copy of the GNU General Public License version
  17  * 2 along with this work; if not, write to the Free Software Foundation,
  18  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19  *
  20  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21  * or visit www.oracle.com if you need additional information or have any
  22  * questions.
  23  */
  24 
  25 /*
  26  * Copyright (c) 2009 by Oracle Corporation. All Rights Reserved.
  27  */
  28 
  29 # This file stores error messages for the Xerces XML
  30 # serializer.  Many DOM Load/Save error messages also
  31 # live here, since the serializer largely implements that package.
  32 #
  33 # As usual with properties files, the messages are arranged in
  34 # key/value tuples.
  35 #
  36 # @version $Id: XMLSerializerMessages_it.properties 3021 2011-03-01 00:12:28Z joehw $
  37 
  38     BadMessageKey = Impossibile trovare il messaggio di errore corrispondente alla chiave di messaggio.
  39     FormatFailed = Si \u00E8 verificato un errore interno durante la formattazione del seguente messaggio:\n
  40 
  41     ArgumentIsNull = L''argomento ''{0}'' \u00E8 nullo.
  42     NoWriterSupplied = Nessun processo di scrittura fornito per il serializzatore.
  43     MethodNotSupported = Il metodo ''{0}'' non \u00E8 supportato da questo factory.
  44     ResetInMiddle = Impossibile reimpostare il serializzatore durante una serializzazione.
  45     Internal = Errore interno: lo stato dell'elemento \u00E8 zero.
  46     NoName = Non esiste alcun rawName e localName \u00E8 nullo.
  47     ElementQName = Il nome elemento ''{0}'' non \u00E8 un QName.
  48     ElementPrefix = L''elemento ''{0}'' non appartiene ad alcuno spazio di nomi: il prefisso deve essere non dichiarato o associato a uno spazio di nomi.
  49     AttributeQName = Il nome attributo ''{0}'' non \u00E8 un QName.
  50     AttributePrefix = L''attributo ''{0}'' non appartiene ad alcuno spazio di nomi: il prefisso deve essere non dichiarato o associato a uno spazio di nomi.
  51     InvalidNSDecl = La sintassi della dichiarazione dello spazio di nomi \u00E8 errata: {0}.
  52     EndingCDATA = La sequenza di caratteri \"]]>\" non deve essere presente nel contenuto a meno che non sia utilizzata per contrassegnare la fine di una sezione CDATA.
  53     SplittingCDATA = Verr\u00E0 suddivisa una sezione CDATA che contiene l'indicatore di fine della sezione CDATA \"]]>\".
  54     ResourceNotFound = Impossibile trovare la risorsa ''{0}''.
  55     ResourceNotLoaded = Impossibile caricare la risorsa ''{0}''. {1}
  56     SerializationStopped =  Serializzazione arrestata su richiesta dell'utente.
  57 
  58     # DOM Level 3 load and save messages
  59     no-output-specified = no-output-specified: la destinazione di output per i dati da scrivere \u00E8 nulla.
  60     unsupported-encoding = unsupported-encoding: \u00E8 stata rilevata una codifica non supportata.
  61     unable-to-serialize-node = unable-to-serialize-node: impossibile serializzare il nodo.