1#
2# Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
10#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
21# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22# or visit www.oracle.com if you need additional information or have any
23# questions.
24#
25
26# This file stores localized messages for the Xerces
27# SAX implementation.
28#
29# The messages are arranged in key and value tuples in a ListResourceBundle.
30
31
32BadMessageKey = Impossibile trovare il messaggio di errore corrispondente alla chiave di messaggio.
33FormatFailed = Si \u00E8 verificato un errore interno durante la formattazione del seguente messaggio:\n
34
35# JAXP messages
36schema-not-supported = La lingua dello schema specificata non \u00E8 supportata.
37jaxp-order-not-supported = Impostare la propriet\u00E0 ''{0}'' prima di impostare la propriet\u00E0 ''{1}''.
38schema-already-specified = Impossibile impostare la propriet\u00E0 ''{0}'' se \u00E8 gi\u00E0 stato specificato un oggetto di schema non nullo.
39
40# feature messages
41feature-not-supported = La funzione "{0}" non \u00E8 supportata.
42feature-not-recognized = La funzione "{0}" non \u00E8 riconosciuta.
43true-not-supported = Lo stato true per la funzione "{0}" non \u00E8 supportato.
44false-not-supported = Lo stato false per la funzione "{0}" non \u00E8 supportato.
45feature-read-only = La funzione "{0}" \u00E8 di sola lettura.
46jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING: impossibile impostare la funzione su false se \u00E8 presente Security Manager.
47
48# property messages
49property-not-supported = La propriet\u00E0 "{0}" non \u00E8 supportata.
50property-not-recognized = La propriet\u00E0 "{0}" non \u00E8 riconosciuta.
51property-read-only = La propriet\u00E0 "{0}" \u00E8 di sola lettura.
52property-not-parsing-supported = La propriet\u00E0 "{0}" non \u00E8 supportata durante l''analisi.
53dom-node-read-not-supported = Impossibile leggere la propriet\u00E0 di nodo DOM. Non esiste alcuna struttura DOM.
54incompatible-class = Impossibile eseguire la conversione cast del valore specificato per la propriet\u00E0 ''{0}'' in {1}.
55
56start-document-not-called=Richiamare la propriet\u00E0 "{0}" dopo l''esecuzione dell''evento startDocument
57nullparameter=il parametro del nome per "{0}" \u00E8 nullo
58errorHandlerNotSet=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.
59errorHandlerDebugMsg=Errore: URI = "{0}", riga = "{1}", : {2}
60