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

« back to all changes in this revision

Viewing changes to src/org/apache/xerces/impl/msg/JAXPValidationMessages.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:
 
1
# This file stores localized messages for the Xerces JAXP Validation API implementation.
 
2
#
 
3
# The messages are arranged in key and value tuples in a ListResourceBundle.
 
4
#
 
5
# @version $Id: JAXPValidationMessages.properties 320460 2005-06-13 21:48:22Z mrglavas $
 
6
 
 
7
# Messages for message reporting
 
8
BadMessageKey = The error message corresponding to the message key can not be found.
 
9
FormatFailed = An internal error occurred while formatting the following message:\n
 
10
 
 
11
# SchemaFactory error messages
 
12
SchemaLanguageNull = The schema language specified cannot be null.
 
13
SchemaLanguageLengthZero = The schema language specified cannot have a length of zero characters.
 
14
SchemaSourceArrayNull = The Source array parameter cannot be null.
 
15
SchemaSourceArrayMemberNull = The Source array parameter cannot contain any items that are null.
 
16
SchemaFactorySourceUnrecognized = Source parameter of type ''{0}'' is not recognized this SchemaFactory.
 
17
 
 
18
# Validator error messages
 
19
SourceParameterNull = Source parameter cannot be null.
 
20
SourceNotAccepted = Source parameter of type ''{0}'' is not accepted by this validator.
 
21
SourceResultMismatch = Source parameter of type ''{0}'' is not compatible with result parameter of type ''{1}''.
 
22
 
 
23
# TypeInfoProvider error messages
 
24
TypeInfoProviderIllegalState = A TypeInfoProvider cannot be queried outside of a startElement callback.
 
25
 
 
26
# General error messages
 
27
FeatureNameNull = The feature name cannot be null.
 
28
ProperyNameNull = The property name cannot be null.
 
29
SAXSourceNullInputSource = The SAXSource specified contains no InputSource.
 
30