|
@@ -14,46 +14,46 @@
|
|
|
|
|
|
$NAMESPACE isc::cc
|
|
|
|
|
|
-% CC_CONN_ERROR error connecting to message queue (%1)
|
|
|
-
|
|
|
-% CC_NO_MSGQ unable to connect to message queue (%1)
|
|
|
+% CC_ASYNC_READ_FAILED asynchronous read failed
|
|
|
|
|
|
-% CC_WRITE_ERROR error writing data to command channel (%1)
|
|
|
+% CC_CONN_ERROR error connecting to message queue (%1)
|
|
|
|
|
|
-% CC_LENGTH_NOT_READY length not ready
|
|
|
+% CC_DISCONNECT disconnecting from message queue daemon
|
|
|
|
|
|
-% CC_READ_EXCEPTION error reading data from command channel (%1)
|
|
|
+% CC_ESTABLISH trying to establish connection with message queue daemon at %1
|
|
|
|
|
|
-% CC_TIMEOUT timeout reading data from command channel
|
|
|
+% CC_ESTABLISHED successfully connected to message queue daemon
|
|
|
|
|
|
-% CC_READ_ERROR error reading data from command channel (%1)
|
|
|
+% CC_GROUP_RECEIVE trying to receive a message
|
|
|
|
|
|
-% CC_ZERO_LENGTH invalid message length (0)
|
|
|
+% CC_GROUP_RECEIVED message arrived ('%1', '%2')
|
|
|
|
|
|
-% CC_ASYNC_READ_FAILED asynchronous read failed
|
|
|
+% CC_GROUP_SEND sending message '%1' to group '%2'
|
|
|
|
|
|
% CC_INVALID_LENGTHS invalid length parameters (%1, %2)
|
|
|
|
|
|
-% CC_ESTABLISH trying to establish connection with message queue daemon at %1
|
|
|
+% CC_LENGTH_NOT_READY length not ready
|
|
|
|
|
|
-% CC_ESTABLISHED successfully connected to message queue daemon
|
|
|
+% CC_NO_MESSAGE no message ready to be received yet
|
|
|
|
|
|
-% CC_DISCONNECT disconnecting from message queue daemon
|
|
|
+% CC_NO_MSGQ unable to connect to message queue (%1)
|
|
|
|
|
|
-% CC_START_READ starting asynchronous read
|
|
|
+% CC_READ_ERROR error reading data from command channel (%1)
|
|
|
|
|
|
-% CC_SUBSCRIBE subscribing to communication group %1
|
|
|
+% CC_READ_EXCEPTION error reading data from command channel (%1)
|
|
|
|
|
|
-% CC_UNSUBSCRIBE unsubscribing from communication group %1
|
|
|
+% CC_REPLY replying to message from '%1' with '%2'
|
|
|
|
|
|
-% CC_GROUP_SEND sending message '%1' to group '%2'
|
|
|
+% CC_SET_TIMEOUT setting timeout to %1ms
|
|
|
|
|
|
-% CC_GROUP_RECEIVE trying to receive a message
|
|
|
+% CC_START_READ starting asynchronous read
|
|
|
|
|
|
-% CC_GROUP_RECEIVED message arrived ('%1', '%2')
|
|
|
+% CC_SUBSCRIBE subscribing to communication group %1
|
|
|
|
|
|
-% CC_NO_MESSAGE no message ready to be received yet
|
|
|
+% CC_TIMEOUT timeout reading data from command channel
|
|
|
|
|
|
-% CC_REPLY replying to message from '%1' with '%2'
|
|
|
+% CC_UNSUBSCRIBE unsubscribing from communication group %1
|
|
|
|
|
|
-% CC_SET_TIMEOUT setting timeout to %1ms
|
|
|
+% CC_WRITE_ERROR error writing data to command channel (%1)
|
|
|
+
|
|
|
+% CC_ZERO_LENGTH invalid message length (0)
|