author | aefimov |
Thu, 23 Nov 2017 18:23:15 +0000 | |
changeset 47930 | f2de2c55c6c7 |
parent 47216 | 71c04702a3d5 |
permissions | -rw-r--r-- |
16791 | 1 |
# |
43852
93a527059d8a
8174735: Update JAX-WS RI integration to latest version
aefimov
parents:
33547
diff
changeset
|
2 |
# Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. |
16791 | 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 |
||
47930
f2de2c55c6c7
8187954: Update JAX-WS RI integration to latest version
aefimov
parents:
47216
diff
changeset
|
26 |
|
16791 | 27 |
# Concatenated with Driver.ErrorMessage, Driver.WarningMessage, Driver.InfoMessage (Driver.InfoMessage + exception message + ConsoleErrorReporter.UnknownLocation) if location of the error is not known. |
28 |
ConsoleErrorReporter.UnknownLocation = posizione sconosciuta |
|
29 |
||
30 |
# Concatenated with Driver.ErrorMessage, Driver.WarningMessage, Driver.InfoMessage (Driver.InfoMessage + exception message + ConsoleErrorReporter.LineXOfY). {0} - "?"/number, {1} - file location/"unknown file" e.g.: [xjc] [ERROR] Attempt to create a property having the same name as the reserved word "Class". [xjc] line 6 of example.xsd |
|
31 |
ConsoleErrorReporter.LineXOfY = \ \ riga {0} di {1} |
|
32 |
||
33 |
# may be a placeholder replacement for the second placeholder of ConsoleErrorReporter.LineXOfY (if the file location is unknown) |
|
34 |
ConsoleErrorReporter.UnknownFile = file sconosciuto |
|
35 |
||
36 |
Driver.Private.Usage = Opzioni di test private aggiuntive:\n\ \ -debug : l'esecuzione avviene in modalit\u00e0 debug (include -verbose)\n\ \ -mode <modalit\u00e0> : XJC viene eseguito in un'altra modalit\u00e0 di esecuzione\n\ \ -private : visualizza questo messaggio della Guida\nModalit\u00e0:\n\ \ code : genera il codice sorgente Java (valore predefinito)\n\ \ dryrun : compila lo schema nella memoria ma non genera il codice sorgente Java\n\ \ zip : genera il codice sorgente Java in un file zip specificato dall'opzione -d\n\ \ sig : esegue il dump del firme del codice generato\n\ \ forest : esegue il dump dell'insieme di strutture DOM trasformato\n |
|
32904 | 37 |
Driver.Public.Usage = Uso: xjc [-options ...] <file schema/URL/dir/jar> ... [-b <bindinfo>] ...\n\ |
38 |
Se viene specificato dir, verranno compilati tutti i file dello schema in essa contenuti.\n\ |
|
39 |
Se viene specificato jar, verr\u00e0 compilato il file di associazione /META-INF/sun-jaxb.episode.\n\ |
|
40 |
Opzioni:\n\ |
|
41 |
\ \ -nv : non esegue la convalida rigorosa degli schemi di input\n\ |
|
42 |
\ \ -extension : consente le estensioni del fornitore; non segue in modo rigoroso le\n\ |
|
43 |
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ regole di compatibilit\u00e0 e App E.2 dalla specifica JAXB\n\ |
|
44 |
\ \ -b <file/dir> : specifica i file di associazione esterni (ogni <file> deve avere la relativa -b)\n\ |
|
45 |
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Se viene fornita una directory, la ricerca viene eseguita in **/*.xjb\n\ |
|
46 |
\ \ -d <dir> : i file generati andranno in questa directory\n\ |
|
47 |
\ \ -p <pkg> : specifica il package di destinazione\n\ |
|
48 |
\ \ -httpproxy <proxy> : imposta il proxy HTTP/HTTPS. Il formato \u00e8 [user[:password]@]proxyHost:proxyPort\n\ |
|
49 |
\ \ -httpproxyfile <f> : funziona come -httpproxy ma prende l'argomento da un file per proteggere la password \n\ |
|
50 |
\ \ -classpath <arg> : specifica dove trovare i file delle classi utente\n\ |
|
51 |
\ \ -catalog <file> : specifica i file di catalogo per risolvere i riferimenti a entit\u00e0 esterne\n\ |
|
52 |
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ supporta il formato di catalogo XML TR9401, XCatalog e OASIS.\n\ |
|
53 |
\ \ -readOnly : i file generati saranno in modalit\u00e0 di sola lettura\n\ |
|
54 |
\ \ -npa : elimina la generazione delle annotazioni a livello di package (**/package-info.java)\n\ |
|
55 |
\ \ -no-header : elimina la generazione di un'intestazione di file con indicatore orario\n\ |
|
56 |
\ \ -target (2.0|2.1) : funziona come XJC 2.0 o 2.1 e genera del codice che non usa alcuna funzione 2.2.\n\ |
|
57 |
\ \ -encoding <encoding> : specifica la codifica di caratteri per i file di origine generati\n\ |
|
58 |
\ \ -enableIntrospection : abilita la generazione di getter/setter booleani per abilitare le API di introspezione dei bean \n\ |
|
59 |
\ \ -contentForWildcard : genera la propriet\u00e0 di contenuto per i tipi con pi\u00f9 elementi derivati xs:any \n\ |
|
60 |
\ \ -xmlschema : tratta l'input come schema XML W3C (valore predefinito)\n\ |
|
61 |
\ \ -dtd : tratta l'input come DTD XML (sperimentale, non supportato)\n\ |
|
62 |
\ \ -wsdl : tratta l'input come WSDL e compila gli schemi al suo interno (sperimentale, non supportato)\n\ |
|
63 |
\ \ -verbose : be extra verbose\n\ |
|
64 |
\ \ -quiet : elimina l'output del compilatore\n\ |
|
65 |
\ \ -help : visualizza questo messaggio della Guida\n\ |
|
66 |
\ \ -version : visualizza le informazioni sulla versione\n\ |
|
67 |
\ \ -fullversion : visualizza le informazioni sulla versione completa\n\ |
|
68 |
||
16791 | 69 |
Driver.AddonUsage = \nEstensioni: |
70 |
||
32904 | 71 |
# {0} - one of: DTD, WSDL; {1} - one of (respectively): -dtd, -wsdl |
16791 | 72 |
Driver.ExperimentalLanguageWarning = Si sta tentando di compilare {0}? Il supporto per {0} \u00e8 sperimentale. \u00c8 possibile abilitarlo usando l''opzione {1}. |
73 |
||
74 |
# Not concatenated with any other String. Variable: Name of a directory (input argument of the XJC utility). |
|
75 |
Driver.NonExistentDir = impossibile scrivere su una directory non esistente "{0}" |
|
76 |
||
77 |
# Usage not found. TODO Remove |
|
78 |
#Driver.MissingRuntimePackageName = \ |
|
79 |
# the -use-runtime option is missing a package name |
|
80 |
||
81 |
# Not concatenated with any other string (written on a separate line). |
|
82 |
Driver.MissingModeOperand = operando mancante nell'opzione -mode |
|
83 |
||
84 |
# Usage not found. TODO Remove |
|
85 |
#Driver.MissingCompatibilityOperand = \ |
|
86 |
# the -compatibility option is missing an operand |
|
87 |
||
88 |
# Not concatenated with any other string (written on a separate line). |
|
89 |
Driver.MissingOperand = operando mancante |
|
90 |
||
91 |
# Not concatenated with any other string (written on a separate line). |
|
92 |
Driver.MissingProxyHost = operando mancante nell'opzione -host \noppure \u00e8 stato specificato -port ma non -host |
|
93 |
||
94 |
# Not concatenated with any other string (written on a separate line). |
|
95 |
Driver.MissingProxyPort = operando mancante nell'opzione -port \noppure \u00e8 stato specificato -host ma non -port |
|
96 |
||
97 |
Driver.ILLEGAL_TARGET_VERSION = "{0}" non \u00e8 una versione di destinazione valida. Sono supportate le versioni "2.0" e "2.1". |
|
98 |
||
99 |
# Not concatenated with any other string (written on a separate line). |
|
100 |
Driver.MISSING_PROXYFILE = operando mancante nell'opzione -httpproxyfile |
|
101 |
||
102 |
Driver.NO_SUCH_FILE = Nessun file di questo tipo: {0} |
|
103 |
||
104 |
Driver.ILLEGAL_PROXY = "{0}" non \u00e8 un formato proxy valido. Il formato \u00e8 [user[:password]@]proxyHost:proxyPort |
|
105 |
||
106 |
# Not concatenated with any other string (written on a separate line). |
|
107 |
Driver.UnrecognizedMode = modalit\u00e0 non riconosciuta {0} |
|
108 |
||
109 |
# Not concatenated with any other string (written on a separate line). |
|
110 |
Driver.UnrecognizedParameter = parametro non riconosciuto {0} |
|
111 |
||
112 |
Driver.UnsupportedEncoding = codifica non supportata: {0} |
|
113 |
||
114 |
Driver.MissingGrammar = grammatica non specificata |
|
115 |
||
116 |
# {0} - namespace uri, {1} - local name of the attribute/element e.g.: Unexpected end of attribute {http://www.w3.org/XML/1998/namespace}:lang |
|
117 |
Driver.NotABindingFile = non \u00e8 un file di associazione esterno. L''elemento radice deve essere ''{''http://java.sun.com/xml/ns/jaxb''}''bindings ma \u00e8 ''{''{0}''}''{1} |
|
118 |
||
119 |
# Not concatenated with any other string (written on a separate line). |
|
120 |
Driver.ParsingSchema = analisi di uno schema in corso... |
|
121 |
||
122 |
Driver.ParseFailed = Analisi di uno schema non riuscita. |
|
123 |
||
124 |
Driver.StackOverflow = Overflow dello stack. Si sta compilando uno schema grande che richiede pi\u00f9 risorse oppure XJC contiene un bug. Per prima cosa, estendere la dimensione dello stack usando l'opzione -Xss JVM. Se questo non risolve il problema, usare l'opzione -debug per ottenere lo stack trace e contattare Sun. |
|
125 |
||
126 |
# Not concatenated with any other string (written on a separate line). |
|
127 |
Driver.CompilingSchema = compilazione di uno schema in corso... |
|
128 |
||
129 |
Driver.FailedToGenerateCode = Produzione del codice non riuscita. |
|
130 |
||
47930
f2de2c55c6c7
8187954: Update JAX-WS RI integration to latest version
aefimov
parents:
47216
diff
changeset
|
131 |
# DO NOT localize the 2.3.1-b171012.0423 string - it is a token for an mvn <properties filter> |
f2de2c55c6c7
8187954: Update JAX-WS RI integration to latest version
aefimov
parents:
47216
diff
changeset
|
132 |
Driver.FilePrologComment = Questo file \u00e8 stato generato dall''architettura JavaTM per XML Binding (JAXB) Reference Implementation, v2.3.1-b171012.0423 \nVedere <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> \nQualsiasi modifica a questo file andr\u00e0 persa durante la ricompilazione dello schema di origine. \nGenerato il: {0} \n |
16791 | 133 |
|
47930
f2de2c55c6c7
8187954: Update JAX-WS RI integration to latest version
aefimov
parents:
47216
diff
changeset
|
134 |
Driver.Version = xjc 2.3.1-b171012.0423 |
16791 | 135 |
|
47930
f2de2c55c6c7
8187954: Update JAX-WS RI integration to latest version
aefimov
parents:
47216
diff
changeset
|
136 |
Driver.FullVersion = versione completa xjc "2.3.1-b171012.0423" |
16791 | 137 |
|
47930
f2de2c55c6c7
8187954: Update JAX-WS RI integration to latest version
aefimov
parents:
47216
diff
changeset
|
138 |
Driver.BuildID = 2.3.1-b171012.0423 |
16791 | 139 |
|
140 |
# for JDK integration - include version in source zip |
|
47930
f2de2c55c6c7
8187954: Update JAX-WS RI integration to latest version
aefimov
parents:
47216
diff
changeset
|
141 |
jaxb.jdk.version=2.3.1-b171012.0423 |
16791 | 142 |
|
143 |
# see java.text.SimpleDateFormat for format syntax |
|
144 |
# DO NOT LOCALIZE, Format should not be changed, English locale is used to transform this string into a real date. |
|
145 |
Driver.DateFormat = yyyy.MM.dd |
|
146 |
||
147 |
# see java.text.SimpleDateFormat for format syntax |
|
148 |
# Format should not be changed, English locale is used to transform this string into a real time. Letters can be translated but the user should known that java.text.SimpleDateFormat is responsible for formatting (meaning of symbols can be found at http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html). |
|
149 |
Driver.TimeFormat = hh:mm:ss a z |
|
150 |
||
151 |
# as in: "generated on <date> at <time>" |
|
152 |
Driver.At = alle |
|
153 |
||
154 |
# ERROR in this meaning is a well known level of logging and should not be translated. |
|
155 |
Driver.ErrorMessage = [ERROR] {0} |
|
156 |
||
157 |
# WARNING in this meaning is a well known level of logging and should not be translated. |
|
158 |
Driver.WarningMessage = [WARNING] {0} |
|
159 |
||
160 |
# INFO in this meaning is a well known level of logging and should not be translated. |
|
161 |
Driver.InfoMessage = [INFO] {0} |
|
162 |
||
163 |
ModelLoader.TooManySchema = Troppi file dello schema per questa lingua dello schema. Compilare un file per volta. |
|
164 |
||
165 |
ModelLoader.BindingFileNotSupportedForRNC = I file di associazione esterna non sono supportati per la sintassi compatta NG RELAX. |
|
166 |
||
167 |
Driver.DefaultVersion = La versione viene impostata sul valore predefinito di JAXB 2.0 |
|
168 |
||
169 |
Driver.DefaultPackageWarning = Specificato package Java predefinito. Non si potr\u00e0 accedere al codice generato dalle classi in qualsiasi altro package. |
|
170 |
||
171 |
Driver.NotAValidFileName = "{0}" non \u00e8 un nome file valido: {1} |
|
172 |
||
173 |
Driver.FailedToParse = Analisi di "{0}" non riuscita: {1} |
|
174 |
||
175 |
Driver.NotAFileNorURL = "{0}" non \u00e8 un nome file n\u00e9 un URL |
|
176 |
||
177 |
FIELD_RENDERER_CONFLICT = "-{0}" e "-{1}" si escludono a vicenda poich\u00e9 entrambi influiscono sulla generazione del codice |
|
178 |
||
179 |
NAME_CONVERTER_CONFLICT = "-{0}" e "-{1}" si escludono a vicenda poich\u00e9 entrambi influiscono sulla generazione del codice |
|
180 |
||
181 |
# {0} - file path, {1} - exception message e.g.: Failed to load "/foo/bar/Library.jar": File not found. |
|
182 |
FAILED_TO_LOAD = Caricamento di "{0}" non riuscito: {1} |
|
183 |
||
184 |
PLUGIN_LOAD_FAILURE = Caricamento di un plugin non riuscito: "{0}". Usare la propriet\u00e0 di sistema ''-Dcom.sun.tools.internal.xjc.Options.findServices=true'' per ulteriore diagnosi |