mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

lfrost
26.50.2007 03889ce7e5a3006559920ea368b7378b6fb730de
opends/src/messages/messages/sync.properties
@@ -98,24 +98,24 @@
 operation: %s
MILD_ERR_FILE_CHECK_CREATE_FAILED_36=An Exception was caught while testing \
 existence or trying  to create the directory for the changelog database : %s
INFO_CHANGELOG_SERVER_ATTR_37=Specifies the list of replication servers to \
INFO_CHANGELOG_SERVER_ATTR_37=List of replication servers to \
 which this replication server should connect. Each value of this attribute \
 should contain a values build with the hostname and the port number of the \
 remote server separated with a ":"
INFO_SERVER_ID_ATTR_38=Specifies the server ID. Each replication server in \
INFO_SERVER_ID_ATTR_38=Server ID. Each replication server in \
 the topology Must be assigned a unique server ID in the topology
INFO_CHANGELOG_PORT_ATTR_39=Specifies the port number that the replication \
INFO_CHANGELOG_PORT_ATTR_39=Port number that the replication \
 server will use to listen for connections from LDAP servers
INFO_WINDOW_SIZE_ATTR_40=Specifies the receive window size of the replication \
INFO_WINDOW_SIZE_ATTR_40=Receive window size of the replication \
 server
INFO_QUEUE_SIZE_ATTR_41=Specifies the receive queue size of the replication \
INFO_QUEUE_SIZE_ATTR_41=Receive queue size of the replication \
 server. The replication servers will queue up to this number of messages in \
 its memory queue and save the older messages to persistent storage. Using a \
 larger size may improve performances when The replication delay is larger \
 than this size but at the cost of using more memory
INFO_CHANGELOG_DIR_PATH_ATTR_42=Specifies the replication server directory. \
INFO_CHANGELOG_DIR_PATH_ATTR_42=Replication server directory. \
 The replication server will create all persistent storage below this path
INFO_PURGE_DELAY_ATTR_43=Specifies the Changelog Purge Delay, The replication \
INFO_PURGE_DELAY_ATTR_43=Changelog Purge Delay, The replication \
 servers will keep all changes up to this amount of time before deleting them. \
 This values defines the maximum age of a backup that can be restored because \
 replication servers would not be able to refresh LDAP servers with older \