home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Multimedija / shufflr.air / ShufflrClient.swf / scripts / en_US$messaging_properties.as < prev    next >
Encoding:
Text File  |  2010-06-23  |  6.9 KB  |  93 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class en_US$messaging_properties extends ResourceBundle
  6.    {
  7.       public function en_US$messaging_properties()
  8.       {
  9.          super("en_US","messaging");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "httpRequestError.details":"Error: {0}",
  16.             "errorReadingIExternalizable":"Error encountered while reading IExternalizable. {0}",
  17.             "couldNotLoadCache":"The cache could not be loaded into the message store.",
  18.             "cannotRemoveWhenConfigured":"Channels cannot be removed from a ChannelSet that targets a configured destination.",
  19.             "deliveryInDoubt.details":"Channel disconnected before an acknowledgement was received",
  20.             "requestTimedOut":"Request timed out",
  21.             "securityError":"Security error accessing url",
  22.             "invalidURL":"Invalid URL",
  23.             "messageQueueFailedInitialize":"Message store initialization failed.",
  24.             "noErrorForMessage.details":"Was expecting message \'{0}\' but received \'{1}\'.",
  25.             "couldNotSaveCache":"The cache could not be saved.",
  26.             "unknownChannelWithId":"Channel \'{0}\' does not exist in the configuration.",
  27.             "producerConnectError":"Producer connect error",
  28.             "noAckMessage.details":"Was expecting mx.messaging.messages.AcknowledgeMessage, but received {0}",
  29.             "destinationNotSet":"The MessageAgent\'s destination must be set to send messages.",
  30.             "requestTimedOut.details":"The request timeout for the sent message was reached without receiving a response from the server.",
  31.             "couldNotRemoveMessageFromQueue":"The message could not be removed from the message store before being sent.",
  32.             "unknownReference":"Unknown reference {0}",
  33.             "noDestinationSpecified":"A destination name must be specified.",
  34.             "wrongMessageQueueForProducerDetails":"The message did not come from the message store associated with this producer.",
  35.             "emptySessionClientId":"Session clientId\'s must be non-zero in length.",
  36.             "unknownTraitReference":"Unknown trait reference {0}",
  37.             "producerSendErrorDetails":"The producer is not connected and the message cannot be sent.",
  38.             "connectTimedOut":"Connect attempt timed out.",
  39.             "httpRequestError":"HTTP request error",
  40.             "noErrorForMessage":"Didn\'t receive an error for message",
  41.             "pollingNotSupportedAMF":"StreamingAMFChannel does not support polling. ",
  42.             "pollingNotSupportedHTTP":"StreamingHTTPChannel does not support polling. ",
  43.             "noAvailableChannels":"No Channels are available for use.",
  44.             "ackFailed.details":"Was expecting message \'{0}\' but received \'{1}\'.",
  45.             "couldNotLoadCacheIds":"The list of cache ids could not be loaded.",
  46.             "noAMFXBody":"Invalid AMFX packet. Could not find message body",
  47.             "couldNotClearCache":"The cache could not be cleared.",
  48.             "unknownDestination":"Unknown destination \'{0}\'.",
  49.             "invalidRequestMethod":"Invalid method specified.",
  50.             "failedToSubscribe":"The consumer was not able to subscribe to its target destination.",
  51.             "destinationWithInvalidMessageType":"Destination \'{0}\' cannot service messages of type \'{1}\'.",
  52.             "couldNotAddMessageToQueue":"The message store could not store the message and the producer is not connected. The FaultEvent dispatched by the message store provides additional information.",
  53.             "unsupportedAMFXVersion":"Unsupported AMFX version: {0}",
  54.             "producerSendError":"Send failed",
  55.             "noURLSpecified":"No url was specified for the channel.",
  56.             "cannotAddWhenConfigured":"Channels cannot be added to a ChannelSet that targets a configured destination.",
  57.             "unknownChannelClass":"The channel class \'{0}\' specified was not found.",
  58.             "pollingIntervalNonPositive":"Channel pollingInterval may only be set to a positive value.",
  59.             "cannotAddNullIdChannelWhenClustered":"Cannot add a channel with null id to ChannelSet when its clustered property is true.",
  60.             "securityError.details":"Destination: {0}",
  61.             "referenceMissingId":"A reference must have an id.",
  62.             "sendFailed":"Send failed",
  63.             "lsoStorageNotAllowed":"The message store cannot initialize because local storage is not allowed. Please ensure that local storage is enabled for the Flash Player and that sufficient storage space is configured.",
  64.             "ackFailed":"Didn\'t receive an acknowledgement of message",
  65.             "cannotSetClusteredWithdNullChannelIds":"Cannot change clustered property of ChannelSet to true when it contains channels with null ids. ",
  66.             "cannotConnectToDestination":"No connection could be made to the message destination.",
  67.             "reconnectIntervalNegative":"reconnectInterval cannot take a negative value.",
  68.             "noURIAllowed":"Error for DirectHTTPChannel. No URI can be specified.",
  69.             "messageQueueSendError":"Send failed",
  70.             "noServiceForMessageType":"No service is configured to handle messages of type \'{0}\'.",
  71.             "AMFXTraitsNotFirst":"Invalid object. A single set of traits must be supplied as the first entry in an object.",
  72.             "consumerSubscribeError":"Consumer subscribe error",
  73.             "noChannelForDestination":"Destination \'{0}\' either does not exist or the destination has no channels defined (and the application does not define any default channels.)",
  74.             "emptyDestinationName":"\'{0}\' is not a valid destination.",
  75.             "failedToConnect":"The producer was not able to connect to its target destination.",
  76.             "noAMFXNode":"Invalid AMFX packet. Content must start with an <amfx> node",
  77.             "resubscribeIntervalNegative":"resubscribeInterval cannot take a negative value.",
  78.             "noAckMessage":"Didn\'t receive an acknowledge message",
  79.             "pollingRequestNotAllowed":"Poll request made on \'{0}\' when polling is not enabled.",
  80.             "queuedMessagesNotAllowedDetails":"This producer does not have an assigned message queue so queued messages cannot be sent.",
  81.             "unknownStringReference":"Unknown string reference {0}",
  82.             "authenticationNotSupported":"Authentication not supported on DirectHTTPChannel (no proxy).",
  83.             "deliveryInDoubt":"Channel disconnected",
  84.             "messageQueueNotInitialized":"The message store has not been initialized.",
  85.             "notImplementingIExternalizable":"Class {0} must implement flash.util.IExternalizable.",
  86.             "receivedNull":"Received null.",
  87.             "unknownDestinationForService":"Unknown destination \'{1}\' for service with id \'{0}\'."
  88.          };
  89.       }
  90.    }
  91. }
  92.  
  93.