dims        2003/07/09 06:24:46

  Modified:    java/src/org/apache/axis/i18n resource.properties
  Log:
  Fix for Bug 21432 - single quotes in resources.properties
  
  Revision  Changes    Path
  1.59      +12 -12    xml-axis/java/src/org/apache/axis/i18n/resource.properties
  
  Index: resource.properties
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/i18n/resource.properties,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- resource.properties       9 Jul 2003 01:25:36 -0000       1.58
  +++ resource.properties       9 Jul 2003 13:24:44 -0000       1.59
  @@ -63,7 +63,7 @@
   badNonNegInt00=Invalid nonNegativeInteger
   badNonPosInt00=Invalid nonPositiveInteger
   badOffset00=Malformed offset attribute ''{0}''.
  -badpackage00=Error: --NStoPKG and --package switch can't be used together
  +badpackage00=Error: --NStoPKG and --package switch can''t be used together
   # NOTE:  in badParmMode00, do not translate "Parameter".
   badParmMode00=Invalid Parameter mode {0}.
   badPosition00=Malformed position attribute ''{0}''.
  @@ -128,7 +128,7 @@
   
   #castor messages which are followed by getLocalizedMessage() of the real exception
   castorMarshalException00=Unable to marshall between XML and Castor Objects :
  -castorValidationException00=Message doesn't comply with the associated XML schema :
  +castorValidationException00=Message doesn''t comply with the associated XML schema :
   
   
   changePwd00=Changing admin password
  @@ -138,7 +138,7 @@
   convert00=Trying to convert {0} to {1}
   copy00=copy {0} {1}
   couldntCall00=Could not get a call
  -couldntConstructProvider00=Service couldn't construct provider!
  +couldntConstructProvider00=Service couldn''t construct provider!
   
   # NOTE:  in createdHTTP entries, do not translate "HTTP"
   createdHTTP00=Created an insecure HTTP connection
  @@ -393,7 +393,7 @@
   
   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)!
  +noPivot01=Can''t deploy a Service with no provider (pivot)!
   
   # NOTE:  in noPort00, do not translate "port"
   noPort00=Cannot find port:  {0}
  @@ -774,10 +774,10 @@
   nodisk00=No disk access, using memory only.
   
   noFactory00=!! No Factory for {0}
  -noTransport02=Couldn't find transport {0}
  +noTransport02=Couldn''t find transport {0}
   
  -noCompiler00=No compiler found in your classpath!  (you may need to add 'tools.jar')
  -compilerFail00=Please ensure that you have your JDK's rt.jar listed in your 
classpath. Jikes needs it to operate.
  +noCompiler00=No compiler found in your classpath!  (you may need to add 
''tools.jar'')
  +compilerFail00=Please ensure that you have your JDK''s rt.jar listed in your 
classpath. Jikes needs it to operate.
   
   nullFieldDesc=Null FieldDesc specified
   exception00=Exception:
  @@ -890,7 +890,7 @@
   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).
  +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.
  @@ -926,7 +926,7 @@
   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.
  +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.
   dispatchIAE00=Tried to invoke method {0} with arguments {1}.  The arguments do not 
match the signature.
   
  @@ -1062,11 +1062,11 @@
   
   badWSDDOperation=Couldn''t find a matching Java operation for WSDD operation "{0}" 
({1} args)
   
  -badMsgMethodStyle=Method style for message-based service wasn't one we recognized!
  +badMsgMethodStyle=Method style for message-based service wasn''t one we recognized!
   badMsgMethodParams=Method ''{0}'' does not match any of the valid signatures for 
message-style service methods
   
   unmatchedOp=Binding operation has no corresponding portType operation:  name = {0}, 
input name = {1}, output name = {2}
  -noOperationForQName=Couldn't find an appropriate operation for XML QName {0}
  +noOperationForQName=Couldn''t find an appropriate operation for XML QName {0}
   noParmDesc=operation description is missing parameter description!
   noPortTypeFault=ERROR: Unable to match binding fault "{0}" from binding {2}, 
operation "{1}", to a PortType fault.
   unNamedFault00=ERROR: Fault is missing a name= attribute in operation "{0}", in 
binding {1}.
  @@ -1078,7 +1078,7 @@
   j2woptBadUse00=The value of the use option must be LITERAL or ENCODED
   j2woptExtraClasses00=A space or comma separated list of class names to be added to 
the type section.
   j2woptBadClass00=Invalid class provided for --extraClasses option: {0}
  -operationAlreadySet=Can't modify settings on a Call whose OperationDesc was set by 
setOperation()
  +operationAlreadySet=Can''t modify settings on a Call whose OperationDesc was set by 
setOperation()
   
   illegalStateException00=IllegalStateException:
   unsupportedOperationException00=UnsupportedOperationException00:
  
  
  

Reply via email to