From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 23 Jun 2011 17:07:56 +0000
Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable.

---
 opends/src/admin/messages/SynchronizationProviderCfgDefn_ko.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/admin/messages/SynchronizationProviderCfgDefn_ko.properties b/opends/src/admin/messages/SynchronizationProviderCfgDefn_ko.properties
index 9d8a80d..9e893b2 100644
--- a/opends/src/admin/messages/SynchronizationProviderCfgDefn_ko.properties
+++ b/opends/src/admin/messages/SynchronizationProviderCfgDefn_ko.properties
@@ -1,6 +1,6 @@
 user-friendly-name=Synchronization Provider
 user-friendly-plural-name=Synchronization Providers
 synopsis=Synchronization Providers are responsible for handling synchronization of the Directory Server data with other OpenDS instances or other data repositories.
-description=The OpenDS Directory Server takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDS, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each Directory Server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the Directory Server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments.
+description=The OpenDJ  takes a centralized approach to replication, rather than the point-to-point approach taken by Sun Java System Directory Server. In OpenDS, one or more replication servers are created in the environment. The replication servers typically do not store user data but keep a log of all changes made within the topology. Each Directory Server instance in the topology is pointed at the replication servers. This plan simplifies the deployment and management of the environment. Although you can run the replication server on the same system (or even in the same instance) as the Directory Server, the two servers can be separated onto different systems. This approach can provide better performance or functionality in large environments.
 property.enabled.synopsis=Indicates whether the Synchronization Provider is enabled for use.
 property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Synchronization Provider implementation.

--
Gitblit v1.10.0