~ubuntu-branches/ubuntu/karmic/libxerces2-java/karmic

« back to all changes in this revision

Viewing changes to src/org/apache/xerces/impl/msg/DOMMessages.properties

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-12-04 17:37:55 UTC
  • mfrom: (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061204173755-hb6ybrrrk097zhx7
Tags: 2.8.1-1ubuntu1
* Merge with Debian unstable; remaining changes:
  - Build -gcj package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
# The messages are arranged in key and value tuples in a ListResourceBundle.
5
5
#
6
 
# @version $Id: DOMMessages.properties,v 1.9 2004/02/10 20:12:30 mrglavas Exp $
 
6
# @version $Id: DOMMessages.properties 319963 2004-07-05 22:36:53Z mrglavas $
7
7
 
8
8
        BadMessageKey = The error message corresponding to the message key can not be found.
9
9
        FormatFailed = An internal error occurred while formatting the following message:\n  
38
38
wf-invalid-character =  The text {0} of the {1} node contains invalid XML characters.
39
39
wf-invalid-character-in-node-name = The {0} node named {1} contains invalid XML characters.
40
40
cdata-sections-splitted =  CDATA sections containing the CDATA section termination marker '']]>''
 
41
doctype-not-allowed = DOCTYPE declaration is not allowed.
 
42
unsupported-encoding = The encoding {0} is not supported.
41
43
 
42
44
#Error codes used in DOM Normalizer
43
45
InvalidXMLCharInDOM = An invalid XML character (Unicode: 0x{0}) was found in the DOM during normalization.