~vcs-imports/xena/trunk

« back to all changes in this revision

Viewing changes to ext/src/xerces-2_9_1/src/org/apache/xerces/impl/msg/XPointerMessages.properties

  • Committer: matthewoliver
  • Date: 2009-12-10 03:18:07 UTC
  • Revision ID: vcs-imports@canonical.com-20091210031807-l086qguzdlljtkl9
Merged Xena Testing into Xena Stable for the Xena 5 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file stores localized messages for the Xerces XPointer implementation.
 
2
#
 
3
# The messages are arranged in key and value tuples in a ListResourceBundle.
 
4
#
 
5
# @version $Id: XPointerMessages.properties,v 1.2 2009/12/10 03:18:39 matthewoliver Exp $
 
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
# XPointer Framework Error Messages
 
12
XPointerProcessingError = XPointerProcessingError: An error occurred while processing the XPointer expression.
 
13
InvalidXPointerToken = InvalidXPointerToken: The XPointer expression contains the invalid token ''{0}''
 
14
InvalidXPointerExpression = InvalidXPointerExpression: The XPointer expression ''{0}'' is invalid.
 
15
MultipleShortHandPointers = MultipleShortHandPointers:  The XPointer expression ''{0}'' is invalid.  It has more than one ShortHand Pointer. 
 
16
SchemeDataNotFollowedByCloseParenthesis = SchemeDataNotFollowedByCloseParenthesis: The XPointer expression ''{0}'' is invalid.  The SchemeData was not followed by a '')'' character. 
 
17
SchemeUnsupported = SchemeUnsupported: The XPointer scheme ''{0}'' is not supported.
 
18
InvalidShortHandPointer = InvalidShortHandPointer: The NCName of the ShortHand Pointer ''{0}'' is invalid.
 
19
UnbalancedParenthesisInXPointerExpression = UnbalancedParenthesisInXPointerExpression: The XPointer expression ''{0}'' is invalid.  The number of open parenthesis ''{1}'' is not equal to the number of close parenthesis ''{2}''.
 
20
InvalidSchemeDataInXPointer = InvalidSchemeDataInXPointer: The XPointer expression ''{0}'' contains invalid SchemeData.
 
21
 
 
22
# XPointer Element Scheme Error Messages
 
23
InvalidElementSchemeToken = InvalidElementSchemeToken: The element() scheme XPointer expression contains the invalid token ''{0}''
 
24
InvalidElementSchemeXPointer = InvalidElementSchemeXPointer: The Element Scheme XPointer expression ''{0}'' is invalid.
 
25
XPointerElementSchemeProcessingError = XPointerElementSchemeProcessingError: An error occurred while processing the XPointer element() Scheme expression.
 
26
InvalidNCNameInElementSchemeData = InvalidNCNameInElementSchemeData: The element() Scheme contains a ShortHand Pointer ''{0}'' with an invalid NCName.
 
27
InvalidChildSequenceCharacter = InvalidChildSequenceCharacter: The element() Scheme contains an invalid child sequence character ''{0}''. 
 
 
b'\\ No newline at end of file'