You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by rs...@apache.org on 2002/05/09 20:31:22 UTC

cvs commit: xml-axis/java/src/org/apache/axis/utils resources.properties

rsitze      02/05/09 11:31:22

  Modified:    java/src/org/apache/axis/utils resources.properties
  Log:
  New NLS strings for exceptions
  
  Revision  Changes    Path
  1.97      +29 -4     xml-axis/java/src/org/apache/axis/utils/resources.properties
  
  Index: resources.properties
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/resources.properties,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -r1.96 -r1.97
  --- resources.properties	7 May 2002 16:08:50 -0000	1.96
  +++ resources.properties	9 May 2002 18:31:22 -0000	1.97
  @@ -1,8 +1,17 @@
   # Translation instructions.
  -# 1.  Each message line is of the form key=value.  Translate the value, DO NOT translate the key.
  -# 2.  The messages may contain arguments that will be filled in by the runtime.  These are of the form:  {0}, {1}, etc.  These must appear as is in the message, though the order may be changed to support proper language syntax.
  -# 3.  If a single quote character is to appear in the resulting message, it must appear in this file as two consecutive single quote characters.
  -# 4.  Lines beginning with "#" (like this one) are comment lines and may contain translation instructions.  They need not be translated unless your translated file, rather than this file, will serve as a base for other translators.
  +# 1.  Each message line is of the form key=value.
  +#     Translate the value, DO NOT translate the key.
  +# 2.  The messages may contain arguments that will be filled in
  +#     by the runtime.  These are of the form: {0}, {1}, etc.
  +#     These must appear as is in the message, though the order
  +#     may be changed to support proper language syntax.
  +# 3.  If a single quote character is to appear in the resulting
  +#     message, it must appear in this file as two consecutive
  +#     single quote characters.
  +# 4.  Lines beginning with "#" (like this one) are comment lines
  +#     and may contain translation instructions.  They need not be
  +#     translated unless your translated file, rather than this file,
  +#     will serve as a base for other translators.
   
   addAfterInvoke00={0}:  the chain has already been invoked
   addBody00=Adding body element to message...
  @@ -296,6 +305,21 @@
   # NOTE:  in noEngineConfig00, do not translate "engineConfig"
   noEngineConfig00=Wanted ''engineConfig'' element, got ''{0}''
   
  +# NOTE:  in engineConfigWrongClass??, do not translate "EngineConfiguration"
  +engineConfigWrongClass00=Expected instance of ''EngineConfiguration'' in environment
  +engineConfigWrongClass01=Expected instance of ''{0}'' to be of type ''EngineConfiguration''
  +
  +# NOTE:  in engineConfigNoClass00, do not translate "EngineConfiguration"
  +engineConfigNoClass00=''EngineConfiguration'' class not found: ''{0}''
  +
  +engineConfigNoInstance00=''{0}'' class cannot be instantiated
  +engineConfigIllegalAccess00=Illegal access while instantiating class ''{0}''
  +
  +jndiNotFound00=JNDI InitialContext() returned null, default to non-JNDI behavior (DefaultAxisServerFactory)
  +
  +# NOTE:  in servletContextWrongClass00, do not translate "ServletContext"
  +servletContextWrongClass00=Expected instance of ''ServletContext'' in environment
  +
   noEngineWSDD=Engine configuration is not present or not WSDD!
   
   noHandler00=Cannot locate handler:  {0}
  @@ -810,3 +834,4 @@
   
   cantCreateBean00=Unable to create JavaBean of type {0}.  Missing default constructor?  Error was: {1}.
   faultDuringCleanup=AxisEngine faulted during cleanup!
  +