You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@apache.org on 2005/05/06 20:15:02 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/msg DatatypeMessages.properties

ankitp      2005/05/06 11:15:02

  Added:       java/src/org/apache/xerces/impl/msg
                        DatatypeMessages.properties
  Log:
  datatype message file
  
  Revision  Changes    Path
  1.1                  xml-xerces/java/src/org/apache/xerces/impl/msg/DatatypeMessages.properties
  
  Index: DatatypeMessages.properties
  ===================================================================
  # Sample ResourceBundle properties file
  
  FieldCannotBeNull={0} cannot be called with 'null' parameter.
  UnknownField={0} called with an unknown field\:{1}
  #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
  InvalidXGCValue-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.
  #There are two similar keys 'InvalidXMLGreogorianCalendarValue' . Suffix (year, month) has been added and are used as per the context.
  InvalidXGCValue-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.
  
  InvalidXGCFields=Invalid set of fields set for XMLGregorianCalendar
  
  InvalidFractional=Invalid value {0} for fractional second.
  
  #XGC stands for XML Gregorian Calendar
  InvalidXGCRepresentation="{0}" is not a valid representation of an XML Gregorian Calendar value.
  
  InvalidFieldValue=Invalid value {0} for {1} field.
  
  NegativeField= {0} field is negative
  
  AllFieldsNull=All the fields (javax.xml.datatype.DatatypeConstants.Field) are null.
  
  TooLarge={0} value "{1}" too large to be supported by this implementation
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org