286N/A/*
286N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
286N/A *
286N/A * This code is free software; you can redistribute it and/or modify it
286N/A * under the terms of the GNU General Public License version 2 only, as
286N/A * published by the Free Software Foundation. Oracle designates this
286N/A * particular file as subject to the "Classpath" exception as provided
286N/A * by Oracle in the LICENSE file that accompanied this code.
286N/A *
286N/A * This code is distributed in the hope that it will be useful, but WITHOUT
286N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
286N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
286N/A * version 2 for more details (a copy is included in the LICENSE file that
286N/A * accompanied this code).
286N/A *
286N/A * You should have received a copy of the GNU General Public License version
286N/A * 2 along with this work; if not, write to the Free Software Foundation,
286N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
286N/A *
286N/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
286N/A * or visit www.oracle.com if you need additional information or have any
286N/A * questions.
286N/A */
286N/A
286N/A/*
286N/A * Copyright (c) 2009 by Oracle Corporation. All Rights Reserved.
286N/A */
286N/A
286N/A# This file stores localized messages for the Xerces
286N/A# SAX implementation.
286N/A#
286N/A# The messages are arranged in key and value tuples in a ListResourceBundle.
286N/A#
286N/A# @version $Id: SAXMessages_it.properties 3021 2011-03-01 00:12:28Z joehw $
286N/A
286N/A
286N/ABadMessageKey = Impossibile trovare il messaggio di errore corrispondente alla chiave di messaggio.
286N/AFormatFailed = Si \u00E8 verificato un errore interno durante la formattazione del seguente messaggio:\n
286N/A
286N/A# JAXP messages
286N/Aschema-not-supported = La lingua dello schema specificata non \u00E8 supportata.
286N/Ajaxp-order-not-supported = Impostare la propriet\u00E0 ''{0}'' prima di impostare la propriet\u00E0 ''{1}''.
286N/Aschema-already-specified = Impossibile impostare la propriet\u00E0 ''{0}'' se \u00E8 gi\u00E0 stato specificato un oggetto di schema non nullo.
286N/A
286N/A# feature messages
286N/Afeature-not-supported = La funzione "{0}" non \u00E8 supportata.
286N/Afeature-not-recognized = La funzione "{0}" non \u00E8 riconosciuta.
286N/Atrue-not-supported = Lo stato true per la funzione "{0}" non \u00E8 supportato.
286N/Afalse-not-supported = Lo stato false per la funzione "{0}" non \u00E8 supportato.
286N/Afeature-read-only = La funzione "{0}" \u00E8 di sola lettura.
286N/Ajaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: impossibile impostare la funzione su false se \u00E8 presente Security Manager.
286N/A
286N/A# property messages
286N/Aproperty-not-supported = La propriet\u00E0 "{0}" non \u00E8 supportata.
286N/Aproperty-not-recognized = La propriet\u00E0 "{0}" non \u00E8 riconosciuta.
286N/Aproperty-read-only = La propriet\u00E0 "{0}" \u00E8 di sola lettura.
286N/Aproperty-not-parsing-supported = La propriet\u00E0 "{0}" non \u00E8 supportata durante l''analisi.
286N/Adom-node-read-not-supported = Impossibile leggere la propriet\u00E0 di nodo DOM. Non esiste alcuna struttura DOM.
286N/Aincompatible-class = Impossibile eseguire la conversione cast del valore specificato per la propriet\u00E0 ''{0}'' in {1}.
286N/A
286N/Astart-document-not-called=Richiamare la propriet\u00E0 "{0}" dopo l''esecuzione dell''evento startDocument
286N/Anullparameter=il parametro del nome per "{0}" \u00E8 nullo
286N/AerrorHandlerNotSet=Avvertenza\: la convalida \u00E8 stata attivata, ma org.xml.sax.ErrorHandler non \u00E8 stato impostato, il che potrebbe essere un errore. Il parser utilizzer\u00E0 un ErrorHandler predefinito per visualizzare i primi {0} errori. Richiamare il metodo ''setErrorHandler'' per correggere questo problema.
286N/AerrorHandlerDebugMsg=Errore\: URI \= "{0}", riga \= "{1}", \: {2}