cc_messages.mes 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
  2. #
  3. # Permission to use, copy, modify, and/or distribute this software for any
  4. # purpose with or without fee is hereby granted, provided that the above
  5. # copyright notice and this permission notice appear in all copies.
  6. #
  7. # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  8. # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  9. # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  10. # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  11. # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  12. # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  13. # PERFORMANCE OF THIS SOFTWARE.
  14. $NAMESPACE isc::cc
  15. % CC_ASYNC_READ_FAILED asynchronous read failed
  16. % CC_CONN_ERROR error connecting to message queue (%1)
  17. % CC_DISCONNECT disconnecting from message queue daemon
  18. % CC_ESTABLISH trying to establish connection with message queue daemon at %1
  19. % CC_ESTABLISHED successfully connected to message queue daemon
  20. % CC_GROUP_RECEIVE trying to receive a message
  21. % CC_GROUP_RECEIVED message arrived ('%1', '%2')
  22. % CC_GROUP_SEND sending message '%1' to group '%2'
  23. % CC_INVALID_LENGTHS invalid length parameters (%1, %2)
  24. % CC_LENGTH_NOT_READY length not ready
  25. % CC_NO_MESSAGE no message ready to be received yet
  26. % CC_NO_MSGQ unable to connect to message queue (%1)
  27. % CC_READ_ERROR error reading data from command channel (%1)
  28. % CC_READ_EXCEPTION error reading data from command channel (%1)
  29. % CC_REPLY replying to message from '%1' with '%2'
  30. % CC_SET_TIMEOUT setting timeout to %1ms
  31. % CC_START_READ starting asynchronous read
  32. % CC_SUBSCRIBE subscribing to communication group %1
  33. % CC_TIMEOUT timeout reading data from command channel
  34. % CC_UNSUBSCRIBE unsubscribing from communication group %1
  35. % CC_WRITE_ERROR error writing data to command channel (%1)
  36. % CC_ZERO_LENGTH invalid message length (0)