jdk/src/share/classes/com/sun/rowset/RowSetResourceBundle_it.properties
author ohair
Wed, 06 Apr 2011 22:06:11 -0700
changeset 9035 1255eb81cc2f
parent 8203 e5debcae2183
child 17184 342467f0c6c2
permissions -rw-r--r--
7033660: Update copyright year to 2011 on any files changed in 2011 Reviewed-by: dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
9035
1255eb81cc2f 7033660: Update copyright year to 2011 on any files changed in 2011
ohair
parents: 8203
diff changeset
     2
# Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5307
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5307
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5307
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5307
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5307
diff changeset
    23
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
# CacheRowSetImpl exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
    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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
cachedrowsetimpl.invalidop = Operazione non valida nella riga di inserimento
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
cachedrowsetimpl.accfailed = acceptChanges non riuscito
90ce3da70b43 Initial load
duke
parents:
diff changeset
    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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
cachedrowsetimpl.invalidcol = Indice di colonna non valido
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
cachedrowsetimpl.invalcolnm = Nome di colonna non valido
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
cachedrowsetimpl.boolfail = getBoolen non riuscito per il valore ( {0} ) nella colonna {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
cachedrowsetimpl.bytefail = getByte non riuscito per il valore ( {0} ) nella colonna {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
cachedrowsetimpl.shortfail = getShort non riuscito per il valore ( {0} ) nella colonna {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
cachedrowsetimpl.intfail = getInt non riuscito per il valore ( {0} ) nella colonna {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
cachedrowsetimpl.longfail = getLong non riuscito per il valore ( {0} ) nella colonna {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
cachedrowsetimpl.floatfail = getFloat non riuscito per il valore ( {0} ) nella colonna {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
cachedrowsetimpl.datefail = getDate non riuscito per il valore ( {0} ) nella colonna {1}. Nessuna conversione disponibile.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
cachedrowsetimpl.timefail = getTime non riuscito per il valore ( {0} ) nella colonna {1}. Nessuna conversione disponibile.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
cachedrowsetimpl.beforefirst = beforeFirst: operazione cursore non valida
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
cachedrowsetimpl.first = First: operazione cursore non valida
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
cachedrowsetimpl.last = last: TYPE_FORWARD_ONLY
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
cachedrowsetimpl.absolute = absolute: posizione cursore non valida
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
cachedrowsetimpl.relative = relative: posizione cursore non valida
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
cachedrowsetimpl.asciistream = lettura non riuscita per il flusso ascii
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
cachedrowsetimpl.binstream = lettura non riuscita per il flusso binario
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
cachedrowsetimpl.failedins = operazione non riuscita nella riga di inserimento
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
cachedrowsetimpl.updateins = updateRow chiamato nella riga di inserimento
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
cachedrowsetimpl.movetoins = moveToInsertRow: CONCUR_READ_ONLY
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
cachedrowsetimpl.movetoins1 = moveToInsertRow: nessun metadato
90ce3da70b43 Initial load
duke
parents:
diff changeset
    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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
cachedrowsetimpl.opnotsupp = Operazione non supportata dal database
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
cachedrowsetimpl.matchcols = Le colonne di corrispondenza non coincidono con le colonne impostate
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
cachedrowsetimpl.setmatchcols = Impostare le colonne di corrispondenza prima di recuperarle
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
cachedrowsetimpl.matchcols1 = Le colonne di corrispondenza devono essere superiori a 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
cachedrowsetimpl.matchcols2 = Le colonne di corrispondenza devono essere una stringa vuota o nulla
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
cachedrowsetimpl.unsetmatch = Le colonne rimosse non coincidono con le colonne impostate
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
cachedrowsetimpl.unsetmatch1 = Utilizzare il nome di colonna come argomento per unsetMatchColumn
90ce3da70b43 Initial load
duke
parents:
diff changeset
    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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    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
728d985b8e61 6579775: l10n update after 6212566
mfang
parents: 5506
diff changeset
    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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
90ce3da70b43 Initial load
duke
parents:
diff changeset
    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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
#FilteredRowSetImpl exceptions
5307
7865cb8f2f54 6875904: Java 7 message synchronization 1
yhuang
parents: 2
diff changeset
    88
filteredrowsetimpl.relative = relative: operazione cursore non valida 
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
90ce3da70b43 Initial load
duke
parents:
diff changeset
    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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
joinrowsetimpl.matchnotset = Colonna di corrispondenza non impostata per l'unione
90ce3da70b43 Initial load
duke
parents:
diff changeset
    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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
joinrowsetimpl.initerror = Errore di inizializzazione di JoinRowSet
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
joinrowsetimpl.genericerr = Errore iniziale di joinrowset generico
7471
728d985b8e61 6579775: l10n update after 6212566
mfang
parents: 5506
diff changeset
   100
joinrowsetimpl.emptyrowset = Impossibile aggiungere un set di righe vuoto al JoinRowSet corrente
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
#JdbcRowSetImpl exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
jdbcrowsetimpl.invalstate = Stato non valido
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
jdbcrowsetimpl.connect = JdbcRowSet (connessione): impossibile stabilire una connessione con JNDI
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
jdbcrowsetimpl.paramtype = Impossibile dedurre il tipo di parametro
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
jdbcrowsetimpl.matchcols = Le colonne di corrispondenza non coincidono con le colonne impostate
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
jdbcrowsetimpl.setmatchcols = Impostare le colonne di corrispondenza prima di recuperarle
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
jdbcrowsetimpl.matchcols1 = Le colonne di corrispondenza devono essere superiori a 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
jdbcrowsetimpl.matchcols2 = Le colonne di corrispondenza non possono essere una stringa vuota o nulla
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
jdbcrowsetimpl.unsetmatch = Le colonne rimosse non coincidono con le colonne impostate
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
jdbcrowsetimpl.usecolname = Utilizzare il nome di colonna come argomento per unsetMatchColumn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   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
728d985b8e61 6579775: l10n update after 6212566
mfang
parents: 5506
diff changeset
   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
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
#CachedRowSetReader exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
crsreader.connect = (JNDI) Impossibile stabilire una connessione
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
crsreader.paramtype = Impossibile dedurre il tipo di parametro
7471
728d985b8e61 6579775: l10n update after 6212566
mfang
parents: 5506
diff changeset
   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
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
#CachedRowSetWriter exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
crswriter.connect = Impossibile stabilire una connessione
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
crswriter.tname = writeData non riesce a determinare il nome di tabella
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
crswriter.params1 = Valore dei parametri 1: {0} 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
crswriter.params2 = Valore dei parametri 2: {0} 
7471
728d985b8e61 6579775: l10n update after 6212566
mfang
parents: 5506
diff changeset
   129
crswriter.conflictsno =  Conflitti durante la sincronizzazione 
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
90ce3da70b43 Initial load
duke
parents:
diff changeset
   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
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
90ce3da70b43 Initial load
duke
parents:
diff changeset
   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
90ce3da70b43 Initial load
duke
parents:
diff changeset
   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
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
#WebRowSetXmlReader exception
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
wrsxmlreader.invalidcp = Raggiunta la fine di RowSet. Posizione cursore non valida
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
wrsxmlreader.readxml = readXML: {0}
7471
728d985b8e61 6579775: l10n update after 6212566
mfang
parents: 5506
diff changeset
   143
wrsxmlreader.parseerr = **Errore di analisi: {0}, riga: {1}, URI: {2}
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
#WebRowSetXmlWriter exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
wrsxmlwriter.ioex = IOException: {0}
5307
7865cb8f2f54 6875904: Java 7 message synchronization 1
yhuang
parents: 2
diff changeset
   147
wrsxmlwriter.sqlex = SQLException: {0}
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
wrsxmlwriter.failedwrite = Impossibile scrivere il valore
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
wsrxmlwriter.notproper = Non un tipo corretto
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
5307
7865cb8f2f54 6875904: Java 7 message synchronization 1
yhuang
parents: 2
diff changeset
   151
#XmlReaderContentHandler exceptions
7865cb8f2f54 6875904: Java 7 message synchronization 1
yhuang
parents: 2
diff changeset
   152
xmlrch.errmap = Errore durante l''impostazione della mappa: {0}
7471
728d985b8e61 6579775: l10n update after 6212566
mfang
parents: 5506
diff changeset
   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
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
xmlrch.errconstr = Errore durante la costruzione della riga: {0}
5307
7865cb8f2f54 6875904: Java 7 message synchronization 1
yhuang
parents: 2
diff changeset
   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
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
xmlrch.errinsdel = Errore durante la costruzione della riga insdel: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
xmlrch.errupdate = Errore durante la costruzione della riga di aggiornamento: {0}
5307
7865cb8f2f54 6875904: Java 7 message synchronization 1
yhuang
parents: 2
diff changeset
   160
xmlrch.errupdrow = Errore durante l''aggiornamento della riga: {0}
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   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
90ce3da70b43 Initial load
duke
parents:
diff changeset
   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
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
90ce3da70b43 Initial load
duke
parents:
diff changeset
   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
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
#RIXMLProvider exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
rixml.unsupp = Non supportato con RIXMLProvider