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 |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
27 |
cachedrowsetimpl.populate = Se ha proporcionado un objeto ResultSet no v\u00E1lido para el m\u00E9todo de relleno |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
28 |
cachedrowsetimpl.invalidp = El proveedor de persistencia generado no es v\u00E1lido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
29 |
cachedrowsetimpl.nullhash = La instancia CachedRowSetImpl no se puede crear. Se ha proporcionado una tabla hash nula al constructor |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
30 |
cachedrowsetimpl.invalidop = Operaci\u00F3n no v\u00E1lida al insertar fila |
2 | 31 |
cachedrowsetimpl.accfailed = Fallo de acceptChanges |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
32 |
cachedrowsetimpl.invalidcp = Posici\u00F3n de cursor no v\u00E1lida |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
33 |
cachedrowsetimpl.illegalop = Operaci\u00F3n no permitida en fila no insertada |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
34 |
cachedrowsetimpl.clonefail = Fallo en la clonaci\u00F3n: {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
35 |
cachedrowsetimpl.invalidcol = \u00CDndice de columnas no v\u00E1lido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
36 |
cachedrowsetimpl.invalcolnm = Nombre de columna no v\u00E1lido |
2 | 37 |
cachedrowsetimpl.boolfail = Fallo de getBoolen en valor ( {0} ) de columna {1} |
38 |
cachedrowsetimpl.bytefail = Fallo de getByte en valor ( {0} ) de columna {1} |
|
39 |
cachedrowsetimpl.shortfail = Fallo de getShort en valor ( {0} ) de columna {1} |
|
40 |
cachedrowsetimpl.intfail = Fallo de getInt en valor ( {0} ) de columna {1} |
|
41 |
cachedrowsetimpl.longfail = Fallo de getLong en valor ( {0} ) de columna {1} |
|
42 |
cachedrowsetimpl.floatfail = Fallo de getFloat en valor ( {0} ) de columna {1} |
|
43 |
cachedrowsetimpl.doublefail = Fallo de getDouble en valor ( {0} ) de columna {1} |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
44 |
cachedrowsetimpl.dtypemismt = Discordancia entre Tipos de Datos |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
45 |
cachedrowsetimpl.datefail = Fallo de getDate en valor ( {0} ) de columna {1}. No es posible convertir |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
46 |
cachedrowsetimpl.timefail = Fallo de getTime en valor ( {0} ) de columna {1}. No es posible convertir |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
47 |
cachedrowsetimpl.posupdate = Actualizaciones posicionadas no soportadas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
48 |
cachedrowsetimpl.unableins = No se ha podido crear la instancia: {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
49 |
cachedrowsetimpl.beforefirst = beforeFirst: Operaci\u00F3n de cursor no v\u00E1lida |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
50 |
cachedrowsetimpl.first = First: Operaci\u00F3n de cursor no v\u00E1lida |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
51 |
cachedrowsetimpl.last = last : TYPE_FORWARD_ONLY |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
52 |
cachedrowsetimpl.absolute = absolute: Posici\u00F3n de cursor no v\u00E1lida |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
53 |
cachedrowsetimpl.relative = relative: Posici\u00F3n de cursor no v\u00E1lida |
2 | 54 |
cachedrowsetimpl.asciistream = fallo en lectura de flujo de caracteres ascii |
55 |
cachedrowsetimpl.binstream = fallo de lectura de flujo binario |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
56 |
cachedrowsetimpl.failedins = Fallo en inserci\u00F3n de fila |
2 | 57 |
cachedrowsetimpl.updateins = llamada a updateRow mientras se insertaba fila |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
58 |
cachedrowsetimpl.movetoins = moveToInsertRow : CONCUR_READ_ONLY |
2 | 59 |
cachedrowsetimpl.movetoins1 = moveToInsertRow: no hay metadatos |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
60 |
cachedrowsetimpl.movetoins2 = moveToInsertRow: n\u00FAmero de columnas no v\u00E1lido |
2 | 61 |
cachedrowsetimpl.tablename = El nombre de la tabla no puede ser nulo |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
62 |
cachedrowsetimpl.keycols = Columnas clave no v\u00E1lidas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
63 |
cachedrowsetimpl.invalidcol = \u00CDndice de columnas no v\u00E1lido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
64 |
cachedrowsetimpl.opnotsupp = La base de datos no admite esta operaci\u00F3n |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
65 |
cachedrowsetimpl.matchcols = Las columnas coincidentes no concuerdan con las definidas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
66 |
cachedrowsetimpl.setmatchcols = Defina las columnas coincidentes antes de obtenerlas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
67 |
cachedrowsetimpl.matchcols1 = Las columnas coincidentes deben ser mayores que 0 |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
68 |
cachedrowsetimpl.matchcols2 = Las columnas coincidentes deben estar vac\u00EDas o ser una cadena nula |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
69 |
cachedrowsetimpl.unsetmatch = Las columnas cuya definici\u00F3n se est\u00E1 anulando no concuerdan con las definidas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
70 |
cachedrowsetimpl.unsetmatch1 = Use el nombre de columna como argumento en unsetMatchColumn |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
71 |
cachedrowsetimpl.unsetmatch2 = Use el identificador de columna como argumento en unsetMatchColumn |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
72 |
cachedrowsetimpl.numrows = El n\u00FAmero de filas es menor que cero o menor que el tama\u00F1o recuperado |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
73 |
cachedrowsetimpl.startpos = La posici\u00F3n de inicio no puede ser negativa |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
74 |
cachedrowsetimpl.nextpage = Rellene los datos antes de realizar la llamada |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
75 |
cachedrowsetimpl.pagesize = El tama\u00F1o de p\u00E1gina no puede ser menor que cero |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
76 |
cachedrowsetimpl.pagesize1 = El tama\u00F1o de p\u00E1gina no puede ser mayor que maxRows |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
77 |
cachedrowsetimpl.fwdonly = ResultSet s\u00F3lo se reenv\u00EDa |
2 | 78 |
cachedrowsetimpl.type = El tipo es: {0} |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
79 |
cachedrowsetimpl.opnotysupp = Operaci\u00F3n no soportada todav\u00EDa |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
80 |
cachedrowsetimpl.featnotsupp = Funci\u00F3n no soportada |
2 | 81 |
|
82 |
# WebRowSetImpl exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
83 |
webrowsetimpl.nullhash = La instancia WebRowSetImpl no se puede crear. Se ha proporcionado una tabla hash nula al constructor |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
84 |
webrowsetimpl.invalidwr = Escritor no v\u00E1lido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
85 |
webrowsetimpl.invalidrd = Lector no v\u00E1lido |
2 | 86 |
|
87 |
#FilteredRowSetImpl exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
88 |
filteredrowsetimpl.relative = relative: Operaci\u00F3n de cursor no v\u00E1lida |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
89 |
filteredrowsetimpl.absolute = absolute: Operaci\u00F3n de cursor no v\u00E1lida |
2 | 90 |
filteredrowsetimpl.notallowed = El filtro no admite este valor |
91 |
||
92 |
#JoinRowSetImpl exceptions |
|
93 |
joinrowsetimpl.notinstance = No es una instancia de rowset |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
94 |
joinrowsetimpl.matchnotset = Las columnas coincidentes no est\u00E1n definidas para la uni\u00F3n |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
95 |
joinrowsetimpl.numnotequal = El n\u00FAmero de elementos de rowset y el de columnas coincidentes no es el mismo |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
96 |
joinrowsetimpl.notdefined = No es un tipo de uni\u00F3n definido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
97 |
joinrowsetimpl.notsupported = Este tipo de uni\u00F3n no est\u00E1 soportado |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
98 |
joinrowsetimpl.initerror = Error de inicializaci\u00F3n de JoinRowSet |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
99 |
joinrowsetimpl.genericerr = Error de inicializaci\u00F3n gen\u00E9rico de joinrowset |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
100 |
joinrowsetimpl.emptyrowset = No se puede agregar un juego de filas vac\u00EDo a este JoinRowSet |
2 | 101 |
|
102 |
#JdbcRowSetImpl exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
103 |
jdbcrowsetimpl.invalstate = Estado no v\u00E1lido |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
104 |
jdbcrowsetimpl.connect = JdbcRowSet (connect): JNDI no se puede conectar |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
105 |
jdbcrowsetimpl.paramtype = No se puede deducir el tipo de par\u00E1metro |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
106 |
jdbcrowsetimpl.matchcols = Las columnas coincidentes no concuerdan con las definidas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
107 |
jdbcrowsetimpl.setmatchcols = Defina las columnas coincidentes antes de obtenerlas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
108 |
jdbcrowsetimpl.matchcols1 = Las columnas coincidentes deben ser mayores que 0 |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
109 |
jdbcrowsetimpl.matchcols2 = Las columnas coincidentes no pueden estar vac\u00EDas ni ser una cadena nula |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
110 |
jdbcrowsetimpl.unsetmatch = Las columnas cuya definici\u00F3n se est\u00E1 anulando no concuerdan con las definidas |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
111 |
jdbcrowsetimpl.usecolname = Use el nombre de columna como argumento en unsetMatchColumn |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
112 |
jdbcrowsetimpl.usecolid = Use el identificador de columna como argumento en unsetMatchColumn |
2 | 113 |
jdbcrowsetimpl.resnotupd = ResultSet no se puede actualizar |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
114 |
jdbcrowsetimpl.opnotysupp = Operaci\u00F3n no soportada todav\u00EDa |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
115 |
jdbcrowsetimpl.featnotsupp = Funci\u00F3n no soportada |
2 | 116 |
|
117 |
#CachedRowSetReader exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
118 |
crsreader.connect = (JNDI) No se ha podido conectar |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
119 |
crsreader.paramtype = No se ha podido deducir el tipo de par\u00E1metro |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
120 |
crsreader.connecterr = Error interno en RowSetReader: no hay conexi\u00F3n o comando |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
121 |
crsreader.datedetected = Fecha Detectada |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
122 |
crsreader.caldetected = Calendario Detectado |
2 | 123 |
|
124 |
#CachedRowSetWriter exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
125 |
crswriter.connect = No se ha podido obtener una conexi\u00F3n |
2 | 126 |
crswriter.tname = writeData no puede determinar el nombre de tabla |
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 = conflictos en la sincronizaci\u00F3n |
2 | 130 |
|
131 |
#InsertRow exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
132 |
insertrow.novalue = No se ha insertado ning\u00FAn valor |
2 | 133 |
|
134 |
#SyncResolverImpl exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
135 |
syncrsimpl.indexval = El valor de \u00EDndice est\u00E1 fuera de rango |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
136 |
syncrsimpl.noconflict = Esta columna no est\u00E1 en conflicto |
2 | 137 |
syncrsimpl.syncnotpos = No se puede sincronizar |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
138 |
syncrsimpl.valtores = El valor que se debe resolver puede estar en la base de datos o en cachedrowset |
2 | 139 |
|
140 |
#WebRowSetXmlReader exception |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
141 |
wrsxmlreader.invalidcp = Se ha llegado al final de RowSet. Posici\u00F3n de cursor no v\u00E1lida |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
142 |
wrsxmlreader.readxml = readXML : {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
143 |
wrsxmlreader.parseerr = ** Error de an\u00E1lisis: {0} , l\u00EDnea: {1} , uri: {2} |
2 | 144 |
|
145 |
#WebRowSetXmlWriter exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
146 |
wrsxmlwriter.ioex = IOException : {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
147 |
wrsxmlwriter.sqlex = SQLException : {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
148 |
wrsxmlwriter.failedwrite = Error al escribir el valor |
2 | 149 |
wsrxmlwriter.notproper = Tipo incorrecto |
150 |
||
5307 | 151 |
#XmlReaderContentHandler exceptions |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
152 |
xmlrch.errmap = Error al definir la asignaci\u00F3n: {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
153 |
xmlrch.errmetadata = Error al definir metadatos: {0} |
7477
8c5d7b36da02
7004706: l10n of 7000752 Duplicate entry in RowSetResourceBundles.properties
mfang
parents:
7471
diff
changeset
|
154 |
xmlrch.errinsertval = Error al insertar los valores: {0} |
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
155 |
xmlrch.errconstr = Error al construir la fila: {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
156 |
xmlrch.errdel = Error al suprimir la fila: {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
157 |
xmlrch.errinsert = Error al construir la fila de inserci\u00F3n: {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
158 |
xmlrch.errinsdel = Error al construir la fila de inserci\u00F3n o supresi\u00F3n: {0} |
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
159 |
xmlrch.errupdate = Error al construir la fila de actualizaci\u00F3n: {0} |
5307 | 160 |
xmlrch.errupdrow = Error al actualizar la fila: {0} |
2 | 161 |
xmlrch.chars = caracteres: |
162 |
xmlrch.badvalue = Valor incorrecto; la propiedad no puede ser nula |
|
163 |
xmlrch.badvalue1 = Valor incorrecto; los metadatos no pueden ser nulos |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
164 |
xmlrch.warning = ** Advertencia: {0} , l\u00EDnea: {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 = No se permite bloquear la clasificaci\u00F3n |
2 | 168 |
|
169 |
#RIXMLProvider exceptions |
|
8203
e5debcae2183
7017734: jdk7 message drop 1 translation integration
mfang
parents:
7477
diff
changeset
|
170 |
rixml.unsupp = No soportado con RIXMLProvider |