You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by to...@apache.org on 2005/03/31 12:30:54 UTC

cvs commit: ws-axis/java/src/org/apache/axis/i18n resource.properties

toshi       2005/03/31 02:30:54

  Modified:    java/src/org/apache/axis/i18n resource.properties
  Log:
  On the i18n task, we've found a lot of unused keys at the current
  resource file. To make clear the status, I've added the following
  changes to the file.
  
   BEFORE: resource.properties
     +-----------------+
     | key-1 = ....    | <-- (In-use)
     | key-2 = ....    | <-- (Unused)
     | key-3 = ....    | <-- (In-use)
     | key-4 = ....    | <-- (Unused)
     | key-5 = ....    | <-- (Unused)
     | key-6 = ....    | <-- (In-use)
     :                 :
     +-----------------+
  
   AFTER: resource.properties
     +-----------------+
     | ### In-use keys |
     | #               |
     | key-1 = ....    |
     | key-3 = ....    |
     | key-6 = ....    |
     |                 |
     | ### Unused keys |
     | #               |
     | key-2 = ....    |
     | key-4 = ....    |
     | key-5 = ....    |
     :                 :
     +-----------------+
  
  Credit:
   On this task, Shouhei Kodama has been a great help in creating
  the new resource file.
  
  Thanks,
  Toshi
  
  Revision  Changes    Path
  1.114     +309 -206  ws-axis/java/src/org/apache/axis/i18n/resource.properties
  
  Index: resource.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/i18n/resource.properties,v
  retrieving revision 1.113
  retrieving revision 1.114
  diff -u -r1.113 -r1.114
  --- resource.properties	21 Mar 2005 12:37:21 -0000	1.113
  +++ resource.properties	31 Mar 2005 10:30:53 -0000	1.114
  @@ -13,10 +13,14 @@
   #     translated unless your translated file, rather than this file,
   #     will serve as a base for other translators.
   
  +
  +######################################################################
  +# In-use keys                                                        #
  +######################################################################
  +
   addAfterInvoke00={0}:  the chain has already been invoked
   addBody00=Adding body element to message...
   addHeader00=Adding header to message...
  -addTrailer00=Adding trailer to message...
   adminServiceDeny=Denying service admin request from {0}
   adminServiceLoad=Current load = {0}
   adminServiceStart=Starting service in response to admin request from {0}
  @@ -38,10 +42,8 @@
   
   badBool00=Invalid boolean
   
  -# NOTE:  in badCall00, do not translate "Call"
  -badCall00=Cannot update the Call object
  +# NOTE:  in badCall01, do not translate "Call"
   badCall01=Failure trying to get the Call object
  -badCall02=Invocation of Call.getOutputParams failed
   
   badChars00=Unexpected characters
   badChars01=Bad character or insufficient number of characters in hex string
  @@ -53,11 +55,7 @@
   badHolder00=Holder of wrong type.
   badInteger00=Explicit array length is not a valid integer ''{0}''.
   
  -# NOTE:  in badMsgCtx00, do not translate "--messageContext", "--skeleton"
  -badMsgCtx00=Error: --messageContext switch only valid with --skeleton
  -
   badNameAttr00=No ''name'' attribute was specified in an undeployment element
  -badNamespace00=Bad envelope namespace:  {0}
   badNameType00=Invalid Name
   badNCNameType00=Invalid NCName
   badnegInt00=Invalid negativeInteger
  @@ -69,16 +67,12 @@
   # NOTE:  in badParmMode00, do not translate "Parameter".
   badParmMode00=Invalid Parameter mode {0}.
   badPosition00=Malformed position attribute ''{0}''.
  -badProxy00=Proxy port number, "{0}", incorrectly formatted
   badPort00=portName should not be null
   badposInt00=Invalid positiveInteger
   
   # NOTE:  in badRequest00, do not translate "GET", "POST"
   badRequest00=Cannot handle non-GET, non-POST request
   
  -# NOTE:  in badRootElem00, do not translate "clientdeploy", "deploy", "undeploy", "list", "passwd", "quit"
  -badRootElem00=Root element must be ''clientdeploy'', ''deploy'', ''undeploy'', ''list'', ''passwd'', or ''quit''
  -
   badScope00=Unrecognized scope:  {0}.  Ignoring it.
   badTag00=Bad envelope tag:  {0}
   badTime00=Invalid time
  @@ -88,14 +82,11 @@
   badUnsignedShort00=Invalid unsigned short
   badUnsignedInt00=Invalid unsigned int
   badUnsignedLong00=Invalid unsigned long
  -badWSDDElem00=Invalid WSDD Element
  -beanSerConfigFail00=Exception configuring bean serialization for {0}
   bodyElementParent=Warning: SOAPBodyElement.setParentElement should take a SOAPBody parameter instead of a SOAPEnvelope (but need not be called after SOAPBody.addBodyElement)
   bodyHeaderParent=Warning: SOAPHeaderElement.setParentElement should take a SOAPHeader parameter instead of a SOAPEnvelope (but need not be called after SOAPHeader.addHeaderElement)
   bodyElems00=There are {0} body elements.
   bodyIs00=body is {0}
   bodyPresent=Body already present
  -buildChain00={0} building chain ''{1}''
   cantAuth00=User ''{0}'' not authenticated (unknown user)
   cantAuth01=User ''{0}'' not authenticated
   cantAuth02=User ''{0}'' not authorized to ''{1}''
  @@ -117,8 +108,6 @@
   # NOTE:  in cantInvoke00, do not translate "Call" or "URI"
   cantInvoke00=Cannot invoke Call with null namespace URI for method {0}
   
  -cantResolve00=Cannot resolve chain
  -
   # NOTE:  in cantSerialize00, do not translate "ArraySerializer"
   cantSerialize00=Cannot serialize a {0} with the ArraySerializer!
   
  @@ -157,12 +146,6 @@
   # NOTE:  in defaultLogic00, do not translate "AxisServer"
   defaultLogic00=Calling default logic in AxisServer
   
  -deployChain00=Deploying chain:  {0}
  -deployHandler00=Deploying handler:  {0}
  -deployService00=Deploying service ''{0}'' into {1}
  -deployService01=Deploying service:  {0}
  -deployTransport00=Deploying transport:  {0}
  -
   # NOTE:  in deserFact00, do not translate "DeserializerFactory"
   deserFact00=DeserializerFactory class is {0}
   
  @@ -172,18 +155,13 @@
   done00=Done processing
   doQuit00=Doing a quit
   
  -dupConfigProvider00=Attempt to set configProvider for already-configured Service!
   duplicateFile00=Duplicate file name: {0}.  \nHint: you may have mapped two namespaces with elements of the same name to the same package name.
  -duplicateClass00=Duplicate class name: {0}.  \nHint: you may have mapped two namespaces with elements of the same name to the same package name.
   
   elapsed00=Elapsed: {0} milliseconds
   
   # NOTE:  in emitFail00, do not translate "parameterOrder"
   emitFail00=Emitter failure.  All input parts must be listed in the parameterOrder attribute of {0}
   
  -# NOTE:  in emitFail01, do not translate "portType", "binding"
  -emitFail01=Emitter failure.  Cannot find portType operation parameters for binding {0}
  -
   # NOTE:  in emitFail02 and emitFail03, do not translate "port", "service"
   emitFail02=Emitter failure.  Cannot find endpoint address in port {0} in service {1}
   emitFail03=Emitter failure.  Invalid endpoint address in port {0} in service {1}:  {2}
  @@ -208,10 +186,7 @@
   enableTransport00=SOAPService({0}) enabling transport {1}
   
   end00=end
  -endDoc00=End document
  -endDoc01=Done with document
   endElem00=End element {0}
  -endPrefix00=End prefix mapping ''{0}''
   enter00=Enter:  {0}
   
   #NOTE:  in error00, do not translate "AXIS"
  @@ -221,43 +196,19 @@
   errorInvoking00=Error invoking operation:  {0}
   errorProcess00=Error processing ''{0}''
   exit00=Exit:  {0}
  -exit01=Exit:  {0} no-argument constructor
  -exit02=Exit:  {0} - {1} is null
   fault00=Fault occurred
   fileExistError00=Error determining if {0} already exists.  Will not generate this file.
   filename00=File name is:  {0}
   filename01={0}:  request file name = ''{1}''
   fromFile00=From file:  ''{0}'':''{1}''
  -from00=From {0}
  -genDeploy00=Generating deployment document
  -genDeployFail00=Failed to write deployment document
   genFault00=Generating fault class
  -genHolder00=Generating type implementation holder
   
  -# NOTE:  in genIFace00, do not translate "portType"
  -genIface00=Generating portType interface
  -genIface01=Generating server-side portType interface
  -
  -genImpl00=Generating server-side implementation template
  -
  -# NOTE:  in genService00, do not translate "service"
  -genService00=Generating service class
  -
  -genSkel00=Generating server-side skeleton
  -genStub00=Generating client-side stub
  -genTest00=Generating service test case
  -genType00=Generating type implementation
  -genHelper00=Generating helper implementation
  -genUndeploy00=Generating undeployment document
  -genUndeployFail00=Failed to write undeployment document
   getProxy00=Use to get a proxy class for {0}
   got00=Got {0}
   gotForID00=Got {0} for ID {1} (class = {2})
   gotPrincipal00=Got principal:  {0}
  -gotResponse00=Got response message
   gotType00={0} got type {1}
   gotValue00={0} got value {1}
  -handlerRegistryConfig=Service does not support configuration of a HandlerRegistry
   headers00=headers
   headerPresent=Header already present
   
  @@ -280,22 +231,15 @@
   # NOTE:  in invokeGet00, do no translate "GET"
   invokeGet00=invoking via GET
   
  -invokeRequest00=Invoking request chain
  -invokeResponse00=Invoking response chain
  -invokeService00=Invoking service/pivot
   isNull00=is {0} null?  {1}
   
  -lookup00=Looking up method {0} in class {1}
   makeEnvFail00=Could not make envelope
   match00={0} match:  host:  {1}, pattern:  {2}
   mustBeIface00=Only interfaces may be used for the proxy class argument
   mustExtendRemote00=Only interfaces which extend java.rmi.Remote may be used for the proxy class argument
  -namesDontMatch00=Method names do not match\nBody method name = {0}\nService method names = {1}
  -namesDontMatch01=Method names do not match\nBody name = {0}\nService name = {1}\nService nameList = {2}
   needPwd00=Must specify a password!
   needService00=No target service to authorize for!
   needUser00=Need to specify a user for authorization!
  -never00={0}:  this should never happen!  {1}
   
   # NOTE:  in newElem00, do not translate "MessageElement"
   newElem00=New MessageElement ({0}) named {1}
  @@ -303,50 +247,22 @@
   no00=no {0}
   noAdminAccess00=Remote administrator access is not allowed!
   noAdminAccess01=Rejected remote access from host {0}
  -noArrayArray00=Arrays of arrays are not supported ''{0}''.
  -
  -# NOTE:  in noArrayType00, do no translate "arrayType"
  -noArrayType00=No arrayType attribute for array!
  -
  -# NOTE:  in noBeanHome00, do not translate "EJBProvider"
  -noBeanHome00=EJBProvider cannot get Bean Home
  -
  -# NOTE:  in noBody00, do not translate "Body"
  -noBody00=Body not found.
  -
  -noChains00=Services must use targeted chains
  -noClass00=Could not create class {0}
  -
  -# NOTE:  in noClassname00, do not translate "classname"
  -noClassname00=No classname attribute in type mapping
  -
  -noComponent00=No deserializer defined for array type {0}
  -noConfig00=No engine configuration file - aborting!
   
   # NOTE:  in noContext00, do not translate "MessageElement.getValueAsType()"
   noContext00=No deserialization context to use in MessageElement.getValueAsType()!
   
  -# NOTE:  in noContext01, do not translate "EJBProvider", "Context"
  -noContext01=EJBProvider cannot get Context
  -
   # NOTE:  in noCustomElems00, do not translate "<body>"
   noCustomElems00=No custom elements allowed at top level until after the <body> tag
   noData00=No data
   noDeploy00=Could not generate deployment list!
   noDeser00=No deserializer for {0}
   
  -# NOTE:  in noDeserFact00, do not translate "DeserializerFactory"
  -noDeserFact00=Could not load DeserializerFactory {0}
  -
   noDeser01=Deserializing parameter ''{0}'':  could not find deserializer for type {1}
   noDoc00=Could not get DOM document: XML was "{0}"
   
   # NOTE:  in noEngine00, do not translate "AXIS"
   noEngine00=Could not find AXIS engine!
   
  -# 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''
  @@ -356,7 +272,6 @@
   
   engineConfigNoInstance00=''{0}'' class cannot be instantiated
   engineConfigIllegalAccess00=Illegal access while instantiating class ''{0}''
  -encodingDisappeared00=XML Encoding runtime error: Previously supported encoding {0} disappeared.
   
   jndiNotFound00=JNDI InitialContext() returned null, default to non-JNDI behavior (DefaultAxisServerFactory)
   
  @@ -367,41 +282,24 @@
   
   noHandler00=Cannot locate handler:  {0}
   
  -# NOTE:  in noHandler01, do not translate "QName"
  -noHandler01=No handler for QName {0}
  -
  -noHandler02=Could not find registered handler ''{0}''
  -
   noHandlerClass00=No HandlerProvider ''handlerClass'' option was specified!
   
  -noHandlersInChain00=No handlers in {0} ''{1}''
  -
   noHeader00=no {0} header!
   
   # NOTE:  in noInstructions00, do not translate "SOAP"
   noInstructions00=Processing instructions are not allowed within SOAP messages
   
  -# NOTE:  in noJSSE00, do not translate "SSL", JSSE", "classpath"
  -noJSSE00=SSL feature disallowed:  JSSE files not installed or present in classpath
  -
   noMap00={0}:  {1} is not a map
   
   noMatchingProvider00=No provider type matches QName ''{0}''
   
  -noMethod00=Method not found\nMethod name = {0}\nService name = {1}
   noMethod01=No method!
  -noMultiArray00=Multidimensional arrays are not supported ''{0}''.
   noOperation00=No operation name specified!
   noOperation01=Cannot find operation:  {0} - none defined
   noOperation02=Cannot find operation:  {0}
   noOption00=No ''{0}'' option was configured for the service ''{1}''
   
  -# NOTE:  in noParent00, do not translate "SOAPTypeMappingRegistry"
  -noParent00=no SOAPTypeMappingRegistry parent
  -
   noPart00={0} not found as an input part OR an output part!
  -noPivot00=No pivot handler ''{0}'' found!
  -noPivot01=Can''t deploy a Service with no provider (pivot)!
   
   # NOTE:  in noPort00, do not translate "port"
   noPort00=Cannot find port:  {0}
  @@ -411,37 +309,22 @@
   
   noPrefix00={0} did not find prefix:  {1}
   noPrincipal00=No principal!
  -noProviderAttr00=No provider specified for service ''{0}''
  -noProviderElem00=The required provider element is missing
   noRecorder00=No event recorder inside element
   
   # NOTE:  in noRequest00, do not translate "MessageContext"
   noRequest00=No request message in MessageContext?
   
  -noRequest01=No request chain
  -noResponse00=No response chain
   noResponse01=No response message!
   noRoles00=No roles specified for target service, allowing.
   noRoles01=No roles specified for target service, disallowing.
   noSerializer00=No serializer found for class {0} in registry {1}
  -noSerializer01=Could not load serializer class {0}
   noService00=Cannot find service:  {0}
  -noService01=No service has been defined
  -noService02=This service is not available at this endpoint ({0}).
  -noService03=No service/pivot
   noService04=No service object defined for this Call object.
   
   #NOTE:  in noService04, do not translate "AXIS", "targetService"
   noService05=The AXIS engine could not find a target service to invoke!  targetService is {0}
   
  -
   noService06=No service is available at this URL
  -# NOTE:  in noService07, do not translate "JWS"
  -#UNUSED
  -noService07=There may be a JWS service here.
  -# NOTE:  in noService08, do not translate "WSDL"
  -#UNUSED
  -noService08=Click here to look for the WSDL description
   
   # NOTE:  in noSecurity00, do not translate "MessageContext"
   noSecurity00=No security provider in MessageContext!
  @@ -485,9 +368,6 @@
   # NOTE:  in nullCall00, do not translate "AdminClient" or "''call''"
   nullCall00=AdminClient did not initialize correctly: ''call'' is null!
   
  -# NOTE:  in nullEJBUser00, do not translate "EJBProvider"
  -nullEJBUser00=Null user in EJBProvider
  -
   nullHandler00={0}:  Null handler;
   nullNamespaceURI=Null namespace URI specified.
   nullNonNillableElement=Non nillable element ''{0}'' is null.
  @@ -511,9 +391,6 @@
   # NOTE:  in optionImport00, do not translate "WSDL"
   optionImport00=only generate code for the immediate WSDL document
   
  -# NOTE:  in optionMsgCtx00, do not translate "MessageContext"
  -optionMsgCtx00=emit a MessageContext parameter to skeleton methods
  -
   # NOTE:  in optionFileNStoPkg00, do not translate "NStoPkg.properties"
   optionFileNStoPkg00=file of NStoPkg mappings (default NStoPkg.properties)
   
  @@ -541,7 +418,6 @@
   
   outMsg00=Out message: {0}
   params00=Parameters are:  {0}
  -parent00=parent
   
   # NOTE: in parmMismatch00, do not translate "IN/INOUT", "addParameter()"
   parmMismatch00=Number of parameters passed in ({0}) doesn''t match the number of IN/INOUT parameters ({1}) from the addParameter() calls
  @@ -549,7 +425,6 @@
   # NOTE:  in parsing00, do not translate "XML"
   parsing00=Parsing XML file:  {0}
   
  -parseError00=Error in parsing:  {0}
   password00=Password:  {0}
   perhaps00=Perhaps there will be a form for invoking the service here...
   popHandler00=Popping handler {0}
  @@ -571,20 +446,14 @@
   readOnlyConfigFile=Configuration file read-only so engine configuration changes will not be saved.
   
   register00=register ''{0}'' - ''{1}''
  -registerTypeMap00=Registering type mapping {0} -> {1}
  -registryAdd00=Registry {0} adding ''{1}'' ({2})
  -result00=Got result:  {0}
   removeBody00=Removing body element from message...
   removeHeader00=Removing header from message...
   removeTrailer00=Removing trailer from message...
  -return00={0} returning new instance of {1}
   return01=return code:  {0}\n{1}
   return02={0} returned:  {1}
  -returnChain00={0} returning chain ''{1}''
   saveConfigFail00=Could not write engine config!
   registerTypeMappingFor01=Please register a typemapping/beanmapping for ''{0}''
   
  -unsupportedEncoding00=Encoding {0} not supported.
   unsupportedDefaultEncoding00=Failed to initialize default encoding. Ensure your VM supports at least {0} encoding.
   
   # NOTE:  in semanticCheck00, do not translate "SOAP"
  @@ -593,7 +462,6 @@
   # NOTE:  in sendingXML00, do not translate "XML"
   sendingXML00={0} sending XML:
   
  -serializer00=Serializer class is {0}
   serverDisabled00=This Axis server is not currently accepting requests.
   
   # NOTE:  in serverFault00, do not translate "HTTP"
  @@ -603,11 +471,9 @@
   serverStop00=Server is stopped
   
   servletEngineWebInfError00=Problem with servlet engine /WEB-INF directory
  -servletEngineWebInfError01=Problem with servlet engine config file: {0}
   servletEngineWebInfWarn00=Unable to load/create servlet engine config file, attempting internal default (from jar).
   servletEngineWebInfError02=Problem with servlet engine config file (loading from jar)
   
  -setCurrMsg00=Setting current message form to: {0} (current message is now {1})
   setProp00=Setting {0} property in {1}
   
   # NOTE:  in setupTunnel00, do not translate "SSL"
  @@ -618,7 +484,6 @@
   start00=starting up {0} on port {1}
   start01=starting up {0} on port {1} ({2})
   startElem00=Start element {0}
  -startPrefix00=Start prefix mapping ''{0}'' -> ''{1}''
   stackFrame00=Stack frame marker
   test00=...
   test01=.{0}.
  @@ -637,27 +502,9 @@
   # NOTE:  in typeFromAttr00, do not translate "Type"
   typeFromAttr00=Type from attributes is:  {0}
   
  -# NOTE:  in typeFromParms00, do not translate "Type"
  -typeFromParms00=Type from default parameters is:  {0}
  -
  -# NOTE:  in typeNotSet00, do not translate "Part"
  -typeNotSet00=Type attribute on Part ''{0}'' is not set
  -
  -types00=Types:
  -
  -# NOTE:  in typeSetNotAllowed00, do not translate "Type"
  -typeSetNotAllowed00={0} disallows setting of Type
   unauth00=Unauthorized
  -undeploy00=Undeploying {0}
  -unexpectedDesc00=Unexpected {0} descriptor
   unexpectedEOS00=Unexpected end of stream
  -unexpectedUnknown00=Unexpected unknown element
   unknownHost00=Unknown host - could not verify admininistrator access
  -unknownType00=Unknown type:  {0}
  -unknownType01=Unknown type to {0}
  -
  -# NOTE: in unlikely00, do not translate "URL", "WSDL2Java"
  -unlikely00=unlikely as URL was validated in WSDL2Java
   
   unregistered00=Unregistered type:  {0}
   usage00=Usage:  {0}
  @@ -667,8 +514,6 @@
   warning00=Warning: {0}
   where00=Where {0} looks like:
   
  -# NOTE:  in withParent00, do not translate "SOAPTypeMappingRegistry"
  -withParent00=SOAPTypeMappingRegistry with parent
   wsdlError00=Error processing WSDL document: {0} {1}
   
   wsdlCreated00=WSDL created by {0}
  @@ -729,7 +574,6 @@
   j2woptlocationImport00=location of interface wsdl
   j2woptnamespaceImpl00=target namespace for implementation wsdl
   j2woptoutputImpl00=output Implementation WSDL filename, setting this causes --outputWsdlMode to be ignored
  -j2woptfactory00=name of the Java2WSDLFactory class for extending WSDL generation functions
   j2woptimplClass00=optional class that contains implementation of methods in class-of-portType.  The debug information in the class is used to obtain the method parameter names, which are used to set the WSDL part names.
   j2werror00=Error: {0}
   j2wmodeerror=Error Unrecognized Mode: {0} Use All, Interface or Implementation. Continuing with All.
  @@ -746,9 +590,6 @@
   invalidSolResp00={0} is a solicit-response style operation and is unsupported.
   invalidNotif00={0} is a notification style operation and is unsupported.
   
  -multipleBindings00=Warning: Multiple bindings use the same portType: {0}.  Only one interface is currently generated, which may not be what you want.
  -triedArgs00={0} on object "{1}", method name "{2}", tried argument types:  {3}
  -triedClass00=tried class:  {0}, method name:  {1}.
   
   #############################################################################
   # DO NOT TOUCH THESE PROPERTIES - THEY ARE AUTOMATICALLY UPDATED BY THE BUILD
  @@ -761,21 +602,16 @@
   #############################################################################
   
   badProp00=Bad property.  The value for {0} should be of type {1}, but it is of type {2}.
  -badProp01=Bad property.  {0} should be {1}; but it is {2}.
  -badProp02=Cannot set {0} property when {1} property is not {2}.
   badProp03=Null property name specified.
   badProp04=Null property value specified.
   badProp05=Property name {0} not supported.
   badGetter00=Null getter method specified.
  -badAccessor00=Null accessor method specified.
   badSetter00=Null setter method specified.
  -badModifier00=Null modifier method specified.
   badField00=Null public instance field specified.
   
   badJavaType=Null java class specified.
   badXmlType=Null qualified name specified.
   badSerFac=Null serializer factory specified.
  -badDeserFac=Null deserializer factory specified.
   
   literalTypePart00=Error: Message part {0} of operation or fault {1} is specified as a type and the soap:body use of binding "{2}" is literal.  This WSDL is not currently supported.
   BadServiceName00=Error: Empty or missing service name
  @@ -804,7 +640,6 @@
   axisConfigurationException00=ConfigurationException:
   parserConfigurationException00=ParserConfigurationException:
   SAXException00=SAXException:
  -javaNetUnknownHostException00=java.net.UnknownHostException:
   javaxMailMessagingException00=javax.mail.MessagingException:
   javaIOException00=java.io.IOException:
   javaIOException01=java.io.IOException: {0}
  @@ -815,14 +650,10 @@
   instantiationException00=InstantiationException:
   malformedURLException00=MalformedURLException:
   axisFault00=AxisFault:
  -axisFault01=AxisFault: {0}
   toAxisFault00=Mapping Exception to AxisFault
  -toAxisFault01=Mapping Exception to AxisFault: {0}
   
   # NOTE:  in badSkeleton00, do not translate "--skeletonDeploy" and "--server-side".
   badSkeleton00=Error:  --skeletonDeploy cannot be specified without --server-side.
  -badStyle=Bad string for style value - was ''{0}'', should be ''rpc'', ''document'', or ''wrapped''.
  -onlyOneMapping=Only a single <elementMapping> is allowed per-operation at present.
   
   timedOut=WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
   valuePresent=MessageElement.addChild called when an object value is present
  @@ -830,11 +661,7 @@
   attachEnabled=Attachment support is enabled?
   attachDisabled=Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
   noEndpoint=No endpoint
  -headerNotNull=Header may not be null!
  -headerNotEmpty=Header may not be empty!
  -headerValueNotNull=Header value may not be null!
   setMsgForm=Setting current message form to: {0} (currentMessage is now {1})
  -exitCurrMsg=Exit:  {0}, current message is {1}
   currForm=current form is {0}
   unsupportedAttach=Unsupported attachment type "{0}" only supporting "{1}".
   
  @@ -887,8 +714,6 @@
   noMoreTokens=no more tokens - could not parse error message:  {0}
   cantParse=could not parse error message:  {0}
   
  -noParmAndRetReq=Parameter or return type inferred from WSDL and may not be updated.
  -
   # NOTE:  in sunJavac, do not translate "Sun Javac"
   sunJavac=Sun Javac Compiler
   
  @@ -909,14 +734,11 @@
   # NOTE:  in mustSpecifyReturnType and mustSpecifyParms, do not translate "addParameter()" and "setReturnType()"
   mustSpecifyReturnType=No returnType was specified to the Call object!  You must call setReturnType() if you have called addParameter().
   mustSpecifyParms=No parameters specified to the Call object!  You must call addParameter() for all parameters if you have called setReturnType().
  -noElemOrType=Error: Message part {0} of operation {1} should have either an element or a type attribute
  -badTypeNode=Error: Missing type resolution for element {2}, in WSDL message part {0} of operation {1}. Hint: Try turning off ''wrapped'' processing (--noWrapped).
   
   # NOTE:  in noUse, do no translate "soap:operation", "binding operation", "use".
   noUse=The soap:operation for binding operation {0} must have a "use" attribute.
   
   fixedTypeMapping=Default type mapping cannot be modified.
  -delegatedTypeMapping=Type mapping cannot be modified via delegate.
   badTypeMapping=Invalid TypeMapping specified: wrong type or null.
   defaultTypeMappingSet=Default type mapping from secondary type mapping registry is already in use.
   getPortDoc00=For the given interface, get the stub implementation.
  @@ -944,7 +766,6 @@
   
   optionUsername=username to access the WSDL-URI
   optionPassword=password to access the WSDL-URI
  -cantGetDoc00=Unable to retrieve WSDL document: {0}
   implAlreadySet=Attempt to set implementation class on a ServiceDesc which has already been configured
   optionClasspath=additional classpath elements
   optionNSInclude=include namespace in generated code
  @@ -952,7 +773,6 @@
   optionQuiet=do not print any informational or debug messages (except errors)
   implementationClassName=custom name of web service implementation
   cantCreateBean00=Unable to create JavaBean of type {0}.  Missing default constructor?  Error was: {1}.
  -faultDuringCleanup=AxisEngine faulted during cleanup!
   
   j2woptsoapAction00=value of the operation''s soapAction field. Values are DEFAULT, OPERATION or NONE. OPERATION forces soapAction to the name of the operation.  DEFAULT causes the soapAction to be set according to the operation''s meta data (usually "").  NONE forces the soapAction to "".  The default is DEFAULT.
   j2wBadSoapAction00=The value of --soapAction must be DEFAULT, NONE or OPERATION.
  @@ -982,7 +802,6 @@
   exclusiveQuietDebug=--quiet and --Debug are exclusive
   
   badEnum02=Unrecognized {0}: ''{1}''
  -badEnum03=Unrecognized {0}: ''{1}'', defaulting to ''{2}''
   beanCompatType00=The class {0} is not a bean class and cannot be converted into an xml schema type.  An xml schema anyType will be used to define this class in the wsdl file.
   beanCompatPkg00=The class {0} is defined in a java or javax package and cannot be converted into an xml schema type.  An xml schema anyType will be used to define this class in the wsdl file.
   beanCompatConstructor00=The class {0} does not contain a default constructor, which is a requirement for a bean class.  The class cannot be converted into an xml schema type.  An xml schema anyType will be used to define this class in the wsdl file.
  @@ -993,7 +812,6 @@
   optionNoWrap00=turn off support for "wrapped" document/literal
   noTypeOrElement00=Error: Message part {0} of operation or fault {1} has no element or type attribute.
   
  -msgContentLengthHTTPerr=Message content length {0} exceeds servlet return capacity.
   badattachmenttypeerr=The value of {0} for attachment format must be {1};
   attach.dimetypeexceedsmax=DIME Type length is {0} which exceeds maximum {0}
   attach.dimelengthexceedsmax=DIME ID length is {0} which exceeds maximum {1}.
  @@ -1012,7 +830,6 @@
   attach.DimeStreamError3=DIME header less than {0} bytes.
   attach.DimeStreamError4=DIME version received \"{0}\" greater than current supported version \"{1}\".
   attach.DimeStreamError5=DIME option length \"{0}\" is greater stream length.
  -attach.DimeStreamError6=DIME typelength length \"{0}\" is greater stream length.
   attach.DimeStreamError7=DIME stream closed during options padding.
   attach.DimeStreamError8=DIME stream closed getting ID length.
   attach.DimeStreamError9=DIME stream closed getting ID padding.
  @@ -1027,7 +844,6 @@
   badPropertyDesc00=Internal Error occurred while build the property descriptors for {0}
   j2woptinput00=input WSDL filename
   j2woptbindingName00=binding name (--servicePortName value + "SOAPBinding" if not specified)
  -writeSchemaProblem00=Problems encountered trying to write schema for {0}
   badClassFile00=Error looking for paramter names in bytecode: input does not appear to be a valid class file
   unexpectedEOF00=Error looking for paramter names in bytecode: unexpected end of file
   unexpectedBytes00=Error looking for paramter names in bytecode: unexpected bytes in file
  @@ -1040,12 +856,8 @@
   noIDandHREFonSameElement=A ref attribute information item and an id attribute information item  MUST NOT appear on the same element information item in SOAP 1.2
   invalidEncodingStyle=Encoding style is invalid
   noSparseArray=Partially transmitted and sparse arrays is not supported in SOAP 1.2
  -differentTypes00=Error: The input and output parameter have the same name, ''{0}'', but are defined with type ''{1}'' and also with type ''{2}''.
   
   badMsgMethodParam=Message service must take either a single Vector or a Document - method {0} takes a single {1}
  -msgMethodMustHaveOneParam=Message service methods must take a single parameter.  Method {0} takes {1}
  -needMessageContextArg=Full-message message service must take a single MessageContext argument.  Method {0} takes a single {1}
  -onlyOneMessageOp=Message services may only have one operation - service ''{0}'' has {1}
   
   # NOTE:  in wontOverwrite, do no translate "WSDL2Java".
   wontOverwrite={0} already exists, WSDL2Java will not overwrite it.
  @@ -1060,19 +872,14 @@
   badDateDuration=Invalid date string does not match pattern.
   badTimeDuration=Invalid time string does not match pattern.
   
  -# NOTE:  in noDataHandler, do not translate DataHandler.
  -noDataHandler=Could not create a DataHandler for {0}, returning {1} instead.
   needSimpleValueSer=Serializer class {0} does not implement SimpleValueSerializer, which is necessary for attributes.
   
   # NOTE:  in needImageIO, do not translate "JIMI", "java.awt.Image", "http://java.sun.com/products/jimi/"
   needImageIO=JIMI is necessary to use java.awt.Image attachments (http://java.sun.com/products/jimi/).
   
  -imageEnabled=Image attachment support is enabled?
  -
   wsddServiceName00=The WSDD service name defaults to the port name.
   
   badSource=javax.xml.transform.Source implementation not supported:  {0}.
  -rpcProviderOperAssert00=The OperationDesc for {0} was not found in the ServiceDesc.
   serviceDescOperSync00=The OperationDesc for {0} was not synchronized to a method of {1}.
   
   noServiceClass=No service class was found!  Are you missing a className option?
  @@ -1094,7 +901,6 @@
   
   cannotConnectError=Unable to connect
   
  -unabletoLoadMessages00=Unable to load messages!
   unabletoDeployTypemapping00=Unable to deploy typemapping: {0}
   
   badWSDDOperation=Couldn''t find a matching Java operation for WSDD operation "{0}" ({1} args)
  @@ -1118,11 +924,7 @@
   operationAlreadySet=Can''t modify settings on a Call whose OperationDesc was set by setOperation()
   
   illegalStateException00=IllegalStateException:
  -unsupportedOperationException00=UnsupportedOperationException00:
  -unsupportedOperationException01=UnsupportedOperationException01: {0}
   
  -uuidGenFactoryCNFE00=The implementation of UUIDGen interface specified cannot be found in the classpath: {0} not found
  -uuidGenFactoryException02= Exception encountered while attempting to instantiate the specified implementation of UUIDFactory: {0} message={1}
   
   badIdType00=Invalid Id
   badLanguage00=Invalid language
  @@ -1180,7 +982,6 @@
   badEncodingStyle1=Unknown encoding style : {0}
   
   badSOAPHeader00=a SOAPHeader may only have SOAPHeaderElement as its immediate children
  -badSOAPBodyElement00=a SOAPBody may only have SOAPBodyElement as its immediate children
   noNamespace00=Attempted to write schema for bad QName (no namespace) : {0}
   charsInArray=Found character data inside an array element while deserializing
   
  @@ -1262,7 +1063,6 @@
   cannotFindPartForOperation00=Cannot find part [{0}] for operation [{1}] using MIMEContent type [{2}]
   Registrar.cantregister=Unable to initialize commons-modeler Registry.
   
  -optionJaxrpc=Maps XML Schema types to Java types instead of the custom Axis types in org.apache.axis.types, according to JAX-RPC 1.1.
   handlerInfoChainNoClass00=''HandlerInfoChain'' class not found: ''{0}''
   
   noDefaultTypeMapping00=Default TypeMapping has not been specified
  @@ -1272,3 +1072,306 @@
   cannotFindObjectForClass00=No object was found for class type {0}
   NullDelegate=Null delegate passed to TypeMappingDelegate constructor
   
  +#                                                                    #
  +# In-use keys                                                        #
  +######################################################################
  +
  +######################################################################
  +# Unused keys                                                        #
  +#                                                                    #
  +#  THE FOLLOWING KEYS ARE NOT IN-USE ON THE CURRENT SOURCE. FOR THIS #
  +#  REASON, THESE KEYS MAY BE DEPRECATED SOMETIMES IN THE FUTURE. IF  #
  +#  YOU EXPLICITLY HOPE TO USE ANY KEYS BELOW, YOU HAVE TO MOVE THE   #
  +#  KEYS INTO THE "In-use keys" BLOCK ABOVE.                          #
  +#                                                                    #
  +#                                               Mar. 31, 2005  Toshi #
  +######################################################################
  +
  +addTrailer00=Adding trailer to message...
  +
  +# NOTE:  in badCall00, do not translate "Call"
  +badCall00=Cannot update the Call object
  +badCall02=Invocation of Call.getOutputParams failed
  +
  +# NOTE:  in badMsgCtx00, do not translate "--messageContext", "--skeleton"
  +badMsgCtx00=Error: --messageContext switch only valid with --skeleton
  +
  +badNamespace00=Bad envelope namespace:  {0}
  +
  +badProxy00=Proxy port number, "{0}", incorrectly formatted
  +
  +# NOTE:  in badRootElem00, do not translate "clientdeploy", "deploy", "undeploy", "list", "passwd", "quit"
  +badRootElem00=Root element must be ''clientdeploy'', ''deploy'', ''undeploy'', ''list'', ''passwd'', or ''quit''
  +
  +badWSDDElem00=Invalid WSDD Element
  +
  +beanSerConfigFail00=Exception configuring bean serialization for {0}
  +
  +buildChain00={0} building chain ''{1}''
  +
  +cantResolve00=Cannot resolve chain
  +
  +deployChain00=Deploying chain:  {0}
  +
  +deployHandler00=Deploying handler:  {0}
  +
  +deployService00=Deploying service ''{0}'' into {1}
  +deployService01=Deploying service:  {0}
  +deployTransport00=Deploying transport:  {0}
  +
  +dupConfigProvider00=Attempt to set configProvider for already-configured Service!
  +duplicateClass00=Duplicate class name: {0}.  \nHint: you may have mapped two namespaces with elements of the same name to the same package name.
  +
  +# NOTE:  in emitFail01, do not translate "portType", "binding"
  +emitFail01=Emitter failure.  Cannot find portType operation parameters for binding {0}
  +
  +endDoc00=End document
  +endDoc01=Done with document
  +endPrefix00=End prefix mapping ''{0}''
  +
  +exit01=Exit:  {0} no-argument constructor
  +exit02=Exit:  {0} - {1} is null
  +
  +from00=From {0}
  +
  +genDeploy00=Generating deployment document
  +genDeployFail00=Failed to write deployment document
  +genHolder00=Generating type implementation holder
  +
  +# NOTE:  in genIFace00, do not translate "portType"
  +genIface00=Generating portType interface
  +genIface01=Generating server-side portType interface
  +
  +genImpl00=Generating server-side implementation template
  +
  +# NOTE:  in genService00, do not translate "service"
  +genService00=Generating service class
  +
  +genSkel00=Generating server-side skeleton
  +genStub00=Generating client-side stub
  +genTest00=Generating service test case
  +genType00=Generating type implementation
  +genHelper00=Generating helper implementation
  +genUndeploy00=Generating undeployment document
  +genUndeployFail00=Failed to write undeployment document
  +gotResponse00=Got response message
  +handlerRegistryConfig=Service does not support configuration of a HandlerRegistry
  +
  +invokeRequest00=Invoking request chain
  +invokeResponse00=Invoking response chain
  +invokeService00=Invoking service/pivot
  +
  +lookup00=Looking up method {0} in class {1}
  +
  +namesDontMatch00=Method names do not match\nBody method name = {0}\nService method names = {1}
  +namesDontMatch01=Method names do not match\nBody name = {0}\nService name = {1}\nService nameList = {2}
  +never00={0}:  this should never happen!  {1}
  +
  +noArrayArray00=Arrays of arrays are not supported ''{0}''.
  +
  +# NOTE:  in noArrayType00, do no translate "arrayType"
  +noArrayType00=No arrayType attribute for array!
  +
  +# NOTE:  in noBeanHome00, do not translate "EJBProvider"
  +noBeanHome00=EJBProvider cannot get Bean Home
  +
  +# NOTE:  in noBody00, do not translate "Body"
  +noBody00=Body not found.
  +
  +noChains00=Services must use targeted chains
  +noClass00=Could not create class {0}
  +
  +# NOTE:  in noClassname00, do not translate "classname"
  +noClassname00=No classname attribute in type mapping
  +
  +noComponent00=No deserializer defined for array type {0}
  +noConfig00=No engine configuration file - aborting!
  +
  +# NOTE:  in noContext01, do not translate "EJBProvider", "Context"
  +noContext01=EJBProvider cannot get Context
  +
  +# NOTE:  in noDeserFact00, do not translate "DeserializerFactory"
  +noDeserFact00=Could not load DeserializerFactory {0}
  +
  +# NOTE:  in noEngineConfig00, do not translate "engineConfig"
  +noEngineConfig00=Wanted ''engineConfig'' element, got ''{0}''
  +
  +encodingDisappeared00=XML Encoding runtime error: Previously supported encoding {0} disappeared.
  +
  +# NOTE:  in noHandler01, do not translate "QName"
  +noHandler01=No handler for QName {0}
  +
  +noHandler02=Could not find registered handler ''{0}''
  +
  +noHandlersInChain00=No handlers in {0} ''{1}''
  +
  +# NOTE:  in noJSSE00, do not translate "SSL", JSSE", "classpath"
  +noJSSE00=SSL feature disallowed:  JSSE files not installed or present in classpath
  +
  +noMethod00=Method not found\nMethod name = {0}\nService name = {1}
  +
  +noMultiArray00=Multidimensional arrays are not supported ''{0}''.
  +
  +# NOTE:  in noParent00, do not translate "SOAPTypeMappingRegistry"
  +noParent00=no SOAPTypeMappingRegistry parent
  +
  +noPivot00=No pivot handler ''{0}'' found!
  +noPivot01=Can''t deploy a Service with no provider (pivot)!
  +
  +noProviderAttr00=No provider specified for service ''{0}''
  +noProviderElem00=The required provider element is missing
  +
  +noRequest01=No request chain
  +noResponse00=No response chain
  +
  +noSerializer01=Could not load serializer class {0}
  +
  +noService01=No service has been defined
  +noService02=This service is not available at this endpoint ({0}).
  +noService03=No service/pivot
  +# NOTE:  in noService07, do not translate "JWS"
  +#UNUSED
  +noService07=There may be a JWS service here.
  +# NOTE:  in noService08, do not translate "WSDL"
  +#UNUSED
  +noService08=Click here to look for the WSDL description
  +
  +# NOTE:  in nullEJBUser00, do not translate "EJBProvider"
  +nullEJBUser00=Null user in EJBProvider
  +
  +# NOTE:  in optionMsgCtx00, do not translate "MessageContext"
  +optionMsgCtx00=emit a MessageContext parameter to skeleton methods
  +
  +parent00=parent
  +
  +parseError00=Error in parsing:  {0}
  +
  +registerTypeMap00=Registering type mapping {0} -> {1}
  +
  +registryAdd00=Registry {0} adding ''{1}'' ({2})
  +result00=Got result:  {0}
  +
  +return00={0} returning new instance of {1}
  +returnChain00={0} returning chain ''{1}''
  +
  +unsupportedEncoding00=Encoding {0} not supported.
  +
  +serializer00=Serializer class is {0}
  +
  +servletEngineWebInfError01=Problem with servlet engine config file: {0}
  +
  +setCurrMsg00=Setting current message form to: {0} (current message is now {1})
  +
  +startPrefix00=Start prefix mapping ''{0}'' -> ''{1}''
  +
  +# NOTE:  in typeFromParms00, do not translate "Type"
  +typeFromParms00=Type from default parameters is:  {0}
  +
  +# NOTE:  in typeNotSet00, do not translate "Part"
  +typeNotSet00=Type attribute on Part ''{0}'' is not set
  +
  +types00=Types:
  +
  +# NOTE:  in typeSetNotAllowed00, do not translate "Type"
  +typeSetNotAllowed00={0} disallows setting of Type
  +
  +undeploy00=Undeploying {0}
  +unexpectedDesc00=Unexpected {0} descriptor
  +unexpectedUnknown00=Unexpected unknown element
  +
  +unknownType00=Unknown type:  {0}
  +unknownType01=Unknown type to {0}
  +
  +# NOTE: in unlikely00, do not translate "URL", "WSDL2Java"
  +unlikely00=unlikely as URL was validated in WSDL2Java
  +
  +# NOTE:  in withParent00, do not translate "SOAPTypeMappingRegistry"
  +withParent00=SOAPTypeMappingRegistry with parent
  +
  +j2woptfactory00=name of the Java2WSDLFactory class for extending WSDL generation functions
  +
  +multipleBindings00=Warning: Multiple bindings use the same portType: {0}.  Only one interface is currently generated, which may not be what you want.
  +
  +triedArgs00={0} on object "{1}", method name "{2}", tried argument types:  {3}
  +
  +triedClass00=tried class:  {0}, method name:  {1}.
  +
  +badProp01=Bad property.  {0} should be {1}; but it is {2}.
  +badProp02=Cannot set {0} property when {1} property is not {2}.
  +
  +badAccessor00=Null accessor method specified.
  +
  +badModifier00=Null modifier method specified.
  +
  +badDeserFac=Null deserializer factory specified.
  +
  +javaNetUnknownHostException00=java.net.UnknownHostException:
  +
  +axisFault01=AxisFault: {0}
  +toAxisFault01=Mapping Exception to AxisFault: {0}
  +
  +badStyle=Bad string for style value - was ''{0}'', should be ''rpc'', ''document'', or ''wrapped''.
  +
  +onlyOneMapping=Only a single <elementMapping> is allowed per-operation at present.
  +
  +headerNotNull=Header may not be null!
  +headerNotEmpty=Header may not be empty!
  +headerValueNotNull=Header value may not be null!
  +
  +exitCurrMsg=Exit:  {0}, current message is {1}
  +
  +noElemOrType=Error: Message part {0} of operation {1} should have either an element or a type attribute
  +
  +badTypeNode=Error: Missing type resolution for element {2}, in WSDL message part {0} of operation {1}. Hint: Try turning off ''wrapped'' processing (--noWrapped).
  +
  +delegatedTypeMapping=Type mapping cannot be modified via delegate.
  +
  +cantGetDoc00=Unable to retrieve WSDL document: {0}
  +
  +faultDuringCleanup=AxisEngine faulted during cleanup!
  +
  +badEnum03=Unrecognized {0}: ''{1}'', defaulting to ''{2}''
  +
  +msgContentLengthHTTPerr=Message content length {0} exceeds servlet return capacity.
  +
  +attach.DimeStreamError6=DIME typelength length \"{0}\" is greater stream length.
  +
  +writeSchemaProblem00=Problems encountered trying to write schema for {0}
  +
  +msgMethodMustHaveOneParam=Message service methods must take a single parameter.  Method {0} takes {1}
  +
  +needMessageContextArg=Full-message message service must take a single MessageContext argument.  Method {0} takes a single {1}
  +
  +onlyOneMessageOp=Message services may only have one operation - service ''{0}'' has {1}
  +
  +# NOTE:  in noDataHandler, do not translate DataHandler.
  +noDataHandler=Could not create a DataHandler for {0}, returning {1} instead.
  +
  +imageEnabled=Image attachment support is enabled?
  +
  +rpcProviderOperAssert00=The OperationDesc for {0} was not found in the ServiceDesc.
  +
  +unabletoLoadMessages00=Unable to load messages!
  +
  +unsupportedOperationException00=UnsupportedOperationException00:
  +unsupportedOperationException01=UnsupportedOperationException01: {0}
  +
  +uuidGenFactoryCNFE00=The implementation of UUIDGen interface specified cannot be found in the classpath: {0} not found
  +
  +uuidGenFactoryException02= Exception encountered while attempting to instantiate the specified implementation of UUIDFactory: {0} message={1}
  +
  +optionJaxrpc=Maps XML Schema types to Java types instead of the custom Axis types in org.apache.axis.types, according to JAX-RPC 1.1.
  +
  +
  +# Found at 'ws-axis/java/src/org/apache/axis/client/Call.java', but commented out
  +noParmAndRetReq=Parameter or return type inferred from WSDL and may not be updated.
  +
  +# Found at 'ws-axis/java/src/org/apache/axis/wsdl/symbolTable/SymbolTable.java', but commented out
  +differentTypes00=Error: The input and output parameter have the same name, ''{0}'', but are defined with type ''{1}'' and also with type ''{2}''.
  +
  +# Found at 'ws-axis/java/src/org/apache/axis/message/SOAPBody.java', but commented out
  +badSOAPBodyElement00=a SOAPBody may only have SOAPBodyElement as its immediate children
  +
  +#                                                                    #
  +# Unused keys                                                        #
  +######################################################################