equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
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 |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
149 wsrxmlwriter.notproper = Not a proper type |
149 wsrxmlwriter.notproper = Not a proper type |
150 |
150 |
151 #XmlReaderContentHandler exceptions |
151 #XmlReaderContentHandler exceptions |
152 xmlrch.errmap = Error setting Map : {0} |
152 xmlrch.errmap = Error setting Map : {0} |
153 xmlrch.errmetadata = Error setting metadata : {0} |
153 xmlrch.errmetadata = Error setting metadata : {0} |
154 xmlrch.errinsert = Error inserting values : {0} |
154 xmlrch.errinsertval = Error inserting values : {0} |
155 xmlrch.errconstr = Error constructing row : {0} |
155 xmlrch.errconstr = Error constructing row : {0} |
156 xmlrch.errdel = Error deleting row : {0} |
156 xmlrch.errdel = Error deleting row : {0} |
157 xmlrch.errinsert = Error constructing insert row : {0} |
157 xmlrch.errinsert = Error constructing insert row : {0} |
158 xmlrch.errinsdel = Error constructing insdel row : {0} |
158 xmlrch.errinsdel = Error constructing insdel row : {0} |
159 xmlrch.errupdate = Error constructing update row : {0} |
159 xmlrch.errupdate = Error constructing update row : {0} |