# 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. #------------------------------------- # # General Sandesha messages # #------------------------------------- cannotInitInMemoryStorageManager=Cannot initialize the given in-memory storage manager due to exception {0}. cannotInitPersistentStorageManager=Cannot initialize the given persistent storage manager due to exception {0}. cannotProceedDueToStorageManager=Sandesha2 Internal Error: the StorageManager is not available due to exception {0}. cannotGetStorageKey=Sandesha2 Internal Error: could not obtain the sandesha2 storage key in order to store the message. cannotGetStorageManager=Sandesha2 Internal Error: could not load the specified storage manager. storageManagerMustImplement=StorageManager {0} must implement the org.apache.sandesha2.storage.StorageManager interface. cannotInitSecurityManager=Cannot initialize the given security manager due to exception {0}. securityManagerMustImplement=SecurityManager {0} must implement the org.apache.sandesha2.storage.StorageManager interface. cannotFindModulePolicies=No policies were found in the module.xml at the module initiation time commitError=Exception thrown when trying to commit the transaction: {0} rollbackError=Exception thrown when trying to rollback the transaction: {0} inMsgError=Sandesha2 got an exception when processing an in message: {0} outMsgError=Sandesha2 got an exception when processing an out message: {0} invokeMsgError=Sandesha2 got an exception when invoking message: {0} msgError=Sandesha2 got an exception when processing a message: {0} sendMsgError=Sandesha2 got an exception when sending a message: {0} noValidSyncResponse=Sandesha2 sender thread has not received a valid synchronous response... generalError=Sandesha2 Internal Error: sandesha2 encountered the following exception {0} classLoaderNotFound=Module class loader not found. defaultPropertyBeanNotSet=Sandesha2 Internal Error: ''DefaultPropertyBean'' is not set. propertyBeanNotSet=Sandesha2 Internal Error: ''PropertyBean'' is not set. optionsObjectNotSet=Sandesha2 Internal Error: ''Options'' object is not set. serviceContextNotSet=Sandesha2 Internal Error: ''ServiceContext'' is not set sequenceIdBeanNotSet=Sandesha2 Internal Error: ''SequenceIdBean'' is not set configContextNotSet=Sandesha2 Internal Error: ''ConfigurationContext'' is not set soapEnvNotSet=Sandesha2 Internal Error: SOAP envelope is not set soapBodyNotPresent=Invalid SOAP message: the body is not present. unknownSoapVersion=Unknow SOAP version {0} axisServiceIsNull=Sandesha2 Internal Error: ''AxisService'' is null msgContextNotSetInbound=Sandesha2 Internal Error: ''MessageContext'' is null on the inbound message. msgContextNotSetOutbound=Sandesha2 Internal Error: ''MessageContext'' is null on the outbound message. msgContextNotSet=Sandesha2 Internal Error: ''MessageContext'' is null. requestMsgContextNull=Request message context is null: cannot find out the request side sequenceID. axisOperationError=Sandesha2 Internal Error: could not create the ''AxisOperation'' due to an error {0} axisOperationRegisterError=Sandesha2 Internal Error: could not register an ''OutInAxisOperation'' due to exception {0} transportOutNotPresent=Sandesha2 Internal Error: original transport sender is not present storedKeyNotPresent=Sandesha2 Internal Error: stored key not present in the retransmittable message invalidQName=Invalid QName string: {0} senderBeanNotFound=SenderBean was not found workAlreadyAssigned=Work ''{0}'' is already assigned to a different Worker. Will try the next one workNotPresent="SenderWorker has been assigned an unexisting work with the Id ''{0}'' cannotSendToTheAddress=Message cannot be sent to the address ''{0}'' couldNotFindPropertyKey=Could not determine the PropertyKey of the {0} message from the available information dummyCallback=Sandesha2 Internal Error: dummy callback was called but this should never happen. dummyCallbackError=Sandesha2 Internal Error: dummy callback received an error but this should never happen. invalidMsgNumber=Sandesha2 Internal Error: invalid message number {0} processTokenMethodError=Exception occured when invoking processTokenMethod: {0} policyProcessingException=Exception {0} occured when processing policy {1} errorOnTokenStack=Sandesha2 Internal Error: error on token stack - no current token. unknownTokenAbortTran=Aborting transaction because of unknown token: {0} commitingUnknownToken=Sandesha2 Internal error: token stack commiting an unknown token: {0} cannotStartTransportListenerDueToError=Sandesha2 Internal error: could not start the transport listener due to error {0}. cannotStartListenerForIncommingMsgs=Sandesha2 Internal error: cannot start the listner for incoming messages. You must set the ''transport in'' protocol in order to get async acknowledgement messages. selectRSNotSupported=Sandesha2 Internal error: selectRS() methods are not currently supported nonUniqueResult=Sandesha2 Internal error: A search for a unique object resulted in several matches. invalidStringArray=Sandesha2 Internal error: invalid String array : {0}. nextMsgNotSetCorrectly=Sandesha2 Internal error: next message not set correctly. Removing the invalid entry: {0}. invalidNextMsgNumber=Sandesha2 Internal error: message number {0} is not valid as the Next Message Number. cannotCointinueSender=Sandesha2 Internal error: cannot continue the Sender due to exception: {0} msgContextNotPresentInStorage=Sandesha2 Internal error: message context {0} is not present in the store. sendHasUnavailableMsgEntry=Sandesha2 Internal error: sender has an unavailable message entry {0}. cannotInnitMessage=Sandesha2 Internal error: cannot initialize the message. propertyInvalidValue=Sandesha2 Internal error: property {0} contains an invalid value. couldNotCopyParameters=Could not copy parameters when creating the new RM Message. See the following exception for more details: {0}. #------------------------------------- # # Protocol Oriented Messages # #------------------------------------- rmNamespaceNotMatchSequence=Validation failed. The RM namespace value {0} of the message does not match {1} for sequence {2}. wsaNamespaceNotMatchSequence=Validation failed. The WS-Addressing namespace value {0} of the message does not match {1} for sequence {2}. unknownWSAVersion=Unknown WS-Addressing version {0} rmNamespaceMismatch=Cannot process message as the rm namespace value {0} is different from the reqistered namespace value {1} for the sequence {2}. emptyAckRequestSpecLevel=Empty AckRequest messages can only be sent with the v1_1 spec. You are using spec version {0}. closeSequenceSpecLevel=Close sequence messages can only be sent with the v1_1 spec. You are using spec version {0}. unknownSpec=Unknown specification version {0}. unknownRMNamespace=Unknown rm namespace value {0}. unknownNamespace=Unsupported namespace {0}. cannotDecideRMVersion=Message does not has a valid RM namespace value - cannot decide the RM version. specVersionPropertyNotAvailable=''SpecVersion'' sequence property is not available for the incoming sequence {0}: cannot find the RM version for outgoing side. specVersionNotSet=Error: 'SpecVersion'' is not set. specDoesNotSupportElement=Spec ''{0}'' does not support the element {1} addressingNamespaceNotSet=Internal error. Addressing namespace not set. couldNotSendTerminate=Could not send the terminate message due to error {0}. couldNotSendClose=Could not send the close sequence message due to error {0}. couldNotSendAck=Could not send the ack message on sequence {0} due to an exception: {1} couldNotSendTerminateResponse=Could not send the TerminateSequenceResponse due to exception {0}. couldNotSendCloseResponse=Could not send the CloseSequenceResponse due to exception {0}. couldNotSendTerminateSeqNotFound=Internal sequenceID {0} was not found: cannot send the TerminateSequence message. couldNotSendCloseSeqNotFound=Internal sequenceID {0} was not found: cannot send the CloseSequence message. couldNotSendAckRequestSeqNotFound=Internal sequenceID {0} was not found: cannot send the AckRequest message. couldNotSendFault=Could not send the fault message due to an exception: {0} cannotSendAckRequestNotActive=Cannot send the ackRequest message since the sequence with internal ID {0} is not active. cannotSendAckRequestException=Could not send the ackRequest message on sequence {0} due to an exception: {1} cannotCloseSequenceNotActive=Cannot close the sequence with internal ID {0} since it is not active. noSequenceEstablished=A sequence with the given sequence ID {0} has not been established, has been terminated or could not be found. invalidInternalSequenceID=Sandesha2 Internal Error: The internal sequence ID {0} is not valid. tempNotSetOnReceivedMsg=''TempSequenceId'' is not set correctly in the received message. completedMsgBeanIsNull=Completed messages bean is null for the sequence {0}. internalSeqBeanNotAvailableOnSequence=Error: ''InternalSequenceBean'' is not available for the sequence with internal ID {0}. createSeqEntryNotFound=''Create Sequence'' entry is not found. toEPRNotValid=The ''To'' endpoint reference address is not set correctly: {0} noWSAACtionValue=Create sequence message does not have the ''WSA:Action'' value set correctly. cannotFindSequence=Cannot find the sequence with ID {0}. cannotFindSequenceID=Cannot find the sequence ID for the sequenceID bean {0}. notValidTerminate=Not a valid terminated sequence: ''InternalSequenceBean'' is not available for the sequence with interal ID {0} notValidTimeOut= Not a valid timedOut sequence: ''InternalSequenceBean'' is not available for the sequence with internal ID {0} cannotFindAcksTo=Could not find the stored ''acksTo'' property for the specified sequence. droppingDuplicate=Dropping a duplicate RM message. cannotAcceptMsgAsSequenceClosed=Cannot accept message as sequence {0} has been closed. msgNumberMustBeLargerThanZero=Message number {0} is invalid: this value has to be larger than zero. msgNumberNotLargerThanLastMsg=The message number {0} is not larger than the last message sent on this sequence {1}. msgNumberLargerThanLastMsg=The message number {0} is larger than the value {1}, which was previously declared as the last message. outMsgHasNoEnvelope=Out message does not have a envelope: {0} msgNumberExceededLastMsgNo=The received message number {0} on sequence {1} exceeds the message number {1} which was declared as last in a previosly received application message. ackInvalid=The SequenceAcknowledgement received is invalid as the lower value {1} is larger than upper value {2}. highestMsgKeyNotStored=Key of the highest message number has not been stored for sequence {0} cannotHaveFinalWithNack=The ''Final'' element cannot be present when there are Nack elements under the SequenceAcknowledgement. accptButNoSequenceOffered=Error: An ''accept'' was received but there was no offered sequence entry. relatesToNotAvailable: Invalid create sequence message: ''RelatesTo'' part is not available. cannotDerriveAckInterval=Cannot derive the ''Acknowledgement Interval'' from the passed string {0} cannotDerriveRetransInterval=Cannot derive the ''Retransmission Interval'' from the passed string {0} cannotDerriveInactivityTimeout=Cannot derive the ''Inactivity Timeout'' from the passed string {0} noCreateSeqParts=No ''CreateSequence'' part is present in the create sequence message noAcceptPart=An ''Accept'' part has not been generated for the ''create sequence request'' with an offer part. noAcksToPartInCreateSequence=No ''AcksTo'' part is present in the create sequence message. tempSeqIdNotSet=Error: ''TempSequenceId'' is not set. ackRandDoesNotHaveCorrectValues=The ack range {0} does not have correct values for Upper and Lower attributes. cannotSetAckRangeNullElement=Cannot set Ack Range part since element is null. completedMessagesNull=Completed messages bean is null for the sequence {0} emptyLastMsg=Received empty body for LastMessage part. acksToStrNotSet=acksToStr Seqeunce property is not set correctly invalidSequenceID=invalid sequence ID: {0} cantSendMakeConnectionNoTransportOut=Can''t send the MakeConnection reply since the message does not has a TransportOutDescription noCreateSeqResponse=''CreateSequenceResponse'' part is not available. noTerminateSeqPart=''Terminate Sequence'' part is not available. noNackInSeqAckPart=Passed ''sequence ack'' element does not contain a ''nack'' part. {0} nackDoesNotContainValidLongValue=''Nack'' element does not contain a valid long value {0}. cannotSetNackElemnt=Cannot set the ''nack'' part since the ''sequence ack'' element is null. seqAckPartIsNull=''Sequence acknowledgement'' part is null. cannotAddSequencePartNullMsgNumber=Cannot add ''Sequence'' part since ''MessageNumber'' is null. cannotSetSeqAck=Cannot set ''sequence acknowledgement'' since the element is null. noneNotAllowedNamespace=The given namespace {0} does not allow the ''None'' part to be added to the ''sequenceAcknowledgement'' element. noneNotAllowedAckRangesPresent=The ''None'' element cannot be present when there are acknowledgement range elements under the ''sequenceAcknowledgement'' element. noneNotAllowedNackPresent=The ''None'' element cannot be present when there are Nack elements under the ''sequenceAcknowledgement'' element. finalNotAllowedNamespace=The given namespace {0} does not allow the 'Final' part to be added to the ''sequenceAcknowledgement'' element. noFaultCodeNullElement=Cannot add ''Fault Code'' part since the passed element is null noSeqFaultInElement=The passed element {0} does not contain a ''Sequence Fault'' element. noSeqOfferInElement=The passed element {0} does not contain a ''SequenceOffer'' part. noCreateSeqInElement=The passed message {0} does not have a ''CreateSequence'' part. noTerminateSeqInElement=The passed element {0} does not contain a ''terminate sequence'' part. noTerminateSeqResponseInElement=The passed element {0} does not contain a ''terminate sequence response'' part. noAcceptPartInElement=The passed element {0} does not contain an ''Accept'' part. noUpperOrLowerAttributesInElement=The passed element {0} does not contain upper or lower attributes. noSequencePartInElement=The passed element {0} does not contain a ''Sequence'' part. noLastMessagePartInElement=The passed element {0} does not contain a ''Last Message'' part. noFinalPartInElement=The passed element {0} does not contain a ''Final'' part. noNonePartInElement=The passed element {0} does not contain a ''None'' part. noCloseSequencePartInElement=The passed element {0} does not contain a ''close sequence'' part. noMessageNumberPartInElement=The passed sequnce element {0} does not contain a ''message number'' part. noCloseSeqResponsePartInElement=The passed element {0} does not contain a ''close sequence response'' part. noExpiresPartInElement=The passed elemenet {0} does not contain an ''Expires'' part. noCreateSeqPartInElement=The passed element {0} does not contain a ''create sequence'' part. noAckRequestedPartInElement=The passed element {0} does not contain an ''ack requested'' part. noCreateSeqResponsePartInElement=The passed element {0} does not contain a ''create seqence response'' part. noFaultCodePart=The passed element {0} does not contain a ''Fault Code'' part. cannotFindAddressElement=Cannot find an ''Address'' part in the given element {0} cannotFindAddressText=The passed element {0} does not have a valid address text. nullPassedElement=The passed element is null. noAckRequestedElement=Message identified as of type ''AckRequested'' but it does not have an ''AckRequeted'' element. invalidAckMessageEntry=Invalid ack message entry: {0} seqPartIsNull=Sequence part is null. incomingSequenceNotValidID="The ID for the incoming sequence is not valid: {0}" seqFaultCannotBeExtractedToNonHeader=Cannot extract ''Sequence Fault'' part from a non-header element. seqElementCannotBeAddedToNonHeader=''Sequence'' element cannot be added to non-header element. ackRequestedCannotBeAddedToNonHeader=''Ack Requested'' part cannot be added to a non-header element. terminateSeqCannotBeAddedToNonBody=Cannot add ''terminate sequence'' to a non-body element. terminateSeqResponseCannotBeAddedToNonBody=Cannot add ''terminate sequence response'' to a non-body element. closeSeqCannotBeAddedToNonBody=Cannot add ''close sequence'' to a non-body element. closeSeqCannotBeExtractedFromNonBody=Cannot extract ''close sequence'' from a non-body element. closeSeqResponseCannotBeAddedToNonBody=Cannot add ''close sequence response'' to a non-body element. createSeqCannotBeAddedToNonBody=Cannot add ''create sequence'' part to a non-body element. createSeqResponseCannotBeAddedToNonBody=Cannot get ''create sequnce response'' from a non-body element. seqOfferNullID=Cannot add ''SequnceOffer'' parts since identifier is not set. terminateSequence=Cannot add ''terminate sequence'' part since identifier is not set. terminateSeqResponseNullID=Cannot add ''terminate sequence response'' part since identifier is not set. sequencePartNullID=Cannot add ''Sequence'' part since identifier is not set. closeSeqPartNullID=Cannot add ''close sequence'' part since identifier is not set closeSeqResponsePartNullID=Cannot add ''close sequence response'' part since identifier is not set invalidIdentifier=The passed element {0} does not contain a valid identifier part. ackRequestNullID=Cannot add ''ack request'' part since the identifier is not set. createSeqNullAcksTo=Cannot add a ''create seqeunce part'' since ''acksTo'' is not set. acceptNullAcksTo=Cannot add ''Accept'' part since ''acksTo'' is not set. noAcksToPart=The passed element {0} does not contain an ''acksTo'' part. noElementPart=The passed element {0} does not contain an ''Ele,'' part. cannotProcessExpires=Cannot process ''Expires'' since the duration value is not valid. noFaultCode=Cannot add ''Fault Code'' since the the value is not set correctly. seqAckNonHeader=Cannot get sequence acknowlegement from a non-header element cannotSetAcksTo=Cannot set the of the AcksTo element address as the {0} value is not valid cannotSetEndpoint=Cannot set the address of the Elndpoint element as the value is not valid {0} setAValidMsgNumber=Set A Valid Message Number {0}. addressNotValid=Cannot set the address - the address value is not valid elementMustForSpec=Element ''{0}'' must be present for the spec ''{1}'' #------------------------------------- # # Client messages # #------------------------------------- incommingSequenceReportNotFound=An incoming sequence report is not present for the given sequenceID {0} cannotGenerateReport=Cannot generate the sequence report for the given ''internalSequenceID'' {0} cannotFindReportForGivenData=Cannnot find a sequence report for the given data {0}. cannotGenerateReportNonUniqueSequence=Sequence data {0} is not unique. Cannot generate report. outSeqIDIsNull=''OutSequenceId'' is null requestMsgNotPresent=Request message is not present requestSeqIsNull=Error: ''RequestSequence'' is null newSeqIdIsNull=New sequence Id is null unavailableAppMsg=Error: unavailable application message terminateAddedPreviously=Terminate was added previously. maximumRetransmissionCountProcessor=MaximumRetransmissionCountProcessor:doAcknowledgementInterval nullMsgId=Key (MessageId) is null. Cannot insert. storageMapNotPresent=Error: storage Map not present envelopeMapNotPresent=Error: envelope Map not present entryNotPresentForUpdating=Entry is not present for updating appMsgIsNull=Application message is null terminateOpperationIsNull=Terminate Operation was null invalidMsgNumberList=Invalid msg number list cannotFindReqMsgFromOpContext=Cannot find the request message from the operation context toEPRNotSet=To EPR has not been set in the given message toBeanNotSet=The 'To' Sequence Property Bean has not been set for the sequence. replyToBeanNotSet=The 'ReplyTo' Sequence Property Bean has not been set for the sequence. cannotFindTransportInDesc=Cannot find the transport in description {0} in the ConfigurationContext invalidOfferNoResponseEndpoint=Cannot derive a valid offer from the given infomation. No Endpoint for receiving messages. invalidElementFoundWithinElement=Found invalid ''{0}'' element within ''{1}'' element #------------------ # Security messages #------------------ secureDummyNoProof="Dummy security manager cannot check proof of possession" secureDummyNoToken="Dummy security manager cannot serialise or recover security tokens" secureDummyNoSTR ="Dummy security manager cannot parse or write security token references" errorRetrievingSecurityToken = Error retrieving security token from token storage proofOfPossessionNotVerified = Proof of possession not verified noSecurityResults = No Security results noSecConvTokenInPolicy = No SecureConversationToken in policy noServicePolicy=Service policy missing couldNotLoadModulePolicies=Could not load module policies. Using default values. modulePoliciesLoaded=Module policies were successfully loaded