author | coleenp |
Wed, 28 Jun 2017 19:12:58 -0400 | |
changeset 46589 | f1c04490ded1 |
parent 39004 | 509853dd7d6c |
permissions | -rw-r--r-- |
7468 | 1 |
# |
39004
509853dd7d6c
8155918: JDK9 preparation message drop resource updates
lana
parents:
25859
diff
changeset
|
2 |
# Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. |
7468 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
5 |
# This code is free software; you can redistribute it and/or modify it |
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
|
7 |
# published by the Free Software Foundation. Oracle designates this |
|
8 |
# particular file as subject to the "Classpath" exception as provided |
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
|
10 |
# |
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
# accompanied this code). |
|
16 |
# |
|
17 |
# You should have received a copy of the GNU General Public License version |
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
# |
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
22 |
# or visit www.oracle.com if you need additional information or have any |
|
23 |
# questions. |
|
24 |
# |
|
25 |
||
26 |
# CacheRowSetImpl exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
27 |
cachedrowsetimpl.populate = Objeto ResultSet inv\u00E1lido fornecido para preencher o m\u00E9todo |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
28 |
cachedrowsetimpl.invalidp = Fornecedor de persist\u00EAncias inv\u00E1lido gerado |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
29 |
cachedrowsetimpl.nullhash = N\u00E3o \u00E9 poss\u00EDvel instanciar a inst\u00E2ncia CachedRowSetImpl. Hashtable Nulo fornecido ao construtor |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
30 |
cachedrowsetimpl.invalidop = Opera\u00E7\u00E3o inv\u00E1lida durante a inser\u00E7\u00E3o de linha |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
31 |
cachedrowsetimpl.accfailed = Falha em acceptChanges |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
32 |
cachedrowsetimpl.invalidcp = Posi\u00E7\u00E3o inv\u00E1lida do cursor |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
33 |
cachedrowsetimpl.illegalop = Opera\u00E7\u00E3o inv\u00E1lida em linha n\u00E3o inserida |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
34 |
cachedrowsetimpl.clonefail = Falha ao clonar: {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
35 |
cachedrowsetimpl.invalidcol = \u00CDndice de coluna inv\u00E1lido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
36 |
cachedrowsetimpl.invalcolnm = Nome de coluna inv\u00E1lido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
37 |
cachedrowsetimpl.boolfail = Falha em getBoolen no valor ( {0} ) na coluna {1} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
38 |
cachedrowsetimpl.bytefail = Falha em getByte no valor ( {0} ) na coluna {1} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
39 |
cachedrowsetimpl.shortfail = Falha em getShort no valor ( {0} ) na coluna {1} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
40 |
cachedrowsetimpl.intfail = Falha em getInt no valor ( {0} ) na coluna {1} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
41 |
cachedrowsetimpl.longfail = Falha em getLong no valor ( {0} ) na coluna {1} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
42 |
cachedrowsetimpl.floatfail = Falha em getFloat no valor ( {0} ) na coluna {1} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
43 |
cachedrowsetimpl.doublefail = Falha em getDouble no valor ( {0} ) na coluna {1} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
44 |
cachedrowsetimpl.dtypemismt = Tipo de Dados Incompat\u00EDvel |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
45 |
cachedrowsetimpl.datefail = Falha em getDate no valor ( {0} ) na coluna {1} sem convers\u00E3o dispon\u00EDvel |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
46 |
cachedrowsetimpl.timefail = Falha em getTime no valor ( {0} ) na coluna {1} sem convers\u00E3o dispon\u00EDvel |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
47 |
cachedrowsetimpl.posupdate = Atualiza\u00E7\u00F5es posicionadas n\u00E3o suportadas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
48 |
cachedrowsetimpl.unableins = N\u00E3o \u00E9 poss\u00EDvel instanciar : {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
49 |
cachedrowsetimpl.beforefirst = beforeFirst : Opera\u00E7\u00E3o do cursor inv\u00E1lida |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
50 |
cachedrowsetimpl.first = First : Opera\u00E7\u00E3o inv\u00E1lida do cursor |
7468 | 51 |
cachedrowsetimpl.last = last : TYPE_FORWARD_ONLY |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
52 |
cachedrowsetimpl.absolute = absolute : Posi\u00E7\u00E3o inv\u00E1lida do cursor |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
53 |
cachedrowsetimpl.relative = relative : Posi\u00E7\u00E3o inv\u00E1lida do cursor |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
54 |
cachedrowsetimpl.asciistream = falha na leitura do fluxo ascii |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
55 |
cachedrowsetimpl.binstream = falha na leitura do fluxo bin\u00E1rio |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
56 |
cachedrowsetimpl.failedins = Falha ao inserir a linha |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
57 |
cachedrowsetimpl.updateins = updateRow chamado durante a inser\u00E7\u00E3o de linha |
7468 | 58 |
cachedrowsetimpl.movetoins = moveToInsertRow : CONCUR_READ_ONLY |
59 |
cachedrowsetimpl.movetoins1 = moveToInsertRow : sem metadados |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
60 |
cachedrowsetimpl.movetoins2 = moveToInsertRow : n\u00FAmero de colunas inv\u00E1lido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
61 |
cachedrowsetimpl.tablename = O nome da tabela n\u00E3o pode ser nulo |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
62 |
cachedrowsetimpl.keycols = Colunas de chaves inv\u00E1lidas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
63 |
cachedrowsetimpl.invalidcol = \u00CDndice de coluna inv\u00E1lido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
64 |
cachedrowsetimpl.opnotsupp = Opera\u00E7\u00E3o n\u00E3o suportada pelo Banco de Dados |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
65 |
cachedrowsetimpl.matchcols = As colunas correspondentes n\u00E3o s\u00E3o iguais \u00E0s colunas definidas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
66 |
cachedrowsetimpl.setmatchcols = Definir Colunas correspondentes antes de obt\u00EA-las |
7468 | 67 |
cachedrowsetimpl.matchcols1 = As colunas correspondentes devem ser maior do que 0 |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
68 |
cachedrowsetimpl.matchcols2 = As colunas correspondentes devem ser strings vazias ou nulas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
69 |
cachedrowsetimpl.unsetmatch = As colunas n\u00E3o definidas n\u00E3o s\u00E3o iguais \u00E0s colunas definidas |
7468 | 70 |
cachedrowsetimpl.unsetmatch1 = Usar o nome da coluna como argumento para unsetMatchColumn |
71 |
cachedrowsetimpl.unsetmatch2 = Usar o ID da coluna como argumento para unsetMatchColumn |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
72 |
cachedrowsetimpl.numrows = O n\u00FAmero de linhas \u00E9 menor do que zero ou menor do que o tamanho obtido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
73 |
cachedrowsetimpl.startpos = A posi\u00E7\u00E3o de in\u00EDcio n\u00E3o pode ser negativa |
7468 | 74 |
cachedrowsetimpl.nextpage = Preencher dados antes de chamar |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
75 |
cachedrowsetimpl.pagesize = O tamanho da p\u00E1gina n\u00E3o pode ser menor do que zero |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
76 |
cachedrowsetimpl.pagesize1 = O tamanho da p\u00E1gina n\u00E3o pode ser maior do que maxRows |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
77 |
cachedrowsetimpl.fwdonly = ResultSet \u00E9 somente para frente |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
78 |
cachedrowsetimpl.type = O tipo \u00E9 : {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
79 |
cachedrowsetimpl.opnotysupp = Opera\u00E7\u00E3o ainda n\u00E3o suportada |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
80 |
cachedrowsetimpl.featnotsupp = Recurso n\u00E3o suportado |
7468 | 81 |
|
82 |
# WebRowSetImpl exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
83 |
webrowsetimpl.nullhash = N\u00E3o \u00E9 poss\u00EDvel instanciar a inst\u00E2ncia WebRowSetImpl. Hashtable nulo fornecido ao construtor |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
84 |
webrowsetimpl.invalidwr = Gravador inv\u00E1lido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
85 |
webrowsetimpl.invalidrd = Leitor inv\u00E1lido |
7468 | 86 |
|
87 |
#FilteredRowSetImpl exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
88 |
filteredrowsetimpl.relative = relative : Opera\u00E7\u00E3o inv\u00E1lida do cursor |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
89 |
filteredrowsetimpl.absolute = absolute : Opera\u00E7\u00E3o inv\u00E1lida do cursor |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
90 |
filteredrowsetimpl.notallowed = Este valor n\u00E3o \u00E9 permitido no filtro |
7468 | 91 |
|
92 |
#JoinRowSetImpl exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
93 |
joinrowsetimpl.notinstance = N\u00E3o \u00E9 uma inst\u00E2ncia do conjunto de linhas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
94 |
joinrowsetimpl.matchnotset = Coluna Correspondente n\u00E3o definida para jun\u00E7\u00E3o |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
95 |
joinrowsetimpl.numnotequal = N\u00FAmero de elementos no conjunto de linhas diferente da coluna correspondente |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
96 |
joinrowsetimpl.notdefined = N\u00E3o \u00E9 um tipo definido de jun\u00E7\u00E3o |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
97 |
joinrowsetimpl.notsupported = Este tipo de jun\u00E7\u00E3o n\u00E3o \u00E9 suportada |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
98 |
joinrowsetimpl.initerror = Erro de inicializa\u00E7\u00E3o do JoinRowSet |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
99 |
joinrowsetimpl.genericerr = Erro inicial de joinrowset gen\u00E9rico |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
100 |
joinrowsetimpl.emptyrowset = O conjunto de linha vazio n\u00E3o pode ser adicionado a este JoinRowSet |
7468 | 101 |
|
102 |
#JdbcRowSetImpl exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
103 |
jdbcrowsetimpl.invalstate = Estado inv\u00E1lido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
104 |
jdbcrowsetimpl.connect = N\u00E3o \u00E9 poss\u00EDvel conectar JdbcRowSet (connect) a JNDI |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
105 |
jdbcrowsetimpl.paramtype = N\u00E3o \u00E9 poss\u00EDvel deduzir o tipo de par\u00E2metro |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
106 |
jdbcrowsetimpl.matchcols = As Colunas Correspondentes n\u00E3o s\u00E3o iguais \u00E0s colunas definidas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
107 |
jdbcrowsetimpl.setmatchcols = Definir as colunas correspondentes antes de obt\u00EA-las |
7468 | 108 |
jdbcrowsetimpl.matchcols1 = As colunas correspondentes devem ser maior do que 0 |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
109 |
jdbcrowsetimpl.matchcols2 = As colunas correspondentes n\u00E3o podem ser strings vazias ou nulas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
110 |
jdbcrowsetimpl.unsetmatch = As colunas n\u00E3o definidas n\u00E3o s\u00E3o iguais \u00E0s colunas definidas |
7468 | 111 |
jdbcrowsetimpl.usecolname = Usar o nome da coluna como argumento para unsetMatchColumn |
112 |
jdbcrowsetimpl.usecolid = Usar o ID da coluna como argumento para unsetMatchColumn |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
113 |
jdbcrowsetimpl.resnotupd = ResultSet n\u00E3o \u00E9 atualiz\u00E1vel |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
114 |
jdbcrowsetimpl.opnotysupp = Opera\u00E7\u00E3o ainda n\u00E3o suportada |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
115 |
jdbcrowsetimpl.featnotsupp = Recurso n\u00E3o suportado |
7468 | 116 |
|
117 |
#CachedRowSetReader exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
118 |
crsreader.connect = (JNDI) N\u00E3o \u00E9 poss\u00EDvel conectar |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
119 |
crsreader.paramtype = N\u00E3o \u00E9 poss\u00EDvel deduzir o tipo de par\u00E2metro |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
120 |
crsreader.connecterr = Erro Interno no RowSetReader: sem conex\u00E3o ou comando |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
121 |
crsreader.datedetected = Data Detectada |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
122 |
crsreader.caldetected = Calend\u00E1rio Detectado |
7468 | 123 |
|
124 |
#CachedRowSetWriter exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
125 |
crswriter.connect = N\u00E3o \u00E9 poss\u00EDvel obter a conex\u00E3o |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
126 |
crswriter.tname = writeData n\u00E3o pode determinar o nome da tabela |
7468 | 127 |
crswriter.params1 = Valor de params1 : {0} |
128 |
crswriter.params2 = Valor de params2 : {0} |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
129 |
crswriter.conflictsno = conflitos durante a sincroniza\u00E7\u00E3o |
7468 | 130 |
|
131 |
#InsertRow exceptions |
|
132 |
insertrow.novalue = Nenhum valor foi inserido |
|
133 |
||
134 |
#SyncResolverImpl exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
135 |
syncrsimpl.indexval = Valor de \u00EDndice fora da faixa |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
136 |
syncrsimpl.noconflict = Est\u00E1 coluna n\u00E3o est\u00E1 em conflito |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
137 |
syncrsimpl.syncnotpos = A sincroniza\u00E7\u00E3o n\u00E3o \u00E9 poss\u00EDvel |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
138 |
syncrsimpl.valtores = O valor a ser decidido pode estar no banco de dados ou no conjunto de linhas armazenado no cache |
7468 | 139 |
|
140 |
#WebRowSetXmlReader exception |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
141 |
wrsxmlreader.invalidcp = Fim de RowSet atingido. Posi\u00E7\u00E3o inv\u00E1lida do cursor |
7468 | 142 |
wrsxmlreader.readxml = readXML : {0} |
17184
342467f0c6c2
8010521: jdk8 l10n resource file translation update 2
mfang
parents:
9035
diff
changeset
|
143 |
wrsxmlreader.parseerr = ** Erro de Parsing : {0} , linha : {1} , uri : {2} |
7468 | 144 |
|
145 |
#WebRowSetXmlWriter exceptions |
|
146 |
wrsxmlwriter.ioex = IOException : {0} |
|
147 |
wrsxmlwriter.sqlex = SQLException : {0} |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
148 |
wrsxmlwriter.failedwrite = Falha ao gravar o valor |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
149 |
wsrxmlwriter.notproper = N\u00E3o \u00E9 um tipo adequado |
7468 | 150 |
|
151 |
#XmlReaderContentHandler exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
152 |
xmlrch.errmap = Erro ao definir o Mapa : {0} |
7468 | 153 |
xmlrch.errmetadata = Erro ao definir metadados : {0} |
7477
8c5d7b36da02
7004706: l10n of 7000752 Duplicate entry in RowSetResourceBundles.properties
mfang
parents:
7468
diff
changeset
|
154 |
xmlrch.errinsertval = Erro ao inserir valores : {0} |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
155 |
xmlrch.errconstr = Erro ao construir a linha : {0} |
39004
509853dd7d6c
8155918: JDK9 preparation message drop resource updates
lana
parents:
25859
diff
changeset
|
156 |
xmlrch.errdel = Erro ao excluir a linha : {0} |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
157 |
xmlrch.errinsert = Erro ao construir a linha de inser\u00E7\u00E3o : {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
158 |
xmlrch.errinsdel = Erro ao construir a linha insdel : {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
159 |
xmlrch.errupdate = Erro ao construir a linha de atualiza\u00E7\u00E3o : {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
160 |
xmlrch.errupdrow = Erro ao atualizar a linha : {0} |
7468 | 161 |
xmlrch.chars = caracteres : |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
162 |
xmlrch.badvalue = Valor incorreto ; propriedade n\u00E3o anul\u00E1vel |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
163 |
xmlrch.badvalue1 = Valor incorreto ; metadado n\u00E3o anul\u00E1vel |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
164 |
xmlrch.warning = ** Advert\u00EAncia : {0} , linha : {1} , uri : {2} |
7468 | 165 |
|
166 |
#RIOptimisticProvider Exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
167 |
riop.locking = O bloqueio de classifica\u00E7\u00E3o n\u00E3o \u00E9 suportado |
7468 | 168 |
|
169 |
#RIXMLProvider exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
170 |
rixml.unsupp = N\u00E3o suportado com RIXMLProvider |