1#
2# Copyright (c) 1997, 2011, 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#
27# Message resource file
28#
29
30
31AbstractReferenceFinderImpl.UnableToParse = Impossibile analizzare "{0}" : {1}
32
33
34
35# {0} - schema location, {1} - (correct) schema location e.g.: "classpath:/foo/bar/Schema.xsd" is not a part of this compilation. Is this a mistake for "file:/bar/foo/Schema2.xsd"? OR "http://localhost:8080/MyService/TestService?wsdl" is not a part of this compilation. Is this a mistake for "http://localhost:8080/MyService/TestService?wsdl#types3"?
36Internalizer.IncorrectSchemaReference = "{0}" non fa parte di questa compilazione. Si tratta di un errore per "{1}"?
37
38Internalizer.XPathEvaluationError = Errore XPath: {0}
39
40# {0} - xpath location (location of element/node/... in XML) e.g.: XPath evaluation of "/foo/bar" needs to result in an element.
41Internalizer.XPathEvaluatesToNoTarget = La valutazione XPath di "{0}" restituisce un nodo di destinazione vuoto
42
43# {0} - xpath location (location of element/node/... in XML) e.g.: XPath evaluation of "/foo/bar" needs to result in an element.
44Internalizer.XPathEvaulatesToTooManyTargets = La valutazione XPath di "{0}" restituisce troppi ({1}) nodi di destinazione
45
46# {0} - xpath location (location of element/node/... in XML) e.g.: XPath evaluation of "/foo/bar" needs to result in an element.
47Internalizer.XPathEvaluatesToNonElement = La valutazione XPath di "{0}" deve restituire un elemento.
48
49Internalizer.XPathEvaluatesToNonSchemaElement = La valutazione XPath di "{0}" deve restituire un elemento della lingua dello schema ma restituisce {1}.
50
51Internalizer.ContextNodeIsNotElement = Il nodo contesto non \u00E8 un elemento.
52
53Internalizer.OrphanedCustomization = La personalizzazione "{0}" non \u00E8 associata ad alcun elemento dello schema.
54
55Internalizer.IncorrectVersion = L'attributo JAXB version deve essere "1.0"
56
57Internalizer.VersionNotPresent = L'attributo JAXB version deve essere presente
58
59Internalizer.TwoVersionAttributes = Sono presenti jaxb:version e version
60
61ERR_GENERAL_SCHEMA_CORRECTNESS_ERROR = Impossibile assicurare la correttezza dello schema: {0}
62
63SCD_NOT_ENABLED = Il supporto del designatore del componente dello schema \u00E8 disabilitato per impostazione predefinita. Usare il parametro -extension per abilitare questa estensione del fornitore.
64
65# SCD = Schema Component Designator.
66ERR_SCD_EVAL = SCD non valido: {0}
67
68# SCD = Schema Component Designator.
69ERR_SCD_EVALUATED_EMPTY = L''SCD "{0}" non corrisponde ad alcun componente dello schema
70
71# SCD = Schema Component Designator.
72ERR_SCD_MATCHED_MULTIPLE_NODES = L''SCD "{0}" corrisponde a {1} componenti dello schema mentre ne \u00E8 previsto solo 1
73
74# Not concatenated with any other string (written on a separate line) but printed after (and related to) ERR_SCD_MATCHED_MULTIPLE_NODES, followed by a line with the position of the problem in a particular file.
75ERR_SCD_MATCHED_MULTIPLE_NODES_FIRST = (relativo a quanto riportato sopra) qui \u00E8 definito uno dei componenti dello schema corrispondenti
76
77# Not concatenated with any other string (written on a separate line) but printed after (related to ERR_SCD_MATCHED_MULTIPLE_NODES) ERR_SCD_MATCHED_MULTIPLE_NODES_FIRST, followed by a line with the position of the problem in a particular file.
78ERR_SCD_MATCHED_MULTIPLE_NODES_SECOND = (relativo a quanto riportato sopra) qui \u00E8 definito un altro componente dello schema corrispondente
79
80ERR_FILENAME_IS_NOT_URI = Il nome file non \u00E8 un URI.
81
82DOMFOREST_INPUTSOURCE_IOEXCEPTION = IOException restituita durante l''elaborazione di "{0}". Eccezione: {1}.
83