1# This file stores localized messages for the Xerces JAXP Datatype API implementation.
2#
3# The messages are arranged in key and value tuples in a ListResourceBundle.
4
5BadMessageKey = The error message corresponding to the message key can not be found.
6FormatFailed = An internal error occurred while formatting the following message:\n
7
8FieldCannotBeNull={0} cannot be called with 'null' parameter.
9UnknownField={0} called with an unknown field\:{1}
10#There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
11InvalidXGCValue-milli=Year \= {0}, Month \= {1}, Day \= {2}, Hour \= {3}, Minute \= {4}, Second \= {5}, fractionalSecond \= {6}, Timezone \= {7} , is not a valid representation of an XML Gregorian Calendar value.
12#There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
13InvalidXGCValue-fractional=Year \= {0}, Month \= {1}, Day \= {2}, Hour \= {3}, Minute \= {4}, Second \= {5}, fractionalSecond \= {6}, Timezone \= {7} , is not a valid representation of an XML Gregorian Calendar value.
14
15InvalidXGCFields=Invalid set of fields set for XMLGregorianCalendar
16
17InvalidFractional=Invalid value {0} for fractional second.
18
19#XGC stands for XML Gregorian Calendar
20InvalidXGCRepresentation="{0}" is not a valid representation of an XML Gregorian Calendar value.
21
22InvalidFieldValue=Invalid value {0} for {1} field.
23
24NegativeField= {0} field is negative
25
26AllFieldsNull=All the fields (javax.xml.datatype.DatatypeConstants.Field) are null.
27
28TooLarge={0} value "{1}" too large to be supported by this implementation
29