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/TaskBackendCfgDefn_zh_TW.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/admin/messages/TaskBackendCfgDefn_zh_TW.properties b/opends/src/admin/messages/TaskBackendCfgDefn_zh_TW.properties
index 6ba97a2..2b99b94 100644
--- a/opends/src/admin/messages/TaskBackendCfgDefn_zh_TW.properties
+++ b/opends/src/admin/messages/TaskBackendCfgDefn_zh_TW.properties
@@ -1,6 +1,6 @@
 user-friendly-name=Task Backend
 user-friendly-plural-name=Task Backends
-synopsis=The Task Backend provides a mechanism for scheduling tasks in the OpenDS Directory Server. Tasks are intended to provide access to certain types of administrative functions in the server that may not be convenient to perform remotely.
+synopsis=The Task Backend provides a mechanism for scheduling tasks in the OpenDJ . Tasks are intended to provide access to certain types of administrative functions in the server that may not be convenient to perform remotely.
 description=OpenDS supports tasks to backup and restore backends, to import and export LDIF files, and to stop and restart the server. The details of a task are in an entry that is below the root of the Task Backend. The Task Backend is responsible for decoding that task entry and ensuring that it is processed as requested. Tasks may be invoked immediately, but they may also be scheduled for execution at some future time. The task backend can also process recurring tasks to ensure that maintenance operations (for example, backups) are performed automatically on a regular basis.
 property.backend-id.synopsis=Specifies a name to identify the associated backend.
 property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server.
@@ -13,7 +13,7 @@
 property.notification-sender-address.synopsis=Specifies the email address to use as the sender (that is, the "From:" address) address for notification mail messages generated when a task completes execution.
 property.notification-sender-address.default-behavior.alias.synopsis=The default sender address used is "opends-task-notification@" followed by the canonical address of the system on which the server is running.
 property.task-backing-file.synopsis=Specifies the path to the backing file for storing information about the tasks configured in the server.
-property.task-backing-file.description=It may be either an absolute path or a relative path to the base of the OpenDS Directory Server instance.
+property.task-backing-file.description=It may be either an absolute path or a relative path to the base of the OpenDJ  instance.
 property.task-retention-time.synopsis=Specifies the length of time that task entries should be retained after processing on the associated task has been completed.
 property.writability-mode.synopsis=Specifies the behavior that the backend should use when processing write operations.
 property.writability-mode.syntax.enumeration.value.disabled.synopsis=Causes all write attempts to fail.

--
Gitblit v1.10.0