author | ihse |
Fri, 02 Mar 2018 19:10:12 +0100 | |
branch | ihse-warnings-cflags-branch |
changeset 56229 | 0015bf3a82e0 |
parent 47216 | 71c04702a3d5 |
permissions | -rw-r--r-- |
2 | 1 |
# |
23010
6dadb192ad81
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
lana
parents:
17184
diff
changeset
|
2 |
# Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. |
2 | 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 |
|
5506 | 7 |
# published by the Free Software Foundation. Oracle designates this |
2 | 8 |
# particular file as subject to the "Classpath" exception as provided |
5506 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
2 | 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 |
# |
|
5506 | 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. |
|
2 | 24 |
# |
25 |
||
26 |
# CacheRowSetImpl exceptions |
|
27 |
cachedrowsetimpl.populate = Oggetto ResultSet non valido fornito per l'inserimento dati nel metodo |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
28 |
cachedrowsetimpl.invalidp = Generato provider di persistenza non valido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
29 |
cachedrowsetimpl.nullhash = Impossibile creare istanza CachedRowSetImpl. Tabella hash nulla fornita al costruttore |
2 | 30 |
cachedrowsetimpl.invalidop = Operazione non valida nella riga di inserimento |
31 |
cachedrowsetimpl.accfailed = acceptChanges non riuscito |
|
32 |
cachedrowsetimpl.invalidcp = Posizione cursore non valida |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
33 |
cachedrowsetimpl.illegalop = Operazione non valida nella riga non inserita |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
34 |
cachedrowsetimpl.clonefail = Copia non riuscita: {0} |
2 | 35 |
cachedrowsetimpl.invalidcol = Indice di colonna non valido |
36 |
cachedrowsetimpl.invalcolnm = Nome di colonna non valido |
|
37 |
cachedrowsetimpl.boolfail = getBoolen non riuscito per il valore ( {0} ) nella colonna {1} |
|
38 |
cachedrowsetimpl.bytefail = getByte non riuscito per il valore ( {0} ) nella colonna {1} |
|
39 |
cachedrowsetimpl.shortfail = getShort non riuscito per il valore ( {0} ) nella colonna {1} |
|
40 |
cachedrowsetimpl.intfail = getInt non riuscito per il valore ( {0} ) nella colonna {1} |
|
41 |
cachedrowsetimpl.longfail = getLong non riuscito per il valore ( {0} ) nella colonna {1} |
|
42 |
cachedrowsetimpl.floatfail = getFloat non riuscito per il valore ( {0} ) nella colonna {1} |
|
43 |
cachedrowsetimpl.doublefail = getDouble non riuscito per il valore ( {0} ) nella colonna {1} |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
44 |
cachedrowsetimpl.dtypemismt = Mancata corrispondenza tipo di dati |
2 | 45 |
cachedrowsetimpl.datefail = getDate non riuscito per il valore ( {0} ) nella colonna {1}. Nessuna conversione disponibile. |
46 |
cachedrowsetimpl.timefail = getTime non riuscito per il valore ( {0} ) nella colonna {1}. Nessuna conversione disponibile. |
|
47 |
cachedrowsetimpl.posupdate = Aggiornamenti posizionati non supportati |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
48 |
cachedrowsetimpl.unableins = Impossibile creare istanza: {0} |
2 | 49 |
cachedrowsetimpl.beforefirst = beforeFirst: operazione cursore non valida |
50 |
cachedrowsetimpl.first = First: operazione cursore non valida |
|
51 |
cachedrowsetimpl.last = last: TYPE_FORWARD_ONLY |
|
52 |
cachedrowsetimpl.absolute = absolute: posizione cursore non valida |
|
53 |
cachedrowsetimpl.relative = relative: posizione cursore non valida |
|
54 |
cachedrowsetimpl.asciistream = lettura non riuscita per il flusso ascii |
|
55 |
cachedrowsetimpl.binstream = lettura non riuscita per il flusso binario |
|
56 |
cachedrowsetimpl.failedins = operazione non riuscita nella riga di inserimento |
|
57 |
cachedrowsetimpl.updateins = updateRow chiamato nella riga di inserimento |
|
58 |
cachedrowsetimpl.movetoins = moveToInsertRow: CONCUR_READ_ONLY |
|
59 |
cachedrowsetimpl.movetoins1 = moveToInsertRow: nessun metadato |
|
60 |
cachedrowsetimpl.movetoins2 = moveToInsertRow: numero di colonne non valido |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
61 |
cachedrowsetimpl.tablename = Il nome di tabella non pu\u00F2 essere nullo |
2 | 62 |
cachedrowsetimpl.keycols = Colonne chiave non valide |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
63 |
cachedrowsetimpl.invalidcol = Indice di colonna non valido |
2 | 64 |
cachedrowsetimpl.opnotsupp = Operazione non supportata dal database |
65 |
cachedrowsetimpl.matchcols = Le colonne di corrispondenza non coincidono con le colonne impostate |
|
66 |
cachedrowsetimpl.setmatchcols = Impostare le colonne di corrispondenza prima di recuperarle |
|
67 |
cachedrowsetimpl.matchcols1 = Le colonne di corrispondenza devono essere superiori a 0 |
|
68 |
cachedrowsetimpl.matchcols2 = Le colonne di corrispondenza devono essere una stringa vuota o nulla |
|
69 |
cachedrowsetimpl.unsetmatch = Le colonne rimosse non coincidono con le colonne impostate |
|
70 |
cachedrowsetimpl.unsetmatch1 = Utilizzare il nome di colonna come argomento per unsetMatchColumn |
|
71 |
cachedrowsetimpl.unsetmatch2 = Utilizzare l'ID di colonna come argomento per unsetMatchColumn |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
72 |
cachedrowsetimpl.numrows = Il numero di righe \u00E8 inferiore a zero o alla dimensione di recupero |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
73 |
cachedrowsetimpl.startpos = La posizione iniziale non pu\u00F2 essere negativa |
2 | 74 |
cachedrowsetimpl.nextpage = Inserire i dati prima di chiamare |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
75 |
cachedrowsetimpl.pagesize = La dimensione della pagina non pu\u00F2 essere inferiore a zero |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
76 |
cachedrowsetimpl.pagesize1 = La dimensione della pagina non pu\u00F2 essere superiore a maxRows |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
77 |
cachedrowsetimpl.fwdonly = ResultSet \u00E8 a solo inoltro |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
78 |
cachedrowsetimpl.type = Il tipo \u00E8: {0} |
7471 | 79 |
cachedrowsetimpl.opnotysupp = Operazione attualmente non supportata |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
80 |
cachedrowsetimpl.featnotsupp = Funzione non supportata |
2 | 81 |
|
82 |
# WebRowSetImpl exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
83 |
webrowsetimpl.nullhash = Impossibile creare istanza WebRowSetImpl. Tabella hash nulla fornita al costruttore |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
84 |
webrowsetimpl.invalidwr = Processo di scrittura non valido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
85 |
webrowsetimpl.invalidrd = Processo di lettura non valido |
2 | 86 |
|
87 |
#FilteredRowSetImpl exceptions |
|
5307 | 88 |
filteredrowsetimpl.relative = relative: operazione cursore non valida |
2 | 89 |
filteredrowsetimpl.absolute = absolute: operazione cursore non valida |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
90 |
filteredrowsetimpl.notallowed = Questo valore non \u00E8 consentito nel filtro |
2 | 91 |
|
92 |
#JoinRowSetImpl exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
93 |
joinrowsetimpl.notinstance = Non \u00E8 un'istanza di rowset |
2 | 94 |
joinrowsetimpl.matchnotset = Colonna di corrispondenza non impostata per l'unione |
95 |
joinrowsetimpl.numnotequal = Numero di elementi in rowset diverso dalla colonna di corrispondenza |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
96 |
joinrowsetimpl.notdefined = Non \u00E8 un tipo di unione definito |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
97 |
joinrowsetimpl.notsupported = Questo tipo di unione non \u00E8 supportato |
2 | 98 |
joinrowsetimpl.initerror = Errore di inizializzazione di JoinRowSet |
99 |
joinrowsetimpl.genericerr = Errore iniziale di joinrowset generico |
|
7471 | 100 |
joinrowsetimpl.emptyrowset = Impossibile aggiungere un set di righe vuoto al JoinRowSet corrente |
2 | 101 |
|
102 |
#JdbcRowSetImpl exceptions |
|
103 |
jdbcrowsetimpl.invalstate = Stato non valido |
|
104 |
jdbcrowsetimpl.connect = JdbcRowSet (connessione): impossibile stabilire una connessione con JNDI |
|
105 |
jdbcrowsetimpl.paramtype = Impossibile dedurre il tipo di parametro |
|
106 |
jdbcrowsetimpl.matchcols = Le colonne di corrispondenza non coincidono con le colonne impostate |
|
107 |
jdbcrowsetimpl.setmatchcols = Impostare le colonne di corrispondenza prima di recuperarle |
|
108 |
jdbcrowsetimpl.matchcols1 = Le colonne di corrispondenza devono essere superiori a 0 |
|
109 |
jdbcrowsetimpl.matchcols2 = Le colonne di corrispondenza non possono essere una stringa vuota o nulla |
|
110 |
jdbcrowsetimpl.unsetmatch = Le colonne rimosse non coincidono con le colonne impostate |
|
111 |
jdbcrowsetimpl.usecolname = Utilizzare il nome di colonna come argomento per unsetMatchColumn |
|
112 |
jdbcrowsetimpl.usecolid = Utilizzare l'ID di colonna come argomento per unsetMatchColumn |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
113 |
jdbcrowsetimpl.resnotupd = ResultSet non \u00E8 aggiornabile |
7471 | 114 |
jdbcrowsetimpl.opnotysupp = Operazione attualmente non supportata |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
115 |
jdbcrowsetimpl.featnotsupp = Funzione non supportata |
2 | 116 |
|
117 |
#CachedRowSetReader exceptions |
|
118 |
crsreader.connect = (JNDI) Impossibile stabilire una connessione |
|
119 |
crsreader.paramtype = Impossibile dedurre il tipo di parametro |
|
7471 | 120 |
crsreader.connecterr = Errore interno in RowSetReader: nessuna connessione o comando |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
121 |
crsreader.datedetected = \u00C8 stata rilevata una data |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
122 |
crsreader.caldetected = \u00C8 stato rilevato un calendario |
2 | 123 |
|
124 |
#CachedRowSetWriter exceptions |
|
125 |
crswriter.connect = Impossibile stabilire una connessione |
|
126 |
crswriter.tname = writeData non riesce a determinare il nome di tabella |
|
127 |
crswriter.params1 = Valore dei parametri 1: {0} |
|
128 |
crswriter.params2 = Valore dei parametri 2: {0} |
|
7471 | 129 |
crswriter.conflictsno = Conflitti durante la sincronizzazione |
2 | 130 |
|
131 |
#InsertRow exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
132 |
insertrow.novalue = Non \u00E8 stato inserito alcun valore |
2 | 133 |
|
134 |
#SyncResolverImpl exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
135 |
syncrsimpl.indexval = Valore indice non compreso nell'intervallo |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
136 |
syncrsimpl.noconflict = Questa colonna non \u00E8 in conflitto |
2 | 137 |
syncrsimpl.syncnotpos = Impossibile eseguire la sincronizzazione |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
138 |
syncrsimpl.valtores = Il valore da risolvere pu\u00F2 essere nel database o in cachedrowset |
2 | 139 |
|
140 |
#WebRowSetXmlReader exception |
|
141 |
wrsxmlreader.invalidcp = Raggiunta la fine di RowSet. Posizione cursore non valida |
|
142 |
wrsxmlreader.readxml = readXML: {0} |
|
7471 | 143 |
wrsxmlreader.parseerr = **Errore di analisi: {0}, riga: {1}, URI: {2} |
2 | 144 |
|
145 |
#WebRowSetXmlWriter exceptions |
|
146 |
wrsxmlwriter.ioex = IOException: {0} |
|
5307 | 147 |
wrsxmlwriter.sqlex = SQLException: {0} |
2 | 148 |
wrsxmlwriter.failedwrite = Impossibile scrivere il valore |
149 |
wsrxmlwriter.notproper = Non un tipo corretto |
|
150 |
||
5307 | 151 |
#XmlReaderContentHandler exceptions |
152 |
xmlrch.errmap = Errore durante l''impostazione della mappa: {0} |
|
7471 | 153 |
xmlrch.errmetadata = Errore durante l''impostazione dei metadati: {0} |
7477
8c5d7b36da02
7004706: l10n of 7000752 Duplicate entry in RowSetResourceBundles.properties
mfang
parents:
7471
diff
changeset
|
154 |
xmlrch.errinsertval = Errore durante l''inserimento dei valori: {0} |
2 | 155 |
xmlrch.errconstr = Errore durante la costruzione della riga: {0} |
5307 | 156 |
xmlrch.errdel = Errore durante l''eliminazione della riga: {0} |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
157 |
xmlrch.errinsert = Errore durante la costruzione della riga di inserimento: {0} |
2 | 158 |
xmlrch.errinsdel = Errore durante la costruzione della riga insdel: {0} |
159 |
xmlrch.errupdate = Errore durante la costruzione della riga di aggiornamento: {0} |
|
5307 | 160 |
xmlrch.errupdrow = Errore durante l''aggiornamento della riga: {0} |
2 | 161 |
xmlrch.chars = caratteri: |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
162 |
xmlrch.badvalue = valore non valido; propriet\u00E0 non annullabile |
2 | 163 |
xmlrch.badvalue1 = valore non valido; metadati non annullabili |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
164 |
xmlrch.warning = **Avvertenza: {0}, riga: {1}, URI: {2} |
2 | 165 |
|
166 |
#RIOptimisticProvider Exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
167 |
riop.locking = La classificazione di blocco non \u00E8 supportata |
2 | 168 |
|
169 |
#RIXMLProvider exceptions |
|
170 |
rixml.unsupp = Non supportato con RIXMLProvider |