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/BackupBackendCfgDefn_zh_TW.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/admin/messages/BackupBackendCfgDefn_zh_TW.properties b/opends/src/admin/messages/BackupBackendCfgDefn_zh_TW.properties index ec642e2..4c95d18 100644 --- a/opends/src/admin/messages/BackupBackendCfgDefn_zh_TW.properties +++ b/opends/src/admin/messages/BackupBackendCfgDefn_zh_TW.properties @@ -1,11 +1,11 @@ user-friendly-name=Backup Backend user-friendly-plural-name=Backup Backends -synopsis=The Backup Backend provides read-only access to the set of backups that are available for the OpenDS Directory Server. +synopsis=The Backup Backend provides read-only access to the set of backups that are available for the OpenDJ . description=It is provided as a convenience feature that makes it easier to determine what backups are available to be restored if necessary. 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. property.backup-directory.synopsis=Specifies the path to a backup directory containing one or more backups for a particular backend. -property.backup-directory.description=This is a multivalued property. Each value may specify a different backup directory if desired (one for each backend for which backups are taken). Values may be either absolute paths or paths that are relative to the base of the OpenDS Directory Server installation. +property.backup-directory.description=This is a multivalued property. Each value may specify a different backup directory if desired (one for each backend for which backups are taken). Values may be either absolute paths or paths that are relative to the base of the OpenDJ installation. property.base-dn.synopsis=Specifies the base DN(s) for the data that the backend handles. property.base-dn.description=A single backend may be responsible for one or more base DNs. Note that no two backends may have the same base DN although one backend may have a base DN that is below a base DN provided by another backend (similar to the use of sub-suffixes in the Sun Java System Directory Server). If any of the base DNs is subordinate to a base DN for another backend, then all base DNs for that backend must be subordinate to that same base DN. property.base-dn.requires-admin-action.synopsis=No administrative action is required by default although some action may be required on a per-backend basis before the new base DN may be used. -- Gitblit v1.10.0