src/java.sql.rowset/share/classes/com/sun/rowset/RowSetResourceBundle.properties
author stuefe
Thu, 28 Feb 2019 14:22:03 +0100
changeset 54011 21ea4076a275
parent 47216 71c04702a3d5
permissions -rw-r--r--
8219650: [Testbug] Fix potential crashes in new test hotspot gtest "test_print_hex_dump" Reviewed-by: clanger, shade
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
7477
8c5d7b36da02 7004706: l10n of 7000752 Duplicate entry in RowSetResourceBundles.properties
mfang
parents: 7471
diff changeset
     2
# Copyright (c) 2005, 2010, 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: 2
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: 2
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: 2
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
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 = Invalid ResultSet object supplied to populate method
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
cachedrowsetimpl.invalidp = Invalid persistence provider generated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
cachedrowsetimpl.nullhash = Cannot instantiate CachedRowSetImpl instance. Null Hashtable supplied to constructor
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
cachedrowsetimpl.invalidop = Invalid operation while on insert row
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
cachedrowsetimpl.accfailed = acceptChanges Failed
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
cachedrowsetimpl.invalidcp = Invalid cursor position
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
cachedrowsetimpl.illegalop = Illegal operation on non-inserted row
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
cachedrowsetimpl.clonefail = Clone failed: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
cachedrowsetimpl.invalidcol = Invalid column index
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
cachedrowsetimpl.invalcolnm = Invalid column name
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
cachedrowsetimpl.boolfail = getBoolen Failed on value ( {0} ) in column {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
cachedrowsetimpl.bytefail = getByte Failed on value ( {0} ) in column {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
cachedrowsetimpl.shortfail = getShort Failed on value ( {0} ) in column {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
cachedrowsetimpl.intfail = getInt Failed on value ( {0} ) in column {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
cachedrowsetimpl.longfail = getLong Failed on value ( {0} ) in column {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
cachedrowsetimpl.floatfail = getFloat failed on value ( {0} ) in column {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
cachedrowsetimpl.doublefail = getDouble failed on value ( {0} ) in column {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
cachedrowsetimpl.dtypemismt = Data Type Mismatch 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
cachedrowsetimpl.datefail = getDate Failed on value ( {0} ) in column {1} no conversion available
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
cachedrowsetimpl.timefail = getTime failed on value ( {0} ) in column {1} no conversion available
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
cachedrowsetimpl.posupdate = Positioned updates not supported
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
cachedrowsetimpl.unableins = Unable to instantiate : {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
cachedrowsetimpl.beforefirst = beforeFirst : Invalid cursor operation
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
cachedrowsetimpl.first = First : Invalid cursor operation
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 : Invalid cursor position
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
cachedrowsetimpl.relative = relative : Invalid cursor position
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
cachedrowsetimpl.asciistream = read failed for ascii stream
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
cachedrowsetimpl.binstream = read failed on binary stream
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
cachedrowsetimpl.failedins = Failed on insert row
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
cachedrowsetimpl.updateins = updateRow called while on insert row
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 : no meta data
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
cachedrowsetimpl.movetoins2 = moveToInsertRow : invalid number of columns
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
cachedrowsetimpl.tablename = Table name cannot be null
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
cachedrowsetimpl.keycols = Invalid key columns
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
cachedrowsetimpl.invalidcol = Invalid column index
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
cachedrowsetimpl.opnotsupp = Operation not supported by Database
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
cachedrowsetimpl.matchcols = Match columns are not the same as those set
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
cachedrowsetimpl.setmatchcols = Set Match columns before getting them
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
cachedrowsetimpl.matchcols1 = Match columns should be greater than 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
cachedrowsetimpl.matchcols2 = Match columns should be empty or null string
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
cachedrowsetimpl.unsetmatch = Columns being unset are not the same as set
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
cachedrowsetimpl.unsetmatch1 = Use column name as argument to unsetMatchColumn
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
cachedrowsetimpl.unsetmatch2 = Use column ID as argument to unsetMatchColumn
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
cachedrowsetimpl.numrows = Number of rows is less than zero or less than fetch size
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
cachedrowsetimpl.startpos = Start position cannot be negative
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
cachedrowsetimpl.nextpage = Populate data before calling 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
cachedrowsetimpl.pagesize = Page size cannot be less than zero
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
cachedrowsetimpl.pagesize1 = Page size cannot be greater than maxRows
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
cachedrowsetimpl.fwdonly = ResultSet is forward only
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
cachedrowsetimpl.type = Type is : {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
cachedrowsetimpl.opnotysupp = Operation not yet supported
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
cachedrowsetimpl.featnotsupp = Feature not supported
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
# WebRowSetImpl exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
webrowsetimpl.nullhash = Cannot instantiate WebRowSetImpl instance. Null Hashtable supplied to constructor
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
webrowsetimpl.invalidwr = Invalid writer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
webrowsetimpl.invalidrd = Invalid reader
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
#FilteredRowSetImpl exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
filteredrowsetimpl.relative = relative : Invalid cursor operation 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
filteredrowsetimpl.absolute = absolute : Invalid cursor operation
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
filteredrowsetimpl.notallowed = This value is not allowed through the filter
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
#JoinRowSetImpl exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
joinrowsetimpl.notinstance = Not an instance of rowset
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
joinrowsetimpl.matchnotset = Match Column not set for join
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
joinrowsetimpl.numnotequal = Number of elements in rowset not equal to match column
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
joinrowsetimpl.notdefined = This is not a defined type of join
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
joinrowsetimpl.notsupported = This type of join is not supported
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
joinrowsetimpl.initerror = JoinRowSet initialization error
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
joinrowsetimpl.genericerr = Genric joinrowset intial error
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
joinrowsetimpl.emptyrowset = Empty rowset cannot be added to this JoinRowSet
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 = Invalid state
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
jdbcrowsetimpl.connect = JdbcRowSet (connect) JNDI unable to connect
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
jdbcrowsetimpl.paramtype = Unable to deduce param type
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
jdbcrowsetimpl.matchcols = Match Columns are not the same as those set
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
jdbcrowsetimpl.setmatchcols = Set the match columns before getting them
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
jdbcrowsetimpl.matchcols1 = Match columns should be greater than 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
jdbcrowsetimpl.matchcols2 = Match columns cannot be null or empty string
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
jdbcrowsetimpl.unsetmatch = Columns being unset are not the same as those set
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
jdbcrowsetimpl.usecolname = Use column name as argument to unsetMatchColumn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
jdbcrowsetimpl.usecolid = Use column ID as argument to unsetMatchColumn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
jdbcrowsetimpl.resnotupd = ResultSet is not updatable
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
jdbcrowsetimpl.opnotysupp = Operation not yet supported
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
jdbcrowsetimpl.featnotsupp = Feature not supported
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) Unable to connect
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
crsreader.paramtype = Unable to deduce param type
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
crsreader.connecterr = Internal Error in RowSetReader: no connection or command
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
crsreader.datedetected = Detected a Date
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
crsreader.caldetected = Detected a Calendar
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 = Unable to get connection
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
crswriter.tname = writeData cannot determine table name
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
crswriter.params1 = Value of params1 : {0} 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
crswriter.params2 = Value of params2 : {0} 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
crswriter.conflictsno =  conflicts while synchronizing 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
#InsertRow exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
insertrow.novalue = No value has been inserted
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
#SyncResolverImpl exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
syncrsimpl.indexval = Index value out of range  
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
syncrsimpl.noconflict = This column not in conflict
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
syncrsimpl.syncnotpos = Synchronization is not possible
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
syncrsimpl.valtores = Value to be resolved can either be in the database or in cachedrowset
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 = End of RowSet reached. Invalid cursor position
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 = ** Parsing Error : {0} , line : {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}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
wrsxmlwriter.sqlex = SQLException : {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
wrsxmlwriter.failedwrite = Failed to write value
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
wsrxmlwriter.notproper = Not a proper type
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
#XmlReaderContentHandler exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
xmlrch.errmap = Error setting Map : {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
xmlrch.errmetadata = Error setting metadata : {0}
7477
8c5d7b36da02 7004706: l10n of 7000752 Duplicate entry in RowSetResourceBundles.properties
mfang
parents: 7471
diff changeset
   154
xmlrch.errinsertval = Error inserting values : {0}
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
xmlrch.errconstr = Error constructing row : {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
xmlrch.errdel = Error deleting row : {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
xmlrch.errinsert = Error constructing insert row : {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
xmlrch.errinsdel = Error constructing insdel row : {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
xmlrch.errupdate = Error constructing update row : {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
xmlrch.errupdrow = Error updating row : {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
xmlrch.chars = characters :
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
xmlrch.badvalue = Bad value ; non-nullable property
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
xmlrch.badvalue1 = Bad value ; non-nullable metadata
7471
728d985b8e61 6579775: l10n update after 6212566
mfang
parents: 5506
diff changeset
   164
xmlrch.warning =  ** Warning : {0} , line : {1} , uri : {2}
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
#RIOptimisticProvider Exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
riop.locking = Locking classification is not supported
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 = Unsupported with RIXMLProvider