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

« back to all changes in this revision

Viewing changes to src/org/apache/xerces/impl/msg/XMLMessages.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:
79
79
        InvalidCommentStart = Comment must start with \"<!--\".
80
80
        DashDashInComment = The string \"--\" is not permitted within comments.
81
81
        CommentUnterminated = The comment must end with \"-->\".
82
 
        COMMENT_NOT_IN_ONE_ENTITY = The comment is not enclosed xin the same entity.
 
82
        COMMENT_NOT_IN_ONE_ENTITY = The comment is not enclosed in the same entity.
83
83
# 2.6 Processing Instructions
84
84
        PITargetRequired = The processing instruction must begin with the name of the target.
85
85
        SpaceRequiredInPI = White space is required between the processing instruction target and data.
120
120
        InvalidHighSurrogate = High surrogate bits in UTF-8 sequence must not exceed 0x10 but found 0x{0}.
121
121
        OperationNotSupported = Operation \"{0}\" not supported by {1} reader.
122
122
        InvalidASCII = Byte \"{0}\" is not a member of the (7-bit) ASCII character set.
 
123
        CharConversionFailure = An entity determined to be in a certain encoding must not contain sequences illegal in that encoding.
123
124
        
124
125
# DTD Messages
125
126
# 2.2 Characters