jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_it.properties
author katleman
Fri, 28 Jun 2013 16:25:51 -0700
changeset 18466 ec6bc063228a
parent 18368 7e597f886360
child 20582 594878286b70
permissions -rw-r--r--
8019347: JDK8 b96 source with GPL header errors Reviewed-by: iris, alanb, lancea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
     1
#
18466
ec6bc063228a 8019347: JDK8 b96 source with GPL header errors
katleman
parents: 18368
diff changeset
     2
# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
     4
#
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    10
#
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    15
# accompanied this code).
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    16
#
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    17
# You should have received a copy of the GNU General Public License version
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    20
#
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    23
# questions.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    24
#
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    25
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    26
# This file contains error and warning messages related to XML
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    27
# The messages are arranged in key and value tuples in a ListResourceBundle.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    28
#
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    29
# @version
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    30
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    31
        BadMessageKey = Impossibile trovare il messaggio di errore corrispondente alla chiave di messaggio.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    32
        FormatFailed = Si \u00E8 verificato un errore interno durante la formattazione del seguente messaggio:\n  
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    33
        
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    34
# Document messages
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    35
        PrematureEOF=Fine del file anticipata.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    36
# 2.1 Well-Formed XML Documents
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    37
        RootElementRequired = L'elemento radice \u00E8 obbligatorio in un documento con formato corretto.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    38
# 2.2 Characters
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    39
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    40
        InvalidCharInCDSect = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nella sezione CDATA.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    41
        InvalidCharInContent = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nel contenuto dell''elemento del documento.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    42
        TwoColonsInQName = \u00C8 stato trovato un secondo carattere dei due punti (':') non valido nel tipo di elemento o nel nome attributo.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    43
        ColonNotLegalWithNS = Non sono consentiti i due punti nel nome "{0}" se sono abilitati gli spazi di nomi.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    44
        InvalidCharInMisc = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nel markup dopo la fine del contenuto dell''elemento.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    45
        InvalidCharInProlog = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nel prologo del documento.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    46
        InvalidCharInXMLDecl = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nella dichiarazione XML.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    47
# 2.4 Character Data and Markup
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    48
        CDEndInContent = La sequenza di caratteri "]]>" non deve essere presente nel contenuto a meno che non sia utilizzata per contrassegnare la fine di una sezione CDATA.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    49
# 2.7 CDATA Sections
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    50
        CDSectUnterminated = La sezione CDATA deve terminare con "]]>".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    51
# 2.8 Prolog and Document Type Declaration
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    52
        XMLDeclMustBeFirst = La dichiarazione XML pu\u00F2 comparire solo all'inizio del documento.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    53
        EqRequiredInXMLDecl = Il carattere '' = '' deve seguire "{0}" nella dichiarazione XML.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    54
        QuoteRequiredInXMLDecl = Il valore che segue "{0}" nella dichiarazione XML deve essere una stringa compresa tra apici.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    55
        XMLDeclUnterminated = La dichiarazione XML deve terminare con "?>".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    56
        VersionInfoRequired = La versione \u00E8 obbligatoria nella dichiarazione XML.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    57
        SpaceRequiredBeforeVersionInXMLDecl = \u00C8 richiesto uno spazio prima dell'attributo pseudo della versione nella dichiarazione XML.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    58
        SpaceRequiredBeforeEncodingInXMLDecl = \u00C8 richiesto uno spazio prima dell'attributo pseudo di codifica nella dichiarazione XML.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    59
        SpaceRequiredBeforeStandalone = \u00C8 richiesto uno spazio prima dell'attributo pseudo di codifica nella dichiarazione XML.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    60
        MarkupNotRecognizedInProlog = Il markup nel documento che precede l'elemento radice deve avere un formato corretto.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    61
        MarkupNotRecognizedInMisc = Il markup nel documento che segue l'elemento radice deve avere un formato corretto.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    62
        AlreadySeenDoctype = Doctype gi\u00E0 presente.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    63
        DoctypeNotAllowed = DOCTYPE non \u00E8 consentito se la funzione "http://apache.org/xml/features/disallow-doctype-decl" \u00E8 impostata su true.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    64
        ContentIllegalInProlog = Il contenuto non \u00E8 consentito nel prologo.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    65
        ReferenceIllegalInProlog = Il riferimento non \u00E8 consentito nel prologo.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    66
# Trailing Misc
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    67
        ContentIllegalInTrailingMisc=Il contenuto non \u00E8 consentito nella sezione finale.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    68
        ReferenceIllegalInTrailingMisc=Il riferimento non \u00E8 consentito nella sezione finale.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    69
        
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    70
# 2.9 Standalone Document Declaration
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    71
        SDDeclInvalid = Il valore della dichiarazione del documento standalone deve essere "yes" o "no", non "{0}".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    72
# 2.12 Language Identification
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    73
        XMLLangInvalid = Il valore dell''attributo xml:lang "{0}" \u00E8 un identificativo di lingua non valido.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    74
# 3. Logical Structures
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    75
        ETagRequired = Il tipo di elemento "{0}" deve terminare con la corrispondente tag finale "</{0}>".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    76
# 3.1 Start-Tags, End-Tags, and Empty-Element Tags
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    77
        ElementUnterminated = Il tipo di elemento "{0}" deve essere seguito dalle specifiche di attributo ">" o "/>".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    78
        EqRequiredInAttribute = Il nome attributo "{1}" associato a un tipo di elemento "{0}" deve essere seguito dal carattere '' = ''.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    79
        OpenQuoteExpected = \u00C8 previsto un apice di apertura per l''attributo "{1}" associato a un tipo di elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    80
        CloseQuoteExpected = \u00C8 previsto un apice di chiusura per l''attributo "{1}" associato a un tipo di elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    81
        AttributeNotUnique = L''attributo "{1}" \u00E8 gi\u00E0 stato specificato per l''elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    82
        AttributeNSNotUnique = L''attributo "{1}" associato allo spazio di nomi "{2}" \u00E8 gi\u00E0 stato specificato per l''elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    83
        ETagUnterminated = La tag finale per il tipo di elemento "{0}" deve terminare con un delimitatore ''>''.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    84
        MarkupNotRecognizedInContent = Il contenuto degli elementi deve essere composto da dati o markup di caratteri con formato corretto.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    85
        DoctypeIllegalInContent = DOCTYPE non \u00E8 consentito nel contenuto.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    86
# 4.1 Character and Entity References
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    87
        ReferenceUnterminated = Il riferimento deve terminare con un delimitatore ';'.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    88
# 4.3.2 Well-Formed Parsed Entities
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    89
        ReferenceNotInOneEntity = Il riferimento deve essere compreso completamente all'interno della stessa entit\u00E0 analizzata.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    90
        ElementEntityMismatch = L''elemento "{0}" deve iniziare e finire con la stessa entit\u00E0.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    91
        MarkupEntityMismatch=Le strutture di documenti XML devono iniziare e finire con la stessa entit\u00E0.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    92
        
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    93
# Messages common to Document and DTD
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    94
# 2.2 Characters
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
    95
        InvalidCharInAttValue = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{2}) nel valore dell''attributo "{1}". L''elemento \u00E8 "{0}".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    96
        InvalidCharInComment = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nel commento.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    97
        InvalidCharInPI = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nell''istruzione di elaborazione.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    98
        InvalidCharInInternalSubset = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nel set secondario interno del DTD.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
    99
        InvalidCharInTextDecl = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nella dichiarazione testuale.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   100
# 2.3 Common Syntactic Constructs
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   101
        QuoteRequiredInAttValue = Il valore dell''attributo "{1}" deve iniziare con un apice o una virgoletta.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   102
        LessthanInAttValue = Il valore dell''attributo "{1}" associato a un tipo di elemento "{0}" non deve essere contenere il carattere ''<''.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   103
        AttributeValueUnterminated = Il valore dell''attributo "{1}" deve terminare con un apice corrispondente.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   104
# 2.5 Comments
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   105
        InvalidCommentStart = Il commento deve iniziare con "<!--".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   106
        DashDashInComment = La stringa "--" non \u00E8 consentita nei commenti.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   107
        CommentUnterminated = Il commento deve terminare con "-->".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   108
        COMMENT_NOT_IN_ONE_ENTITY = Il commento non \u00E8 compreso all'interno della stessa entit\u00E0.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   109
# 2.6 Processing Instructions
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   110
        PITargetRequired = L'istruzione di elaborazione deve iniziare con il nome della destinazione.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   111
        SpaceRequiredInPI = \u00C8 richiesto uno spazio tra la destinazione delle istruzioni di elaborazione e i dati.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   112
        PIUnterminated = L'istruzione di elaborazione deve terminare con "?>".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   113
        ReservedPITarget = Non \u00E8 consentita una destinazione di istruzione di elaborazione corrispondente a "[xX][mM][lL]".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   114
        PI_NOT_IN_ONE_ENTITY = L'istruzione di elaborazione non \u00E8 compresa all'interno della stessa entit\u00E0.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   115
# 2.8 Prolog and Document Type Declaration
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   116
        VersionInfoInvalid = Versione "{0}" non valida.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   117
        VersionNotSupported = La versione XML "{0}" non \u00E8 supportata. Solo la versione XML 1.0 \u00E8 supportata.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   118
        VersionNotSupported11 = La versione XML "{0}" non \u00E8 supportata. Solo le versioni XML 1.0 e XML 1.1 sono supportate.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   119
        VersionMismatch= Un'entit\u00E0 non pu\u00F2 includerne un'altra con una versione successiva.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   120
# 4.1 Character and Entity References
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   121
        DigitRequiredInCharRef = Una rappresentazione decimale deve seguire immediatamente "&#" in un riferimento di carattere.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   122
        HexdigitRequiredInCharRef = Una rappresentazione esadecimale deve seguire immediatamente "&#" in un riferimento di carattere.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   123
        SemicolonRequiredInCharRef = Il riferimento di carattere deve terminare con il delimitatore ';'.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   124
        InvalidCharRef = Il riferimento di carattere "&#{0}" \u00E8 un carattere XML non valido.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   125
        NameRequiredInReference = Il nome entit\u00E0 deve seguire immediatamente '&' nel riferimento di entit\u00E0.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   126
        SemicolonRequiredInReference = Il riferimento di entit\u00E0 "{0}" deve terminare con il delimitatore '';''.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   127
# 4.3.1 The Text Declaration
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   128
        TextDeclMustBeFirst = La dichiarazione di testo pu\u00F2 comparire solo all'inizio dell'entit\u00E0 esterna analizzata.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   129
        EqRequiredInTextDecl = Il carattere '' = '' deve seguire "{0}" nella dichiarazione di testo.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   130
        QuoteRequiredInTextDecl = Il valore che segue "{0}" nella dichiarazione di testo deve essere una stringa compresa tra apici.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   131
        CloseQuoteMissingInTextDecl = manca l''apice di chiusura nel valore che segue "{0}" nella dichiarazione di testo.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   132
        SpaceRequiredBeforeVersionInTextDecl = \u00C8 richiesto uno spazio prima dell'attributo pseudo della versione nella dichiarazione del testo.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   133
        SpaceRequiredBeforeEncodingInTextDecl = \u00C8 richiesto uno spazio prima dell'attributo pseudo di codifica nella dichiarazione del testo.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   134
        TextDeclUnterminated = La dichiarazione di testo deve terminare con "?>".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   135
        EncodingDeclRequired = La dichiarazione di codifica \u00E8 obbligatoria nella dichiarazione di testo.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   136
        NoMorePseudoAttributes = Non sono consentiti altri attributi pseudo.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   137
        MorePseudoAttributes = Sono previsti altri attributi pseudo.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   138
        PseudoAttrNameExpected = \u00C8 previsto un nome attributo pseudo. 
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   139
# 4.3.2 Well-Formed Parsed Entities
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   140
        CommentNotInOneEntity = Il commento deve essere compreso completamente all'interno della stessa entit\u00E0 analizzata.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   141
        PINotInOneEntity = L'istruzione di elaborazione deve essere compresa completamente all'interno della stessa entit\u00E0 analizzata.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   142
# 4.3.3 Character Encoding in Entities
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   143
        EncodingDeclInvalid = Nome codifica "{0}" non valido.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   144
        EncodingByteOrderUnsupported = L''ordine di byte specificato per la codifica "{0}" non \u00E8 supportato.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   145
        InvalidByte = Byte non valido {0} della sequenza UTF-8 a {1} byte.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   146
        ExpectedByte = \u00C8 previsto il byte {0} della sequenza UTF-8 a {1} byte.  
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   147
        InvalidHighSurrogate = I bit per surrogato alto nella sequenza UTF-8 non devono superare 0x10, ma \u00E8 stato trovato 0x{0}.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   148
        OperationNotSupported = Operazione "{0}" non supportata dal processo di lettura {1}.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   149
        InvalidASCII = Il byte "{0}" non fa parte del set di caratteri ASCII (a 7 bit).
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   150
        CharConversionFailure = Un'entit\u00E0 che deve trovarsi in una determinata codifica non pu\u00F2 contenere sequenze non valide in quella codifica.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   151
        
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   152
# DTD Messages
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   153
# 2.2 Characters
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   154
        InvalidCharInEntityValue = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nel valore dell''entit\u00E0.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   155
        InvalidCharInExternalSubset = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nel set secondario esterno del DTD.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   156
        InvalidCharInIgnoreSect = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nella sezione condizionale esclusa.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   157
        InvalidCharInPublicID = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nell''identificativo pubblico.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   158
        InvalidCharInSystemID = \u00C8 stato trovato un carattere XML non valido (Unicode: 0x{0}) nell''identificativo di sistema.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   159
# 2.3 Common Syntactic Constructs
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   160
        SpaceRequiredAfterSYSTEM = \u00C8 richiesto uno spazio dopo la parola chiave SYSTEM nella dichiarazione DOCTYPE.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   161
        QuoteRequiredInSystemID = L'identificativo di sistema deve iniziare con un apice o con virgolette.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   162
        SystemIDUnterminated = L'identificativo di sistema deve terminare con un apice corrispondente.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   163
        SpaceRequiredAfterPUBLIC = Sono richiesti spazi dopo la parola chiave PUBLIC nella dichiarazione DOCTYPE.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   164
        QuoteRequiredInPublicID = L'identificativo pubblico deve iniziare con un apice o con le virgolette.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   165
        PublicIDUnterminated = L'identificativo pubblico deve terminare con un apice corrispondente.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   166
        PubidCharIllegal = Il carattere (Unicode: 0x{0}) non \u00E8 consentito nell''identificativo pubblico.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   167
        SpaceRequiredBetweenPublicAndSystem = Sono richiesti spazi tra publicId e systemId.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   168
# 2.8 Prolog and Document Type Declaration
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   169
        MSG_SPACE_REQUIRED_BEFORE_ROOT_ELEMENT_TYPE_IN_DOCTYPEDECL = \u00C8 richiesto uno spazio dopo "<!DOCTYPE" nella dichiarazione del tipo di documento.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   170
        MSG_ROOT_ELEMENT_TYPE_REQUIRED = Il tipo di elemento radice deve comparire dopo "<!DOCTYPE" nella dichiarazione del tipo di documento.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   171
        DoctypedeclUnterminated = La dichiarazione del tipo di documento per il tipo di elemento radice "{0}" deve terminare con ''>''.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   172
        PEReferenceWithinMarkup = Il riferimento di entit\u00E0 di parametro "%{0};" non pu\u00F2 essere presente nel markup del set secondario interno del DTD.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   173
        MSG_MARKUP_NOT_RECOGNIZED_IN_DTD = Le dichiarazioni di markup contenute o indicate dalla dichiarazione del tipo di documento devono avere un formato corretto.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   174
# 2.10 White Space Handling
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   175
        MSG_XML_SPACE_DECLARATION_ILLEGAL = La dichiarazione di attributo "xml:space" deve essere specificata come tipo enumerato, i cui unici possibili valori sono "default" e "preserve".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   176
# 3.2 Element Type Declarations
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   177
        MSG_SPACE_REQUIRED_BEFORE_ELEMENT_TYPE_IN_ELEMENTDECL = \u00C8 richiesto uno spazio dopo "<!ELEMENT" nella dichiarazione del tipo di elemento.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   178
        MSG_ELEMENT_TYPE_REQUIRED_IN_ELEMENTDECL = Il tipo di elemento \u00E8 obbligatorio nella dichiarazione del tipo di elemento.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   179
        MSG_SPACE_REQUIRED_BEFORE_CONTENTSPEC_IN_ELEMENTDECL = \u00C8 richiesto uno spazio dopo il tipo di elemento "{0}" nella dichiarazione del tipo di elemento.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   180
        MSG_CONTENTSPEC_REQUIRED_IN_ELEMENTDECL = \u00C8 richiesto uno vincolo dopo il tipo di elemento "{0}" nella dichiarazione del tipo di elemento.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   181
        ElementDeclUnterminated = La dichiarazione per il tipo di elemento "{0}" deve terminare con ''>''.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   182
# 3.2.1 Element Content
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   183
        MSG_OPEN_PAREN_OR_ELEMENT_TYPE_REQUIRED_IN_CHILDREN = Un carattere ''('' o un tipo di elemento \u00E8 obbligatorio nella dichiarazione del tipo di elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   184
        MSG_CLOSE_PAREN_REQUIRED_IN_CHILDREN = Un carattere '')'' \u00E8 obbligatorio nella dichiarazione del tipo di elemento "{0}".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   185
# 3.2.2 Mixed Content
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   186
        MSG_ELEMENT_TYPE_REQUIRED_IN_MIXED_CONTENT = Un tipo di elemento \u00E8 obbligatorio nella dichiarazione del tipo di elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   187
        MSG_CLOSE_PAREN_REQUIRED_IN_MIXED = Un carattere '')'' \u00E8 obbligatorio nella dichiarazione del tipo di elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   188
        MixedContentUnterminated = Il modello di contenuto misto "{0}" deve terminare con ")*" se i tipi di elementi figlio hanno vincoli.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   189
# 3.3 Attribute-List Declarations
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   190
        MSG_SPACE_REQUIRED_BEFORE_ELEMENT_TYPE_IN_ATTLISTDECL = \u00C8 richiesto uno spazio dopo "<!ATTLIST" nella dichiarazione della lista di attributi.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   191
        MSG_ELEMENT_TYPE_REQUIRED_IN_ATTLISTDECL = Il tipo di elemento \u00E8 obbligatorio nella dichiarazione della lista di attributi.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   192
        MSG_SPACE_REQUIRED_BEFORE_ATTRIBUTE_NAME_IN_ATTDEF = \u00C8 richiesto uno spazio prima del nome attributo nella dichiarazione della lista di attributi per l''elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   193
        AttNameRequiredInAttDef = Specificare il nome attributo nella dichiarazione della lista di attributi per l''elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   194
        MSG_SPACE_REQUIRED_BEFORE_ATTTYPE_IN_ATTDEF = \u00C8 richiesto uno spazio prima del tipo di attributo nella dichiarazione dell''attributo "{1}" per l''elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   195
        AttTypeRequiredInAttDef = Il tipo di attributo \u00E8 obbligatorio nella dichiarazione dell''attributo "{1}" per l''elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   196
        MSG_SPACE_REQUIRED_BEFORE_DEFAULTDECL_IN_ATTDEF = \u00C8 richiesto uno spazio prima del valore predefinito di attributo nella dichiarazione dell''attributo "{1}" per l''elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   197
        MSG_DUPLICATE_ATTRIBUTE_DEFINITION = Sono state specificate pi\u00F9 definizioni di attributo per lo stesso attributo "{1}" dell''elemento "{0}" specificato.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   198
# 3.3.1 Attribute Types
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   199
        MSG_SPACE_REQUIRED_AFTER_NOTATION_IN_NOTATIONTYPE = Deve essere presente uno spazio dopo "NOTATION" nella dichiarazione di attributo "{1}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   200
        MSG_OPEN_PAREN_REQUIRED_IN_NOTATIONTYPE = Il carattere ''('' deve seguire "NOTATION" nella dichiarazione di attributo "{1}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   201
        MSG_NAME_REQUIRED_IN_NOTATIONTYPE = Il nome notazione \u00E8 obbligatorio nella lista di tipi di notazione per la dichiarazione di attributo "{1}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   202
        NotationTypeUnterminated = La lista di tipi di notazione deve terminare con '')'' nella dichiarazione di attributo "{1}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   203
        MSG_NMTOKEN_REQUIRED_IN_ENUMERATION = Il nome token \u00E8 obbligatorio nella lista di tipi enumerati per la dichiarazione di attributo "{1}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   204
        EnumerationUnterminated = La lista di tipi enumerati deve terminare con '')'' nella dichiarazione di attributo "{1}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   205
        MSG_DISTINCT_TOKENS_IN_ENUMERATION = Il valore di enumerazione "{1}" \u00E8 stato specificato pi\u00F9 volte nella dichiarazione dell''attributo "{2}" per l''elemento "{0}". I valori di NMTOKENS in una dichiarazione singola di attributo Enumeration devono essere tutti diversi.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   206
        MSG_DISTINCT_NOTATION_IN_ENUMERATION = Il valore di enumerazione "{1}" \u00E8 stato specificato pi\u00F9 volte nella dichiarazione dell''attributo "{2}" per l''elemento "{0}". I nomi NOTATION in una dichiarazione singola di attributo NotationType devono essere tutti diversi.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   207
# 3.3.2 Attribute Defaults
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   208
        MSG_SPACE_REQUIRED_AFTER_FIXED_IN_DEFAULTDECL = Deve essere presente uno spazio dopo "FIXED" nella dichiarazione di attributo "{1}".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   209
# 3.4 Conditional Sections
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   210
        IncludeSectUnterminated = La sezione condizionale inclusa deve terminare con "]]>".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   211
        IgnoreSectUnterminated = La sezione condizionale esclusa deve terminare con "]]>".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   212
# 4.1 Character and Entity References
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   213
        NameRequiredInPEReference = Il nome entit\u00E0 deve seguire immediatamente '%' nel riferimento di entit\u00E0 di parametro.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   214
        SemicolonRequiredInPEReference = Il riferimento di entit\u00E0 di parametro "%{0};" deve terminare con il delimitatore '';''.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   215
# 4.2 Entity Declarations
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   216
        MSG_SPACE_REQUIRED_BEFORE_ENTITY_NAME_IN_ENTITYDECL = \u00C8 richiesto uno spazio dopo "<!ENTITY" nella dichiarazione dell'entit\u00E0.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   217
        MSG_SPACE_REQUIRED_BEFORE_PERCENT_IN_PEDECL = \u00C8 richiesto uno spazio tra "<!ENTITY" e il carattere '%' nella dichiarazione dell'entit\u00E0 di parametro.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   218
        MSG_SPACE_REQUIRED_BEFORE_ENTITY_NAME_IN_PEDECL = \u00C8 richiesto uno spazio tra '%' e il nome entit\u00E0 nella dichiarazione dell'entit\u00E0 di parametro.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   219
        MSG_ENTITY_NAME_REQUIRED_IN_ENTITYDECL = Il nome dell'entit\u00E0 \u00E8 obbligatorio nella dichiarazione di entit\u00E0.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   220
        MSG_SPACE_REQUIRED_AFTER_ENTITY_NAME_IN_ENTITYDECL = \u00C8 richiesto uno spazio tra il nome entit\u00E0 "{0}" e la definizione nella dichiarazione dell''entit\u00E0:
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   221
        MSG_SPACE_REQUIRED_BEFORE_NOTATION_NAME_IN_UNPARSED_ENTITYDECL = \u00C8 richiesto uno spazio tra "NDATA" e il nome notazione nella dichiarazione dell''entit\u00E0 "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   222
        MSG_SPACE_REQUIRED_BEFORE_NDATA_IN_UNPARSED_ENTITYDECL = \u00C8 richiesto uno spazio prima di "NDATA" nella dichiarazione dell''entit\u00E0 "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   223
        MSG_NOTATION_NAME_REQUIRED_FOR_UNPARSED_ENTITYDECL = Il nome notazione \u00E8 obbligatorio dopo "NDATA" nella dichiarazione dell''entit\u00E0 "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   224
        EntityDeclUnterminated = La dichiarazione per l''entit\u00E0 "{0}" deve terminare con ''>''.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   225
	MSG_DUPLICATE_ENTITY_DEFINITION = L''entit\u00E0 "{0}" \u00E8 stata dichiarata pi\u00F9 volte.        
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   226
# 4.2.2 External Entities
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   227
        ExternalIDRequired = La dichiarazione di entit\u00E0 esterna deve iniziare con "SYSTEM" o "PUBLIC".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   228
        MSG_SPACE_REQUIRED_BEFORE_PUBIDLITERAL_IN_EXTERNALID = \u00C8 richiesto uno spazio tra "PUBLIC" e l'identificativo pubblico.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   229
        MSG_SPACE_REQUIRED_AFTER_PUBIDLITERAL_IN_EXTERNALID = \u00C8 richiesto uno spazio tra l'identificativo pubblico e quello di sistema.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   230
        MSG_SPACE_REQUIRED_BEFORE_SYSTEMLITERAL_IN_EXTERNALID = \u00C8 richiesto uno spazio tra "SYSTEM" e l'identificativo di sistema.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   231
        MSG_URI_FRAGMENT_IN_SYSTEMID = L''identificativo di frammento non deve essere specificato nell''identificativo di sistema "{0}".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   232
# 4.7 Notation Declarations
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   233
        MSG_SPACE_REQUIRED_BEFORE_NOTATION_NAME_IN_NOTATIONDECL = \u00C8 richiesto uno spazio dopo "<!NOTATION" nella dichiarazione della notazione.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   234
        MSG_NOTATION_NAME_REQUIRED_IN_NOTATIONDECL = Il nome della notazione \u00E8 obbligatorio nella dichiarazione di notazione.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   235
        MSG_SPACE_REQUIRED_AFTER_NOTATION_NAME_IN_NOTATIONDECL = \u00C8 richiesto uno spazio dopo il nome notazione "{0}" nella dichiarazione della notazione.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   236
        ExternalIDorPublicIDRequired = La dichiarazione per la notazione "{0}" deve includere un identificativo di sistema o pubblico.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   237
        NotationDeclUnterminated = La dichiarazione per la notazione "{0}" deve terminare con ''>''.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   238
        
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   239
# Validation messages
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   240
        DuplicateTypeInMixedContent = Il tipo di elemento "{1}" \u00E8 gi\u00E0 stato specificato nel modello di contenuto della dichiarazione di elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   241
        ENTITIESInvalid = Il valore di attributo "{1}" di tipo ENTITIES deve corrispondere ai nomi di una o pi\u00F9 entit\u00E0 non analizzate.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   242
        ENTITYInvalid = Il valore di attributo "{1}" di tipo ENTITY deve corrispondere al nome di un''entit\u00E0 non analizzata.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   243
        IDDefaultTypeInvalid = Nell''attributo ID "{0}" deve essere dichiarato un valore predefinito "#IMPLIED" o "#REQUIRED".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   244
        IDInvalid = Il valore di attributo "{0}" di tipo ID deve essere un nome.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   245
        IDInvalidWithNamespaces = Il valore di attributo "{0}" di tipo ID deve essere un NCName se sono abilitati gli spazi di nomi.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   246
        IDNotUnique = Il valore di attributo "{0}" di tipo ID deve essere univoco all''interno del documento.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   247
        IDREFInvalid = Il valore di attributo "{0}" di tipo IDREF deve essere un nome.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   248
        IDREFInvalidWithNamespaces = Il valore di attributo "{0}" di tipo IDREF deve essere un NCName se sono abilitati gli spazi di nomi.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   249
        IDREFSInvalid = Il valore di attributo "{0}" di tipo IDREFS deve corrispondere a uno o pi\u00F9 nomi.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   250
        ILL_FORMED_PARAMETER_ENTITY_WHEN_USED_IN_DECL = Il testo di sostituzione dell''entit\u00E0 di parametro "{0}" deve includere dichiarazioni nidificate correttamente se il riferimento dell''entit\u00E0 \u00E8 utilizzato come dichiarazione completa.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   251
        ImproperDeclarationNesting = Il testo di sostituzione dell''entit\u00E0 di parametro "{0}" deve includere dichiarazioni nidificate correttamente.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   252
        ImproperGroupNesting = Il testo di sostituzione dell''entit\u00E0 di parametro "{0}" deve includere coppie di parentesi nidificate correttamente.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   253
        INVALID_PE_IN_CONDITIONAL = Il testo di sostituzione dell''entit\u00E0 di parametro "{0}" deve includere tutta la sezione condizionale oppure solo INCLUDE o IGNORE.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   254
        MSG_ATTRIBUTE_NOT_DECLARED = Dichiarare l''attributo "{1}" per il tipo di elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   255
        MSG_ATTRIBUTE_VALUE_NOT_IN_LIST = L''attributo "{0}" con valore "{1}" deve avere un valore della lista "{2}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   256
        MSG_ATTVALUE_CHANGED_DURING_NORMALIZATION_WHEN_STANDALONE = Il valore "{1}" dell''attributo "{0}" non deve essere modificato dalla normalizzazione (in "{2}") in un documento standalone.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   257
        MSG_CONTENT_INCOMPLETE = Il contenuto del tipo di elemento "{0}" \u00E8 incompleto. Deve corrispondere a "{1}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   258
        MSG_CONTENT_INVALID = Il contenuto del tipo di elemento "{0}" deve corrispondere a "{1}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   259
        MSG_CONTENT_INVALID_SPECIFIED = Il contenuto del tipo di elemento "{0}" deve corrispondere a "{1}". Non sono consentiti elementi figlio di tipo "{2}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   260
        MSG_DEFAULTED_ATTRIBUTE_NOT_SPECIFIED = L''attributo "{1}" per il tipo di elemento "{0}" ha un valore predefinito e deve essere specificato in un documento standalone.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   261
        MSG_DUPLICATE_ATTDEF = L''attributo "{1}" \u00E8 gi\u00E0 stato dichiarato per il tipo di elemento "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   262
        MSG_ELEMENT_ALREADY_DECLARED = Il tipo di elemento "{0}" non deve essere dichiarato pi\u00F9 volte.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   263
        MSG_ELEMENT_NOT_DECLARED = Il tipo di elemento "{0}" deve essere dichiarato.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   264
        MSG_GRAMMAR_NOT_FOUND = Documento non valido: nessuna grammatica trovata.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   265
        MSG_ELEMENT_WITH_ID_REQUIRED = Un elemento con identificativo "{0}" deve esistere nel documento.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   266
        MSG_EXTERNAL_ENTITY_NOT_PERMITTED = Il riferimento all''entit\u00E0 esterna "{0}" non \u00E8 consentito in un documento standalone.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   267
        MSG_FIXED_ATTVALUE_INVALID = L''attributo "{1}" con valore "{2}" deve avere un valore "{3}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   268
        MSG_MORE_THAN_ONE_ID_ATTRIBUTE = Il tipo di elemento "{0}" ha gi\u00E0 un attributo "{1}" di tipo ID. Non \u00E8 consentito un secondo attributo "{2}" di tipo ID.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   269
        MSG_MORE_THAN_ONE_NOTATION_ATTRIBUTE = Il tipo di elemento "{0}" ha gi\u00E0 un attributo "{1}" di tipo NOTATION. Non \u00E8 consentito un secondo attributo "{2}" di tipo NOTATION.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   270
        MSG_NOTATION_NOT_DECLARED_FOR_NOTATIONTYPE_ATTRIBUTE = La notazione "{1}" deve essere dichiarata se vi viene fatto riferimento nella lista dei tipi di notazione per l''attributo "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   271
        MSG_NOTATION_NOT_DECLARED_FOR_UNPARSED_ENTITYDECL = La notazione "{1}" deve essere dichiarata se vi viene fatto riferimento dichiarazione di entit\u00E0 non analizzata per "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   272
        MSG_REFERENCE_TO_EXTERNALLY_DECLARED_ENTITY_WHEN_STANDALONE = Il riferimento all''entit\u00E0 "{0}" dichiarata in un''entit\u00E0 esterna analizzata non \u00E8 consentito in un documento standalone.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   273
        MSG_REQUIRED_ATTRIBUTE_NOT_SPECIFIED = L''attributo "{1}" \u00E8 obbligatorio e deve essere specificato per il tipo di elemento "{0}".
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   274
        MSG_WHITE_SPACE_IN_ELEMENT_CONTENT_WHEN_STANDALONE = Non deve esistere nessuno spazio tra gli elementi dichiarati in un'entit\u00E0 esterna analizzata con il contenuto dell'elemento in un documento standalone.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   275
        NMTOKENInvalid = Il valore di attributo "{0}" di tipo NMTOKEN deve essere un token di nome.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   276
        NMTOKENSInvalid = Il valore di attributo "{0}" di tipo NMTOKENS deve corrispondere a uno o pi\u00F9 token di nomi.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   277
        NoNotationOnEmptyElement = Il tipo di elemento "{0}" dichiarato come EMPTY non pu\u00F2 dichiarare l''attributo "{1}" di tipo NOTATION.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   278
        RootElementTypeMustMatchDoctypedecl = L''elemento radice "{1}" del documento deve corrispondere alla radice DOCTYPE "{0}".
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   279
        UndeclaredElementInContentSpec = Il modello di contenuto dell''elemento "{0}" fa riferimento a un elemento "{1}" non dichiarato.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   280
        UniqueNotationName = La dichiarazione per la notazione "{0}" non \u00E8 univoca. Un nome non deve essere dichiarato pi\u00F9 volte nella dichiarazione di una notazione.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   281
        ENTITYFailedInitializeGrammar =  ENTITYDatatype Validator: errore. \u00C8 necessario richiamare il metodo di inizializzazione con un riferimento di grammatica valido. \t
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   282
        ENTITYNotUnparsed = ENTITY "{0}" non analizzata.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   283
        ENTITYNotValid = ENTITY "{0}" non valida.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   284
        EmptyList = I valori di tipo ENTITIES, IDREFS e NMTOKENS non possono essere una lista vuota.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   285
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   286
# Entity related messages
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   287
# 3.1 Start-Tags, End-Tags, and Empty-Element Tags
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   288
        ReferenceToExternalEntity = Il riferimento di entit\u00E0 esterna "&{0};" non \u00E8 consentito in un valore di attributo.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   289
        AccessExternalDTD = DTD esterna: lettura della DTD esterna ''{0}'' non riuscita. Accesso ''{1}'' non consentito.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   290
        AccessExternalEntity = Entit\u00E0 esterna: lettura del documento esterno ''{0}'' non riuscita. Accesso ''{1}'' non consentito.
17534
21dc0b2762da 8011653: Upgrade JDK8 to JAXP 1.5
joehw
parents: 12457
diff changeset
   291
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   292
# 4.1 Character and Entity References
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   293
        EntityNotDeclared = L''entit\u00E0 "{0}" \u00E8 indicata da un riferimento, ma non \u00E8 dichiarata.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   294
        ReferenceToUnparsedEntity = Il riferimento di entit\u00E0 non analizzata "&{0};" non \u00E8 consentito.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   295
        RecursiveReference = Riferimento di entit\u00E0 ricorsivo "{0}" (percorso riferimento: {1}).
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   296
        RecursiveGeneralReference = Riferimento di entit\u00E0 generale ricorsivo "&{0};" (percorso riferimento: {1}).
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   297
        RecursivePEReference = Riferimento di entit\u00E0 parametro ricorsivo "%{0};" (percorso riferimento: {1}).
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   298
# 4.3.3 Character Encoding in Entities
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   299
        EncodingNotSupported = La codifica "{0}" non \u00E8 supportata.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   300
        EncodingRequired = Un'entit\u00E0 analizzata non codificata in UTF-8 o UTF-16 deve contenere una dichiarazione di codifica.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   301
        
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   302
# Namespaces support
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   303
# 4. Using Qualified Names
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   304
        IllegalQName = L'elemento o l'attributo non corrisponde alla produzione del QName: QName::=(NCName':')?NCName. 
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   305
        ElementXMLNSPrefix = L''elemento "{0}" non pu\u00F2 avere "xmlns" come prefisso.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   306
        ElementPrefixUnbound = Il prefisso "{0}" per l''elemento "{1}" non \u00E8 associato.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   307
        AttributePrefixUnbound = Il prefisso "{2}" per l''attributo "{1}" associato a un tipo di elemento "{0}" non \u00E8 associato.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   308
        EmptyPrefixedAttName = Il valore dell''attributo "{0}" non \u00E8 valido. Le associazioni di spazi di nomi con prefisso non possono essere vuote.
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   309
        PrefixDeclared = Il prefisso spazio di nomi "{0}" non \u00E8 stato dichiarato.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   310
        CantBindXMLNS = Il prefisso "xmlns" non pu\u00F2 essere associato esplicitamente a uno spazio di nomi, n\u00E9 lo spazio di nomi per "xmlns" pu\u00F2 essere associato esplicitamente a un prefisso.
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   311
        CantBindXML = Il prefisso "xml" non pu\u00F2 essere associato a uno spazio di nomi diverso da quello al quale appartiene, n\u00E9 lo spazio di nomi per "xml" pu\u00F2 essere associato a un prefisso diverso da "xml".
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   312
        MSG_ATT_DEFAULT_INVALID = defaultValue "{1}" dell''attributo "{0}" non valido per i vincoli lessicali di questo tipo di attributo.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   313
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   314
# REVISIT: These need messages
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   315
        MSG_SPACE_REQUIRED_AFTER_SYSTEMLITERAL_IN_EXTERNALID=MSG_SPACE_REQUIRED_AFTER_SYSTEMLITERAL_IN_EXTERNALID
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   316
        OpenQuoteMissingInDecl=OpenQuoteMissingInDecl
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   317
        InvalidCharInLiteral=InvalidCharInLiteral
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   318
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   319
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   320
#Application can set the limit of number of entities that should be expanded by the parser.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   321
EntityExpansionLimitExceeded=Il parser ha rilevato pi\u00F9 "{0}" espansioni di entit\u00E0 nel documento. Questo \u00E8 il limite imposto dall''applicazione.
12005
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   322
a754d69d5e60 7150324: Stop using drop bundles in jaxp
ohair
parents:
diff changeset
   323
# Application can set the limit of number of attributes of entity that should be expanded by the parser.
18368
7e597f886360 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang
parents: 18353
diff changeset
   324
ElementAttributeLimit= L''elemento "{0}" contiene pi\u00F9 di "{1}" attributi. "{1}" \u00E8 il limite imposto dall''applicazione.