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

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

mrglavas    2005/06/17 20:36:55

  Modified:    java/src/org/apache/xerces/impl/msg
                        XMLSerializerMessages.properties
                        XIncludeMessages.properties
                        DatatypeMessages.properties
                        XPointerMessages.properties
  Log:
  - Updating description on several message files.
  - A few were missing the BadMessageKey and FormatFailed messages. Adding the two messages to files which did not have them.
  
  Revision  Changes    Path
  1.4       +4 -1      xml-xerces/java/src/org/apache/xerces/impl/msg/XMLSerializerMessages.properties
  
  Index: XMLSerializerMessages.properties
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/XMLSerializerMessages.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XMLSerializerMessages.properties	28 May 2004 03:31:43 -0000	1.3
  +++ XMLSerializerMessages.properties	18 Jun 2005 03:36:55 -0000	1.4
  @@ -7,6 +7,9 @@
   # 
   # @version $Id$
   
  +    BadMessageKey = The error message corresponding to the message key can not be found.
  +    FormatFailed = An internal error occurred while formatting the following message:\n
  +
       ArgumentIsNull = Argument ''{0}'' is null.
       NoWriterSupplied = No writer supplied for serializer.
       MethodNotSupported = The method ''{0}'' is not supported by this factory.
  
  
  
  1.16      +6 -0      xml-xerces/java/src/org/apache/xerces/impl/msg/XIncludeMessages.properties
  
  Index: XIncludeMessages.properties
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/XIncludeMessages.properties,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- XIncludeMessages.properties	17 Jun 2005 22:00:20 -0000	1.15
  +++ XIncludeMessages.properties	18 Jun 2005 03:36:55 -0000	1.16
  @@ -1,3 +1,9 @@
  +# This file stores localized messages for the Xerces XInclude implementation.
  +#
  +# The messages are arranged in key and value tuples in a ListResourceBundle.
  +#
  +# @version $Id$
  +
   # Messages for message reporting
   BadMessageKey = The error message corresponding to the message key can not be found.
   FormatFailed = An internal error occurred while formatting the following message:\n  
  
  
  
  1.2       +8 -1      xml-xerces/java/src/org/apache/xerces/impl/msg/DatatypeMessages.properties
  
  Index: DatatypeMessages.properties
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/DatatypeMessages.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DatatypeMessages.properties	6 May 2005 18:15:02 -0000	1.1
  +++ DatatypeMessages.properties	18 Jun 2005 03:36:55 -0000	1.2
  @@ -1,4 +1,11 @@
  -# Sample ResourceBundle properties file
  +# This file stores localized messages for the Xerces JAXP Datatype API implementation.
  +#
  +# The messages are arranged in key and value tuples in a ListResourceBundle.
  +#
  +# @version $Id$
  +
  +BadMessageKey = The error message corresponding to the message key can not be found.
  +FormatFailed = An internal error occurred while formatting the following message:\n
   
   FieldCannotBeNull={0} cannot be called with 'null' parameter.
   UnknownField={0} called with an unknown field\:{1}
  
  
  
  1.2       +3 -21     xml-xerces/java/src/org/apache/xerces/impl/msg/XPointerMessages.properties
  
  Index: XPointerMessages.properties
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/XPointerMessages.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XPointerMessages.properties	17 Jun 2005 22:00:20 -0000	1.1
  +++ XPointerMessages.properties	18 Jun 2005 03:36:55 -0000	1.2
  @@ -1,26 +1,8 @@
  -# NLS_MESSAGEFORMAT_VAR
  +# This file stores localized messages for the Xerces XPointer implementation.
   #
  -# Some of the messages in this file are processed as
  -# "java.text.MessageFormat" patterns and so use the apostrophe "'" and
  -# open brace "{" as special characters.
  +# The messages are arranged in key and value tuples in a ListResourceBundle.
   #
  -# If you are using the IBMJDK21 markup table to translate this file,
  -# type apostrophe characters as you wish them to appear to the user.
  -# The translation tools will automatically handle whether one or two
  -# apostrophes characters are required when the translated file is
  -# exported. See the following page for more details:
  -#
  -#  http://w3.ibm.com/ux/site.nsf/g/publish/2089#IBMJDK21
  -#
  -# If you are using the IBMJDK11 markup table or are a developer working
  -# with this file in a text editor, use the following rules for
  -# apostrophe characters:
  -#  a) If there are inserts in the message, for example "{0}", then
  -#     type two apostrophe characters, that is "''".
  -#  b) If there are no inserts, then just type a single apostrophe.
  -# Examples: 
  -#  a) message.xml.parserError.prefix=UDUT0036E: Erreur de l''analyseur syntaxique : {0} 
  -#  b) error.getAuthInfoFailed=UDUT0078E: Impossible d'obtenir authinfo.
  +# @version $Id$
   
   # Messages for message reporting
   BadMessageKey = The error message corresponding to the message key can not be found.
  
  
  

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