From f73b655466092169abac34833fb628fce1fcdebe Mon Sep 17 00:00:00 2001
From: jcduff <jcduff@localhost>
Date: Thu, 23 Oct 2008 14:04:24 +0000
Subject: [PATCH] The commit will bring the following features :     - An updated version of the underlying database. BDB JE 3.3 is now used.     - Attribute API refactoring providing a better abstraction and offering improved performances.     - A new GUI called the Control-Panel to replace the Status-Panel: the specifications for this       GUI are available on OpenDS Wiki and contains a link to a mockup.        See <https://www.opends.org/wiki/page/ControlPanelUISpecification>.     - Some changes in the replication protocol to implement "Assured Replication Mode". The        specifications are on OpenDS Wiki at <https://www.opends.org/wiki/page/AssuredMode> and section 7       described some of the replication changes required to support this. Assured Replication is not finished,       but the main replication protocol changes to support it are done. As explained by Gilles on an email on       the Dev mailing list (http://markmail.org/message/46rgo3meq3vriy4a), with these changes the newer versions       of OpenDS may not be able to replicate with OpenDS 1.0 instances.     - Support for Service Tags on the platforms where the functionality is available and enabled. Specifications       are published at <https://www.opends.org/wiki/page/OpenDSServiceTagEnabled>. For more information on       Service Tags see <http://wikis.sun.com/display/ServiceTag/Sun+Service+Tag+FAQ>.     - The Admin Connector service. In order to provide agentry of the OpenDS server at any time, a new service       has been added, dedicated to the administration, configuration and monitoring of the server.       An overview of the Admin Connector service and it's use is available on the       OpenDS wiki <https://www.opends.org/wiki/page/ManagingAdministrationTrafficToTheServer>     - Updates to the various command line tools to support the Admin Connector service.     - Some internal re-architecting of the server to put the foundation of future developments such as virtual       directory services. The new NetworkGroups and WorkFlow internal services which have been specified in       <https://www.opends.org/wiki/page/BasicOperationRoutingThroughNetworkGroup> are now implemented.     - Many bug fixes...

---
 opends/src/messages/messages/admin_tool.properties | 1626 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 1,568 insertions(+), 58 deletions(-)

diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index 502408d..843580e 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -50,11 +50,9 @@
 INFO_ADDRESS_PORT_COLUMN=Address:Port
 INFO_HOSTNAME_LABEL=Host Name:
 INFO_ADMINISTRATIVE_USERS_LABEL=Administrative Users:
-INFO_AGE_OF_OLDEST_MISSING_CHANGE_COLUMN=<html>Age of Oldest<br>Missing \
- Change
-INFO_AGE_OF_OLDEST_MISSING_CHANGE_COLUMN_CLI=Age of Oldest Missing Change
+INFO_AGE_OF_OLDEST_MISSING_CHANGE_COLUMN=Age of Oldest Missing Change
 INFO_AUTHENTICATE_BUTTON_LABEL=Authenticate
-INFO_AUTHENTICATE_STATUS_PANEL_BUTTON_TOOLTIP=Authenticate as an \
+INFO_AUTHENTICATE_CONTROL_PANEL_BUTTON_TOOLTIP=Authenticate as an \
  administrative user to view all monitoring information
 INFO_BACKENDID_COLUMN=Backend ID
 INFO_BASEDN_COLUMN=Base DN
@@ -163,20 +161,20 @@
  servers:\n%s\nDo you want the uninstaller to try to remove the references to \
  this server in a best-effort mode?
 MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=This server is configured \
- to replicate some of its Base DNs.  There was an error retrieving the \
+ to replicate some of its Base DN's.  There was an error retrieving the \
  references to it in the replicated servers.  Note that to be able to remove \
  remote references you must provide Global Administrator credentials using the \
  %s and %s (or %s) options.%nContinuing uninstall as we are \
  on force on error mode.
 SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured \
- to replicate some of its Base DNs.  There was an error retrieving the \
+ to replicate some of its Base DN's.  There was an error retrieving the \
  references to it in the replicated servers.  Note that to be able to remove \
  remote references you must provide Global Administrator credentials using the \
  %s and %s (or %s) options.%nCheck that the connection parameters you \
  provided are correct.%nIf you want to uninstall the server even when remote \
  references cannot be removed, you can use the %s option.
 MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=This server is configured \
- to replicate some of its Base DNs.  There was an error retrieving the \
+ to replicate some of its Base DN's.  There was an error retrieving the \
  references to it in the replicated servers.%nDo you want to continue?
 INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=Server is Running
 INFO_CONNECTIONS_LABEL=Open Connections:
@@ -213,11 +211,12 @@
 INFO_LDIF_PROTOCOL_LABEL=LDIF
 INFO_SNMP_PROTOCOL_LABEL=SNMP
 INFO_LISTENERS_TITLE=Connection Handlers
+INFO_ADMIN_LISTENER_TITLE=Administration Connector
 INFO_LOGIN_CANCEL_BUTTON_TOOLTIP=Close Login Dialog
 INFO_LOGIN_DIALOG_MSG=You must provide an Administrative User DN and password \
  to retrieve monitoring information.
 INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_MSG=The Directory Server is not running. \
- Click OK to continue to the Status Panel.
+ Click OK to continue.
 INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_TITLE=Directory Server not Running
 INFO_LOGIN_DIALOG_TITLE=Authentication Required
 INFO_LOGIN_DN_LABEL=Administrative User DN:
@@ -250,7 +249,6 @@
 INFO_OPENDS_VERSION_LABEL=OpenDS Version:
 INFO_PROGRESS_REMOVING_REFERENCES=Removing references on %s
 INFO_PROTOCOL_COLUMN=Protocol
-INFO_QUIT_STATUS_PANEL_BUTTON_TOOLTIP=Quit Status Panel
 INFO_REMOVE_BACKUPS_LABEL=Backup Files Contained in bak Directory
 INFO_REMOVE_BACKUPS_TOOLTIP=Remove Backup Files Contained in bak Directory
 INFO_REMOVE_DATABASES_LABEL=Database Contents
@@ -285,15 +283,14 @@
 INFO_STATE_COLUMN=State
 INFO_STATUS_CLI_USAGE_DESCRIPTION=This utility can be used to display basic \
  server information
-SEVERE_ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Status \
+SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control \
 Panel.  Check that you have access to the display.
-SEVERE_ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch \
- Status Panel.  Check that you have access to the display.   Check file %s for \
+SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch \
+ Control Panel.  Check that you have access to the display.   Check file %s for \
  details.
-INFO_STATUS_PANEL_LAUNCHER_USAGE_DESCRIPTION=This utility can be used to \
- display the Status Panel window which displays basic server information and \
- allows to start, stop and restart the server.
-INFO_STATUSPANEL_DIALOG_TITLE=OpenDS Status Panel
+INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=This utility can be used to \
+ display the Control Panel window which displays basic server information and \
+ allows to do some basic administration tasks on the server.
 INFO_STOP_BUTTON_LABEL=Stop
 INFO_STOP_BUTTON_TOOLTIP=Stops the Directory Server
 INFO_BASEDN_NOT_REPLICATED_LABEL=Disabled
@@ -391,7 +388,7 @@
  to use to bind to the server
 INFO_DESCRIPTION_ENABLE_REPLICATION_HOST1=Fully qualified directory server \
  host name or IP address of the first server whose contents will be replicated
-INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=Directory server port \
+INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=Directory server administration port \
  number of the first server whose contents will be replicated
 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN1=DN to use to \
  bind to the first server whose contents will be replicated.  If not specified \
@@ -418,7 +415,7 @@
  replication is configured on the first server.
 INFO_DESCRIPTION_ENABLE_REPLICATION_HOST2=Fully qualified directory server \
  host name or IP address of the second server whose contents will be replicated
-INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=Directory server port \
+INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=Directory server administration port \
  number of the second server whose contents will be replicated
 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=DN to use to \
  bind to the second server whose contents will be replicated.  If not \
@@ -453,7 +450,7 @@
  communication with the second server
 INFO_DESCRIPTION_REPLICATION_BASEDNS=Base DN of \
  the data to be replicated, initialized or for which we want to disable \
- replication.  Multiple base DNs can be provided by using this option multiple \
+ replication.  Multiple base DN's can be provided by using this option multiple \
  times
 INFO_DESCRIPTION_REPLICATION_ADMIN_UID=User ID of the \
  Global Administrator to use to bind to the server.  For the '%s' subcommand \
@@ -467,7 +464,7 @@
  hostname or IP address of the source server whose contents will be used to \
  initialize the destination server
 INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_SOURCE=Directory \
- server port number of the source server whose contents will be used to \
+ server administration port number of the source server whose contents will be used to \
  initialize the destination server
 INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_SOURCE=Use SSL for secure \
  communication with the source server
@@ -477,7 +474,7 @@
  hostname or IP address of the destination server whose contents will be \
  initialized
 INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=Directory \
- server port number of the destination server whose contents will be initialized
+ server administration port number of the destination server whose contents will be initialized
 INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_DESTINATION=Use SSL for \
  secure communication with the destination server
 INFO_DESCRIPTION_INITIALIZE_REPLICATION_STARTTLS_DESTINATION=Use \
@@ -510,14 +507,14 @@
 INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=This subcommand must be \
  called before initializing the contents of all the replicated servers using \
  the tool import-ldif or the binary copy method.  You must specify the list of \
- Base DNs that will be initialized and you must \
+ Base DN's that will be initialized and you must \
  provide the credentials of any of the servers that are being replicated.  \
  After calling this subcommand, initialize the contents of all the servers in \
  the topology, then call the subcommand '%s'.
 INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=This subcommand must be \
  called after initializing the contents of all the replicated servers using \
  the tool import-ldif or the binary copy method.  You \
- must specify the list of Base DNs that have been initialized and you must \
+ must specify the list of Base DN's that have been initialized and you must \
  provide the credentials of any of the servers that are being replicated.  See \
  the usage of the subcommand '%s' for more information.
 INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=Updates the configuration of the \
@@ -530,9 +527,9 @@
  specified server for the provided Base DN and removes references in the other \
  servers with which it is replicating data.
 INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Displays a list with the basic \
- replication configuration of the base DNs of the servers defined in the \
- registration information.  If no base DNs are specified as parameter the \
- information for all base DNs is displayed.
+ replication configuration of the base DN's of the servers defined in the \
+ registration information.  If no base DN's are specified as parameter the \
+ information for all base DN's is displayed.
 SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one base \
  DN in no interactive mode.
 SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=You must provide the \
@@ -546,7 +543,7 @@
 SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=You have to provide two \
  different servers as source and destination of the initialization.  You have \
  provided twice the server %s:%s
-SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server LDAP port \
+SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port \
  and the replication port have the same value in host %s.  You provided %s \
  for both.
 SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=You have provided the same \
@@ -573,10 +570,10 @@
 MILD_ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=Could not connect to the \
  Directory Server %s with the provided credentials.%nError details: %s%n%n\
  Provide again the required information to connect to the server:
-INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> Specify OpenDS LDAP \
+INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration \
   connection parameters for the first server
 INFO_REPLICATION_ENABLE_HOSTNAME1_PROMPT=Host name of the first server
-INFO_REPLICATION_ENABLE_PORT1_PROMPT=LDAP port of the first server
+INFO_REPLICATION_ENABLE_PORT1_PROMPT=Administration port of the first server
 INFO_REPLICATION_ENABLE_PROTOCOL1=How do you want to connect to the first \
  server?
 INFO_REPLICATION_ENABLE_REPLICATIONPORT1_PROMPT=Replication port for the first \
@@ -585,10 +582,10 @@
  communication when connecting to replication port %s on the first server?
 INFO_REPLICATION_ENABLE_BINDDN1_PROMPT=Bind DN for the first server
 INFO_REPLICATION_ENABLE_PASSWORD1_PROMPT=Password for %s on the first server:
-INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> Specify OpenDS LDAP \
+INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration \
   connection parameters for the second server
 INFO_REPLICATION_ENABLE_HOSTNAME2_PROMPT=Host name of the second server
-INFO_REPLICATION_ENABLE_PORT2_PROMPT=LDAP port of the second server
+INFO_REPLICATION_ENABLE_PORT2_PROMPT=Administration port of the second server
 INFO_REPLICATION_ENABLE_PROTOCOL2=How do you want to connect to the second \
  server?
 INFO_REPLICATION_ENABLE_REPLICATIONPORT2_PROMPT=Replication port for the \
@@ -598,52 +595,52 @@
 INFO_REPLICATION_ENABLE_BINDDN2_PROMPT=Bind DN for the second server
 INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=Password for %s on the second server:
 INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Specify OpenDS \
- LDAP connection parameters for the source server
+ administration connection parameters for the source server
 INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Specify \
- OpenDS LDAP connection parameters for the destination server
-SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DNs \
+ OpenDS administration connection parameters for the destination server
+SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's \
  available to enable replication between the two servers.
-INFO_ALREADY_REPLICATED_SUFFIXES=The following base DNs are already replicated \
+INFO_ALREADY_REPLICATED_SUFFIXES=The following base DN's are already replicated \
  between the two servers:%n%s
-INFO_ALREADY_NOT_REPLICATED_SUFFIXES=The following base DNs are not \
+INFO_ALREADY_NOT_REPLICATED_SUFFIXES=The following base DN's are not \
  replicated:%n%s
-MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=The following base DNs cannot \
+MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=The following base DN's cannot \
  be replicated between the two servers because they could not be found in at \
  least one of the servers:%n%s
 MILD_ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=You must choose at least one base \
  DN to be replicated.
 INFO_REPLICATION_ENABLE_SUFFIX_PROMPT=Replicate base DN %s?
 SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base \
- DNs replicated between the two servers.
-MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=The following base DNs cannot be \
+ DN's replicated between the two servers.
+MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=The following base DN's cannot be \
  initialized because they are not replicated or they are not configured on \
  both servers:%n%s
 MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=You must choose at least one \
  base DN to be initialized.
 INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT=Initialize base DN %s?
 SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base \
- DNs replicated in the server.
+ DN's replicated in the server.
 SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no \
- base DNs replicated in the server.  The base DNs must be replicated to be \
- able to use their contents to initialize the base DNs on the other servers.
+ base DN's replicated in the server.  The base DN's must be replicated to be \
+ able to use their contents to initialize the base DN's on the other servers.
 MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=There are no \
- base DNs replicated in the server.
-MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=The following base DNs could \
+ base DN's replicated in the server.
+MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=The following base DN's could \
  not be found on the server:%n%s
  MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=The following base \
- DNs could not be found on the server:%n%s
+ DN's could not be found on the server:%n%s
 MILD_ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=You must choose at least one \
  base DN to be disabled.
 MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=You must choose at least one \
  base DN to initialize.
 INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_LOCAL_PROMPT=Are you going to \
  initialize only the contents of server %s (type 'no' if you will initialize \
- contents of all replicated servers for the given Base DNs)?
+ contents of all replicated servers for the given Base DN's)?
 MILD_ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=You must specify \
- the base DNs that will be initialized using the import-ldif command or the \
+ the base DN's that will be initialized using the import-ldif command or the \
  binary copy.
 MILD_ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=You must specify \
- the base DNs that have been initialized using the import-ldif command or the \
+ the base DN's that have been initialized using the import-ldif command or the \
  binary copy.
 INFO_REPLICATION_DISABLE_SUFFIX_PROMPT=Disable replication on base DN %s?
 INFO_REPLICATION_INITIALIZE_ALL_SUFFIX_PROMPT=Initialize base DN %s?
@@ -670,10 +667,10 @@
  the schema.  Disabling schema replication is only recommended in specific \
  scenarios.  Do you want to continue?
 INFO_REPLICATION_CONFIRM_DISABLE_GENERIC=Disabling replication will make the \
- data under the selected base DNs not to be synchronized with other servers \
+ data under the selected base DN's not to be synchronized with other servers \
  any more.  Do you want to continue?
 INFO_REPLICATION_CONFIRM_DISABLE_LAST_SUFFIXES=Disabling replication will make \
- the data under the selected base DNs not to be synchronized with other \
+ the data under the selected base DN's not to be synchronized with other \
  servers any more.  The replication port on the server will also be disabled.  \
  Do you want to continue?
 INFO_REPLICATION_CONFIRM_INITIALIZE_ADS=You chose to initialize the contents \
@@ -682,7 +679,7 @@
  not recommended to configure it directly.  Do you want to continue?
 INFO_REPLICATION_CONFIRM_INITIALIZE_GENERIC=Initializing the contents of a \
  base DN removes all the existing contents of that base DN.  Do you want to \
- remove the contents of the selected base DNs on server %s and replace them \
+ remove the contents of the selected base DN's on server %s and replace them \
  with the contents of server %s?
 INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_ADS=You chose to initialize the contents \
  of base DN %s with the contents in server %s.  This base DN is used by the \
@@ -690,7 +687,7 @@
  recommended to configure it directly.  Do you want to continue?
 INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=Initializing the contents of a \
  base DN removes all the existing contents of that base DN.  Do you want to \
- remove the contents of the selected base DNs on the replicated servers and \
+ remove the contents of the selected base DN's on the replicated servers and \
  replace them with the contents of server %s?
 MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=The following errors \
  were encountered reading the configuration of the existing servers:\n%s\nThe \
@@ -738,7 +735,7 @@
  server %s
 INFO_REPLICATION_DISABLING_REPLICATION_SERVER=Disabling replication port %s of \
  server %s
-INFO_REPLICATION_STATUS_NO_BASEDNS=No base DNs found.
+INFO_REPLICATION_STATUS_NO_BASEDNS=No base DN's found.
 INFO_REPLICATION_STATUS_BASEDN=Base DN
 INFO_REPLICATION_STATUS_IS_REPLICATED=Replication
 INFO_REPLICATION_STATUS_REPLICATED=%s - Replication Enabled
@@ -771,15 +768,15 @@
 INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=Updating replication information on \
  base DN %s
 INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Now you can proceed \
- to the initialization of the contents of the base DNs on server %s.  You can \
+ to the initialization of the contents of the base DN's on server %s.  You can \
  use the command import-ldif or the binary copy to do so.%n%nWhen the \
  initialization is completed you must use the subcommand '%s' for replication \
- to work with the new base DNs.
+ to work with the new base DN's.
 INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Now you can proceed \
- to the initialization of the contents of the base DNs on all the replicated \
+ to the initialization of the contents of the base DN's on all the replicated \
  servers.  You can use the command import-ldif or the binary copy to do \
  so.%n%nWhen the initialization is completed you must use the subcommand \
- '%s' for replication to work with the new base DNs contents.
+ '%s' for replication to work with the new base DN's contents.
 INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=Post initialization \
  procedure completed successfully.
 SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of \
@@ -812,4 +809,1517 @@
 INFO_REPLICATION_STATUS_MENU_PROMPT=Display Replication Status
 INFO_REPLICATION_POST_ENABLE_INFO=Replication has been successfully enabled.  \
  Note that for replication to work you must initialize the contents of the \
- base DNs that are being replicated (use %s %s to do so).
+ base DN's that are being replicated (use %s %s to do so).
+INFO_CONTROL_PANEL_TITLE=OpenDS Control Panel
+INFO_PERSON_ICON_DESCRIPTION=Person object
+INFO_ORGANIZATION_ICON_DESCRIPTION=Organization
+INFO_ORGANIZATIONAL_UNIT_ICON_DESCRIPTION=Organizational unit
+INFO_STATIC_GROUP_ICON_DESCRIPTION=Static group
+INFO_DYNAMIC_GROUP_ICON_DESCRIPTION=Dynamic group
+INFO_VIRTUAL_STATIC_GROUP_ICON_DESCRIPTION=Virtual static group
+INFO_PASSWORD_POLICY_ICON_DESCRIPTION=Password policy
+MILD_ERR_REFERRAL_LIMIT_EXCEEDED=Referral limit (%d) reached.
+INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=Yes
+INFO_INDEX_MUST_NOT_BE_REBUILT_CELL_VALUE=No 
+MILD_ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=Cannot modify the objectclass \
+ and rename the entry.
+
+INFO_CTRL_PANEL_CATEGORY_DIRECTORY_DATA=Directory Data
+INFO_CTRL_PANEL_ACTION_MANAGE_ENTRIES=Manage Entries
+INFO_CTRL_PANEL_ACTION_NEW_BASEDN=New Base DN...
+INFO_CTRL_PANEL_ACTION_IMPORT_LDIF=Import LDIF...
+INFO_CTRL_PANEL_ACTION_EXPORT_LDIF=Export LDIF...
+INFO_CTRL_PANEL_ACTION_BACKUP=Backup...
+INFO_CTRL_PANEL_ACTION_RESTORE=Restore...
+INFO_CTRL_PANEL_CATEGORY_SCHEMA=Schema
+INFO_CTRL_PANEL_ACTION_MANAGE_SCHEMA=Manage Schema
+INFO_CTRL_PANEL_CATEGORY_INDEXES=Indexes
+INFO_CTRL_PANEL_ACTION_MANAGE_INDEXES=Manage Indexes
+INFO_CTRL_PANEL_ACTION_VERIFY_INDEXES=Verify Indexes...
+INFO_CTRL_PANEL_ACTION_REBUILD_INDEXES=Rebuild Indexes...
+INFO_CTRL_PANEL_CATEGORY_RUNTIME_OPTIONS=Runtime Options
+INFO_CTRL_PANEL_ACTION_JAVA_SETTINGS=Java Settings
+INFO_CTRL_PANEL_ACTION_WINDOWS_SERVICE=Windows Service
+MILD_ERR_CTRL_PANEL_DN_NOT_VALID=The DN is not valid.
+MILD_ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Invalid dn value: '%s'.
+MILD_ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=The provided passwords do not match.
+MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=You must provide a value for attribute \
+ %s.
+
+INFO_CTRL_PANEL_CONN_HANDLER_LDAP=LDAP
+INFO_CTRL_PANEL_CONN_HANDLER_LDAPS=LDAPS
+INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP (allows StartTLS)
+INFO_CTRL_PANEL_CONN_HANDLER_JMX=JMX
+INFO_CTRL_PANEL_CONN_HANDLER_JMXS=JMX (secure)
+INFO_CTRL_PANEL_CONN_HANDLER_LDIF=LDIF
+INFO_CTRL_PANEL_CONN_HANDLER_SNMP=SNMP
+INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION=Replication
+INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION_SECURE=Replication (secure)
+INFO_CTRL_PANEL_CONN_HANDLER_ADMINISTRATION=Administration Connector
+INFO_CTRL_PANEL_CONN_HANDLER_OTHER=Other
+
+INFO_CTRL_PANEL_INDEX_SUBSTRING=Substring
+INFO_CTRL_PANEL_INDEX_PRESENCE=Presence
+INFO_CTRL_PANEL_INDEX_EQUALITY=Equality
+INFO_CTRL_PANEL_INDEX_APPROXIMATE=Approximate
+INFO_CTRL_PANEL_INDEX_ORDERING=Ordering
+
+INFO_CTRL_PANEL_INDEXES_HEADER_ATTRIBUTE=Attribute
+INFO_CTRL_PANEL_INDEXES_HEADER_INDEX_TYPES=Index Types
+INFO_CTRL_PANEL_INDEXES_HEADER_ENTRY_LIMIT=Entry Limit
+INFO_CTRL_PANEL_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild
+
+INFO_CTRL_PANEL_VLV_INDEXES_HEADER_NAME=Name
+INFO_CTRL_PANEL_VLV_INDEXES_HEADER_BASE_DN=Base DN
+INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SCOPE=Scope
+INFO_CTRL_PANEL_VLV_INDEXES_HEADER_FILTER=Filter
+INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SORT_ORDER=Sort Order
+INFO_CTRL_PANEL_VLV_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild
+
+INFO_CTRL_PANEL_BINARY_VALUE=- Binary Value -
+INFO_CTRL_PANEL_VALUE_IN_BASE64=- Value in Base64 -
+#
+# Note that the following property contains line breaks in HTML format (<br>)
+#
+INFO_CTRL_PANEL_INCOMPATIBLE_TASKS=The following task is running: %s<br>It \
+ cannot run simultaneously with task %s
+INFO_CTRL_PANEL_ADD_TO_GROUP_TASK_DESCRIPTION=Add entries to groups.
+INFO_CTRL_PANEL_ADDING_TO_GROUP=Updating group '%s'
+
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY=Equivalent command line to modify \
+ the entry:
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RENAME=Equivalent command line to rename \
+ the entry:
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BASE_DN=Equivalent command line to \
+ delete the base DN:
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BACKEND=Equivalent command line to \
+ delete the backend:
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_DOMAIN=Equivalent command line to \
+ disable replication on base DN '%s':
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_INDEX=Equivalent command line to \
+ modify the index:
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_VLV_INDEX=Equivalent command line to \
+ modify the VLV index:
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_BASE_DN=Equivalent command line to \
+ update the configuration:
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ADDITIONAL_INDEXES=Equivalent command \
+ lines to generate default indexes:
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_INDEX=Equivalent command line to \
+ create the index:
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_VLV_INDEX=Equivalent command line to \
+ create the VLV index:
+#
+# Note that the following property contains line breaks in HTML format (<br>)
+#
+INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=To update the java \
+ settings from the command line, edit the properties in file:<br><b>%s</b><br>\
+ Then run the following command-line:<br><b>%s</b><br><br>
+INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION=Delete base DN '%s'.
+INFO_CTRL_PANEL_DELETE_BASE_DNS_DESCRIPTION=Delete base DN's %s.
+INFO_CTRL_PANEL_DELETE_BACKEND_DESCRIPTION=Delete backend '%s'.
+INFO_CTRL_PANEL_DELETE_BACKENDS_DESCRIPTION=Delete backends '%s'.
+INFO_CTRL_PANEL_DELETING_BASE_DN=Deleting base DN '%s'
+INFO_CTRL_PANEL_DELETING_BASE_DNS=Deleting base DN's %s
+INFO_CTRL_PANEL_DELETING_BACKEND=Deleting backend '%s'
+
+INFO_CTRL_PANEL_DELETING_DOMAIN=Disabling replication of base DN '%s'
+
+INFO_CTRL_PANEL_DELETE_ENTRY_TASK_DESCRIPTION=Delete entries.
+
+INFO_CTRL_PANEL_ENTRIES_DELETED=%d entries deleted.
+INFO_CTRL_PANEL_DELETING_ENTRY_SUMMARY=Deleting '%s'...
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ENTRY=Equivalent command line to \
+ delete entry '%s':
+
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_INDEX=Equivalent command line to \
+ delete the index:
+INFO_CTRL_PANEL_DELETE_INDEX_TASK_DESCRIPTION=Delete indexes in backend '%s'.
+INFO_CTRL_PANEL_DELETE_INDEX_IN_BACKENDS_TASK_DESCRIPTION=Delete indexes in \
+backends '%s'.
+INFO_CTRL_PANEL_DELETING_INDEX=Deleting index '%s'
+INFO_CTRL_PANEL_DELETING_VLV_INDEX=Deleting VLV index '%s'
+
+INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_TASK_DESCRIPTION=Delete schema elements.
+INFO_CTRL_PANEL_DELETING_OBJECTCLASS=Deleting objectclass '%s'
+INFO_CTRL_PANEL_DELETING_ATTRIBUTE=Deleting attribute '%s'
+
+MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Error updating schema.  Details: %s
+MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Error updating \
+ configuration.  Details: %s
+MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Error checking entry.  Details: %s
+
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_OFFLINE=This operation \
+ is equivalent to removing the following attribute from the schema definition \
+ entry (cn=schema) in file '%s':
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_ONLINE=Equivalent \
+command line to update the schema:
+INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION=Modify entry '%s'.
+INFO_CTRL_PANEL_RENAMING_ENTRY=Renaming entry '%s' to '%s'
+INFO_CTRL_PANEL_MODIFYING_ENTRY=Modifying entry '%s'
+
+INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION=New entry '%s'.
+INFO_CTRL_PANEL_CREATING_ENTRY=Creating entry '%s'
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=Equivalent command line to \
+ create the entry:
+INFO_CTRL_PANEL_REBUILD_INDEX_TASK_DESCRIPTION=Rebuild indexes in '%s'.
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=Equivalent command line to \
+ rebuild indexes in '%s':
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=Equivalent command line to \
+ enable the backend '%s':
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=Equivalent command line to \
+ disable the backend '%s':
+ 
+INFO_CTRL_PANEL_ENABLING_BACKEND=Enabling backend '%s'
+INFO_CTRL_PANEL_DISABLING_BACKEND=Disabling backend '%s'
+
+INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=Reset password for entry \
+'%s'.
+INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=Updating password of entry '%s'
+
+INFO_CTRL_PANEL_RESTART_SERVER_TASK_DESCRIPTION=Restart Server.
+INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=Start Server.
+INFO_CTRL_PANEL_STOP_SERVER_TASK_DESCRIPTION=Stop Server.
+
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_STOP_SERVER=Equivalent command line to stop \
+ the server:
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_START_SERVER=Equivalent command line to \
+ start the server:
+INFO_CTRL_PANEL_SERVER_STOPPED=Server Stopped
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=This operation is \
+ equivalent to adding the following attribute to the schema definition entry \
+ (cn=schema) in file '%s':
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ENTRY_OFFLINE=This operation is \
+ equivalent to adding the following entry to the file '%s':
+INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_ONLINE=Equivalent command \
+ line to update the schema:
+
+MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=Could not find backend
+MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=The backend '%s' could not be \
+ found.  Check main panel for more information.
+ 
+INFO_CTRL_PANEL_SERVER_NOT_RUNNING_SUMMARY=Server Not Running
+INFO_CTRL_PANEL_SERVER_NOT_RUNNING_DETAILS=To browse data the server must be \
+ running and you must provide authentication.
+
+INFO_CTRL_PANEL_INDICATES_REQUIRED_FIELD_LABEL=Indicates Required Field
+
+INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_SUMMARY=Index Rebuild Required
+#
+# Note that the following two properties contain line breaks in HTML format
+# (<br>)
+#
+INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_OFFLINE_DETAILS=The index configuration \
+ for '%s' was successfully modified.  For the configuration to be taken into \
+ account the database index files must be regenerated.  This can be done by \
+ using the 'Rebuild Indexes' tool or re-importing the contents of the backend \
+ '%s'.<br><br> Do you want to rebuild the index now?
+INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_ONLINE_DETAILS=The index configuration \
+ for '%s' was successfully modified.  For the configuration to be taken into \
+ account the database index files must be regenerated.  This can be done by \
+ using the 'Rebuild Indexes' tool or re-importing the contents of the backend \
+ '%s'.<br>During the rebuilding of the indexes the backend '%s' will be \
+ disabled and none of its suffixes will be accessible.<br><br>Do you want to \
+ rebuild the index now?
+
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_SUMMARY=Authentication Required
+
+INFO_CTRL_PANEL_EQUIVALENT_COMMAND_LINE=Equivalent command line:
+
+INFO_CTRL_PANEL_REBUILDING_INDEXES_SUMMARY=Rebuilding indexes in backend '%s'...
+INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_SUMMARY=Index Rebuilding Complete
+INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_DETAILS=The indexes where \
+ successfully rebuilt.
+MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Error Rebuilding Indexes
+MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS= An error occurred \
+ rebuilding index.  Error code: %d.
+
+INFO_CTRL_PANEL_DETAILS_THROWABLE=Details: %s
+
+INFO_CTRL_PANEL_STARTING_SERVER_SUMMARY=Starting Server...
+INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_SUMMARY=Start Complete
+INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_DETAILS=The server started \
+ successfully
+MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Error during server start
+MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=An error starting the \
+ server.  Error code: %d
+
+INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_SUMMARY=Restart Complete
+INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_DETAILS=The server restarted \
+ successfully
+MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Error during server restart
+MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=An error restarting the \
+ server.  Error code: %d
+ 
+INFO_CTRL_PANEL_STOPPING_SERVER_SUMMARY=Stopping Server...
+INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_SUMMARY=Stop Complete
+INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_DETAILS=The server stopped \
+ successfully
+MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Error during Server Stop
+MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=An error stopping the \
+ server.  Error code: %d
+ 
+INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=Close window when \
+ operation completes
+INFO_CTRL_PANEL_PLEASE_WAIT_SUMMARY=Please wait...
+INFO_CTRL_PANEL_PROGRESS_DIALOG_DETAILS_LABEL=Details:
+
+INFO_CTRL_PANEL_START_SERVER_PROGRESS_DLG_TITLE=Start Server
+INFO_CTRL_PANEL_STOP_SERVER_PROGRESS_DLG_TITLE=Stop Server
+INFO_CTRL_PANEL_RESTART_SERVER_PROGRESS_DLG_TITLE=Restart Server
+
+INFO_CTRL_PANEL_CONFIRMATION_REQUIRED_SUMMARY=Confirmation Required
+#
+# Note that the following two properties contain line breaks in HTML format
+# (<br>)
+#
+INFO_CTRL_PANEL_CONFIRM_STOP_SERVER_DETAILS=If the server is stopped all the \
+ open connections to the server will be closed and the server will be not \
+ available.<br><br>Do you want to continue?
+INFO_CTRL_PANEL_CONFIRM_RESTART_SERVER_DETAILS=During the restart process all \
+ the open connections to the server will be closed and the server will be not \
+ available.<br><br>Do you want to continue?
+
+INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY=Loading panel...
+INFO_CTRL_PANEL_CHECKING_SUMMARY=Checking...
+INFO_CTRL_PANEL_REFRESHING_LIST_SUMMARY=Refreshing List...
+INFO_CTRL_PANEL_READING_SUMMARY=Reading...
+INFO_CTRL_PANEL_READING_JAVA_SETTINGS_SUMMARY=Reading Java Settings...
+INFO_CTRL_PANEL_VERIFYING_AUTHENTICATION_SUMMARY=Verifying Authentication...
+INFO_CTRL_PANEL_READING_CONFIGURATION_SUMMARY=Reading Configuration...
+
+INFO_CTRL_PANEL_BASE_DN_LABEL=Base DN:
+INFO_CTRL_PANEL_FILTER_LABEL=Filter:
+INFO_CTRL_PANEL_APPLY_BUTTON_LABEL=Apply
+INFO_CTRL_PANEL_CLOSE_BUTTON_LABEL=Close
+INFO_CTRL_PANEL_CANCEL_BUTTON_LABEL=Cancel
+INFO_CTRL_PANEL_OK_BUTTON_LABEL=OK
+INFO_CTRL_PANEL_SAVE_BUTTON_LABEL=Save
+INFO_CTRL_PANEL_DO_NOT_SAVE_BUTTON_LABEL=Do Not Save
+INFO_CTRL_PANEL_INVALID_DN_DETAILS=The value %s is not a valid DN.  Details: %s
+INFO_CTRL_PANEL_NO_BASE_DN_SELECTED=No base DN selected.
+INFO_CTRL_PANEL_INVALID_FILTER_DETAILS=The provided filter is not valid.  \
+ Details: %s
+INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL=No Matches Found
+INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED=Maximum %d Children Displayed.  Try \
+ Applying a Filter.
+INFO_CTRL_PANEL_SUBSTRING_SEARCH_INLINE_HELP=Use '*' for substring search.
+
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=The server is \
+ running.  You must provide authentication to browse data.
+INFO_CTRL_PANEL_AUTHENTICATION_SERVER_MUST_RUN_TO_BROWSE_SUMMARY=To browse \
+ data the server must be running and you must provide authentication.
+INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=An error occurred trying to \
+ connect to the server to read data.  Details: %s
+INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_DETAILS=Connection Error
+
+INFO_CTRL_PANEL_ATTRIBUTE_LABEL=Attribute:
+INFO_CTRL_PANEL_ENTRY_LIMIT_LABEL=Entry Limit:
+INFO_CTRL_PANEL_INDEX_TYPE_LABEL=Index Type:
+INFO_CTRL_PANEL_APPROXIMATE_LABEL=Approximate
+INFO_CTRL_PANEL_EQUALITY_LABEL=Equality
+INFO_CTRL_PANEL_ORDERING_LABEL=Ordering
+INFO_CTRL_PANEL_PRESENCE_LABEL=Presence
+INFO_CTRL_PANEL_SUBSTRING_LABEL=Substring
+INFO_CTRL_PANEL_DELETE_INDEX_LABEL=Delete Index...
+INFO_CTRL_PANEL_SAVE_CHANGES_LABEL=Save Changes
+INFO_CTRL_PANEL_NON_CONFIGURABLE_INDEX_LABEL=This is a non-configurable \
+ internal index
+#
+# Note that the following property contains line breaks in HTML format (<br>)
+# and must begin with <html>
+#
+INFO_CTRL_PANEL_INDEX_MODIFIED_LABEL=<html>The index has been modified.<br>\
+ Rebuild of the indexes required (using 'Rebuild Index' or 'Import').
+
+INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_LABEL=Custom Attributes
+INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_LABEL=Standard Attributes
+
+INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=Index Details
+
+MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=The entry limit must be an integer \
+ between %d and %d.
+
+MILD_ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=You must select at least one index \
+ type (approximate, equality, ordering, presence or substring).
+
+SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unexpected error. Details: %s
+MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=Entry '%s' already exists.
+
+INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUMMARY=Creating new entry...
+INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_SUMMARY=Entry created
+INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_DETAILS=The entry was \
+ successfully created.
+MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Error creating new entry
+MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=An error occurred \
+ creating new entry.
+
+INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_SERVER_RUNNING=To create an entry the \
+ server must be running and you must provide authentication.
+INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_AUTHENTICATION=To create an entry you must \
+ provide authentication.
+MILD_ERR_LDIF_REPRESENTATION_REQUIRED=You must provide the LDIF representation \
+ of the entry.
+MILD_ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED=You must provide the objectclass \
+ values of the entry.
+ 
+INFO_CTRL_PANEL_FILTER_INLINE_HELP_LABEL=For example: (|(cn=*)(sn=*))
+INFO_CTRL_PANEL_SUBTREE_INLINE_HELP_LABEL=For example: dc=subtree,dc=example,\
+dc=com
+INFO_CTRL_PANEL_VLV_INDEX_DETAILS_LABEL=VLV Index Details
+
+INFO_CTRL_PANEL_VLV_INDEX_NAME_LABEL=Name:
+INFO_CTRL_PANEL_VLV_INDEX_BASE_DN_LABEL=Base DN:
+INFO_CTRL_PANEL_VLV_INDEX_FILTER_LABEL=Filter:
+INFO_CTRL_PANEL_VLV_INDEX_SEARCH_SCOPE_LABEL=Search Scope:
+INFO_CTRL_PANEL_VLV_INDEX_SEARCH_FILTER_LABEL=Search Filter:
+INFO_CTRL_PANEL_VLV_INDEX_SORT_ORDER_LABEL=Sort Order:
+INFO_CTRL_PANEL_VLV_INDEX_MAX_BLOCK_SIZE_LABEL=Max Block Size:
+INFO_CTRL_PANEL_VLV_INDEX_BASE_OBJECT_LABEL=Base Object
+INFO_CTRL_PANEL_VLV_INDEX_SINGLE_LEVEL_LABEL=Single Level
+INFO_CTRL_PANEL_VLV_INDEX_SUBORDINATE_SUBTREE_LABEL=Subordinate Subtree
+INFO_CTRL_PANEL_VLV_INDEX_WHOLE_SUBTREE_LABEL=Whole Subtree
+INFO_CTRL_PANEL_VLV_INDEX_ADD_BUTTON_LABEL=Add
+INFO_CTRL_PANEL_VLV_INDEX_REMOVE_BUTTON_LABEL=Remove
+INFO_CTRL_PANEL_VLV_INDEX_MOVE_UP_BUTTON_LABEL=Move Up
+INFO_CTRL_PANEL_VLV_INDEX_MOVE_DOWN_BUTTON_LABEL=Move Down
+
+INFO_CTRL_PANEL_VLV_OTHER_BASE_DN_LABEL=Other:
+INFO_CTRL_PANEL_VLV_ASCENDING_LABEL=(ascending)
+INFO_CTRL_PANEL_VLV_DESCENDING_LABEL=(descending)
+
+MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=Could not find schema
+MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=The schema could not be found.  \
+ Check main panel for more information.
+INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_TITLE=Indexes Not Defined
+#
+# Note that the following property contains line breaks in HTML format (<br>)
+#
+INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_MSG=In order this VLV \
+ index to be effective the following indexes must be configured in '%s':<br>%s \
+ <br><br>Do you want to continue?
+
+INFO_CTRL_PANEL_VLV_INDEX_EQUALITY_TYPE=equality
+INFO_CTRL_PANEL_VLV_INDEX_SUBSTRING_TYPE=substring
+INFO_CTRL_PANEL_VLV_INDEX_ORDERING_TYPE=ordering
+INFO_CTRL_PANEL_VLV_INDEX_PRESENCE_TYPE=presence
+INFO_CTRL_PANEL_VLV_INDEX_APPROXIMATE_TYPE=approximate
+
+INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=You must update the \
+ definition of index '%s' to be of type %s.
+INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=You must define the index '%s' to be of \
+ type %s.
+INFO_CTRL_PANEL_MUST_DEFINE_INDEX=You must define the index '%s'.
+MILD_ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=No VLV index name provided.
+MILD_ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=There is already a VLV index \
+ '%s' defined in backend '%s'.
+MILD_ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=You must provide a base DN.
+MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=The provided base DN is \
+ not valid.  Details: %s
+MILD_ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=You must provide a filter for \
+ the index.
+MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=The provided filter is not \
+ valid.  Details: %s
+MILD_ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=You must select at least one \
+ attribute for the sort order.
+MILD_ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=The max block size \
+ must be an integer between %d and %d.
+
+INFO_CTRL_PANEL_ADD_TO_GROUP_TITLE=Add to Group
+INFO_CTRL_PANEL_ADD_TO_GROUP_ENTRIES_LABEL=Entries to be added:
+INFO_CTRL_PANEL_ADD_TO_GROUP_GROUPS_LABEL=Groups:
+INFO_CTRL_PANEL_ADD_GROUPS_BUTTON_LABEL=Add Groups...
+INFO_CTRL_PANEL_CHOOSE_GROUP_TITLE=Choose Groups
+MILD_ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=The group '%s' could not be found.
+MILD_ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=The entry '%s' exists but it is not an \
+ static group.
+MILD_ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=You must specify a group.
+
+
+INFO_CTRL_PANEL_ADDING_TO_GROUP_SUMMARY=Adding to Group...
+INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_SUMMARY=Entries added to groups
+INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_DETAILS=The entries were \
+ successfully added.
+MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Error adding to groups
+MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_DETAILS=An error occurred adding to \
+ groups.
+ 
+INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_TITLE=Attribute Syntax
+INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DETAILS=Attribute Syntax Details
+INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_NAME=Name:
+INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_OID=OID:
+INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DESCRIPTION=Description:
+INFO_CTRL_PANEL_USED_BY_ATTRIBUTES=Used by attributes:
+
+INFO_CTRL_PANEL_BACKEND_INDEXES_TITLE=Backend Indexes
+INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE=Backend VLV Indexes
+
+INFO_CTRL_PANEL_NO_BACKUPS_FOUND=- No Backups Found -
+
+INFO_CTRL_PANEL_BROWSE_BUTTON_LABEL=Browse...
+INFO_CTRL_PANEL_AVAILABLE_BACKUPS_LABEL=Available Backups:
+INFO_CTRL_PANEL_REFRESH_LIST_BUTTON_LABEL=Refresh List
+INFO_CTRL_PANEL_VERIFY_BACKUP_BUTTON_LABEL=Verify Backup
+MILD_ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Error searching backups
+
+
+INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Backup Path:
+
+INFO_CTRL_PANEL_BACKUP_TITLE=Run Backup
+INFO_CTRL_PANEL_BACKUP_ALL_BACKENDS_LABEL=All Backends
+INFO_CTRL_PANEL_BACKUP_TYPE_LABEL=Backup Type:
+INFO_CTRL_PANEL_FULL_BACKUP_LABEL=Full Backup
+INFO_CTRL_PANEL_INCREMENTAL_BACKUP_LABEL=Incremental Backup (Specify Parent \
+ Backup Below)
+INFO_CTRL_PANEL_BACKUP_ID_LABEL=Backup ID:
+INFO_CTRL_PANEL_AVAILABLE_PARENT_BACKUPS_LABEL=Available Parent Backups:
+INFO_CTRL_PANEL_BACKUP_OPTIONS_LABEL=Backup Options:
+INFO_CTRL_PANEL_COMPRESS_DATA_LABEL=Compress Data (.gzip)
+INFO_CTRL_PANEL_ENCRYPT_DATA_LABEL=Encrypt Data
+INFO_CTRL_PANEL_GENERATE_MESSAGE_DIGEST_LABEL=Generate Message Digest of \
+ Backup Contents to Use as Checksum
+INFO_CTRL_PANEL_SIGN_MESSAGE_DIGEST_HASH_LABEL=Sign Message Digest Hash
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=The server is running.  You \
+ must provide authentication to perform the backup.
+
+MILD_ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=No backends selected.
+MILD_ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=No backends available.
+MILD_ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=No backup path provided.
+MILD_ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=The backup path '%s" exists and is a \
+ file.
+MILD_ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=The backup path '%s' does not \
+ exist.
+MILD_ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=No backup ID provided.
+MILD_ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=The file '%s' exists.  You must provide \
+ a directory to do the new backup.
+MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_SELECTED=You have chosen to run an \
+ incremental backup.  You must select the parent backup in the list of \
+ available parent backups.
+MILD_ERR_CTRL_PANEL_BACKUP_ID_ALREADY_EXIST=A backup with ID '%s' is already \
+ defined under '%s'.
+INFO_CTRL_PANEL_BACKUP_TASK_DESCRIPTION=Backup contents of  '%s' to directory \
+ '%s'.
+INFO_CTRL_PANEL_RUN_BACKUP_SUMMARY=Creating backup of backend '%s'...
+INFO_CTRL_PANEL_RUN_BACKUP_ALL_BACKENDS=Creating backup of all backends...
+INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_SUMMARY=Backup Complete
+INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_DETAILS=The backup finished successfully.
+MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Error during Backup
+MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=An error occurred during the \
+ backup.  Error code: %d.
+
+INFO_CTRL_PANEL_OTHER_BASE_DN_TITLE=Other Base DN
+MILD_ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=You must provide a base DN.
+MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=The provided base DN is not \
+ valid.  Details: %s
+
+INFO_CTRL_PANEL_NO_VALUE_SPECIFIED=- No Value Specified -
+MILD_ERR_CTRL_PANEL_FILE_NOT_PROVIDED=You have to provide a value for the file.
+MILD_ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=The file '%s' does not exist.
+MILD_ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=The path '%s' is a directory.  You \
+ must provide a file.
+MILD_ERR_CTRL_PANEL_CANNOT_READ_FILE=Cannot read file '%s'.  Check that you \
+ have read rights to it.
+MILD_ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=You must provide a value in Base \
+ 64 format.
+MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=An error occurred reading the contents \
+ of the file.  Details: %s
+MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=An error occurred decoding the \
+ provided base 64 string.  Details: %s
+INFO_CTRL_PANEL_EDIT_BINARY_ATTRIBUTE_TITLE=Edit binary attribute
+
+INFO_CTRL_PANEL_USE_CONTENTS_OF_FILE=Use contents of file:
+INFO_CTRL_PANEL_USE_CONTENTS_IN_BASE_64=Specify binary contents in base 64 \
+ format:
+INFO_CTRL_PANEL_REFRESH_BUTTON_LABEL=Refresh 
+INFO_CTRL_PANEL_IMAGE_PREVIEW_LABEL=Image Preview:
+INFO_CTRL_PANEL_SPECIFY_CONTENTS_IN_BASE_64=- Specify the value in Base 64 -
+INFO_CTRL_PANEL_IMAGE_OF_ATTRIBUTE_LABEL=Image of Attribute
+INFO_CTRL_PANEL_PREVIEW_NOT_AVAILABLE_LABEL=Preview not available.
+
+INFO_CTRL_PANEL_VIEW_BINARY_ATTRIBUTE_TITLE=View binary attribute
+INFO_CTRL_PANEL_VALUE_IN_BASE_64_LABEL=Value in base 64 format:
+
+INFO_CTRL_PANEL_MANAGE_ENTRIES_TITLE=Manage Entries
+
+INFO_CTRL_PANEL_NEW_USER_MENU=New User...
+INFO_CTRL_PANEL_NEW_GROUP_MENU=New Group...
+INFO_CTRL_PANEL_NEW_ORGANIZATION_MENU=New Organization...
+INFO_CTRL_PANEL_NEW_ORGANIZATIONAL_UNIT_MENU=New Organizational Unit...
+INFO_CTRL_PANEL_NEW_DOMAIN_MENU=New Domain...
+INFO_CTRL_PANEL_NEW_FROM_LDIF_MENU=New from LDIF...
+INFO_CTRL_PANEL_RESET_USER_PASSWORD_MENU=Reset User Password...
+INFO_CTRL_PANEL_ADD_TO_GROUP_MENU=Add to Group...
+INFO_CTRL_PANEL_COPY_DN_MENU=Copy DN
+INFO_CTRL_PANEL_DELETE_SELECTED_ENTRIES_TITLE=Delete Selected Entries
+INFO_CTRL_PANEL_DELETE_ENTRIES_CONFIRMATION_DETAILS=Do you want to delete the \
+ selected entries (including all the entries below them on the tree)?
+INFO_CTRL_PANEL_FILE_MENU=File
+INFO_CTRL_PANEL_EXIT_MENU=Exit
+INFO_CTRL_PANEL_HELP_MENU=Help
+INFO_CTRL_PANEL_ADMINISTRATION_GUIDE_MENU=Administration Guide
+INFO_CTRL_PANEL_DOCUMENTATION_WIKI_MENU=Documentation Wiki
+INFO_CTRL_PANEL_NEW_BROWSER_WINDOW_MENU=New Window
+INFO_CTRL_PANEL_VIEW_MENU=View
+INFO_CTRL_PANEL_ENTRIES_MENU=Entries
+INFO_CTRL_PANEL_CLOSE_MENU=Close
+INFO_CTRL_PANEL_FILE_MENU_DESCRIPTION=The file menu
+INFO_CTRL_PANEL_VIEW_MENU_DESCRIPTION=The view menu
+INFO_CTRL_PANEL_HELP_MENU_DESCRIPTION=The help menu
+INFO_CTRL_PANEL_ENTRIES_MENU_DESCRIPTION=The entries edition menu
+INFO_CTRL_PANEL_SIMPLIFIED_VIEW_MENU=Simplified View
+INFO_CTRL_PANEL_ATTRIBUTE_VIEW_MENU=Attribute View
+INFO_CTRL_PANEL_LDIF_VIEW_MENU=LDIF View
+INFO_CTRL_PANEL_DELETE_ENTRY_MENU=Delete Entry...
+INFO_CTRL_PANEL_DELETE_ENTRY_BUTTON=Delete Entry...
+INFO_CTRL_PANEL_DELETE_BASE_DN_MENU=Delete Base DN...
+INFO_CTRL_PANEL_DELETE_BACKEND_MENU=Delete Backend...
+
+INFO_CTRL_PANEL_DELETING_ENTRIES_SUMMARY=Deleting entries...
+INFO_CTRL_PANEL_DELETING_ENTRIES_COMPLETE=Entries Deleted
+INFO_CTRL_PANEL_DELETING_ENTRIES_SUCCESSFUL=The entries were successfully \
+ deleted.
+MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=Error deleting entries
+MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_DETAILS=An error occurred deleting \
+ entries
+INFO_CTRL_PANEL_INDEXES_CATEGORY_NODE=Indexes
+INFO_CTRL_PANEL_VLV_INDEXES_CATEGORY_NODE=VLV Indexes
+
+INFO_CTRL_PANEL_BACKEND_LABEL=Backend:
+INFO_CTRL_PANEL_NO_BACKENDS_FOUND_LABEL=- No Backends Found -
+INFO_CTRL_PANEL_NO_BASE_DNS_FOUND_LABEL=- No Base DN's Found -
+INFO_CTRL_PANEL_NO_ITEM_SELECTED_LABEL=- No Item Selected -
+INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED_LABEL=- Multiple Items Selected -
+INFO_CTRL_PANEL_NO_ENTRY_SELECTED_LABEL=- No Entry Selected -
+INFO_CTRL_PANEL_MULTIPLE_ENTRIES_SELECTED_LABEL=- Multiple Entries Selected -
+INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED_LABEL=- No Schema Item Selected -
+INFO_CTRL_PANEL_NEW_INDEX_BUTTON_LABEL=New Index...
+INFO_CTRL_PANEL_NEW_VLV_INDEX_BUTTON_LABEL=New VLV Index...
+INFO_CTRL_PANEL_NEW_INDEX_MENU=New Index...
+INFO_CTRL_PANEL_NEW_VLV_INDEX_MENU=New VLV Index...
+INFO_CTRL_PANEL_DELETE_INDEX_MENU=Delete Index...
+
+
+INFO_CTRL_PANEL_MANAGE_INDEXES_TITLE=Manage Indexes
+MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=No Backends Found
+MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_DETAILS=There are no backends defined.  \
+ To create and manage indexes, you must create a backend.  To create a new \
+ backend you can use the action "New Base DN".
+MILD_ERR_CTRL_PANEL_NO_INDEX_SELECTED=No index selected on the tree.
+INFO_CTRL_PANEL_DELETE_INDEXES_TITLE=Delete Indexes
+INFO_CTRL_PANEL_CONFIRMATION_INDEXES_DELETE_DETAILS=Are you sure you want to \
+ delete the indexes '%s' defined in backend '%s'?
+INFO_CTRL_PANEL_DELETING_INDEXES_SUMMARY=Deleting indexes...
+INFO_CTRL_PANEL_DELETING_INDEXES_COMPLETE=Indexes Deleted
+INFO_CTRL_PANEL_DELETING_INDEXES_SUCCESSFUL=The indexes '%s' in backend '%s' \
+ were successfully deleted.
+MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Error deleting indexes
+MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS=An error occurred deleting \
+ indexes '%s'.
+
+
+INFO_CTRL_PANEL_ATTRIBUTES_CATEGORY_NODE=Attributes
+INFO_CTRL_PANEL_OBJECTCLASSES_CATEGORY_NODE=Object Classes
+INFO_CTRL_PANEL_STANDARD_OBJECTCLASSES_CATEGORY_NODE=Standard
+INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASSES_CATEGORY_NODE=Server Configuration
+INFO_CTRL_PANEL_CUSTOM_OBJECTCLASSES_CATEGORY_NODE=Custom
+INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_CATEGORY_NODE=Standard
+INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTES_CATEGORY_NODE=Server Configuration
+INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_CATEGORY_NODE=Custom
+INFO_CTRL_PANEL_MATCHING_RULES_CATEGORY_NODE=Matching Rules
+INFO_CTRL_PANEL_ATTRIBUTE_SYNTAXES_CATEGORY_NODE=Attribute Syntaxes
+INFO_CTRL_PANEL_NEW_OBJECTCLASS_BUTTON=New Object Class...
+INFO_CTRL_PANEL_NEW_ATTRIBUTE_BUTTON=New Attribute...
+INFO_CTRL_PANEL_NEW_OBJECTCLASS_MENU=New Object Class...
+INFO_CTRL_PANEL_NEW_ATTRIBUTE_MENU=New Attribute...
+INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_MENU=Delete...
+
+INFO_CTRL_PANEL_SCHEMA_ELEMENT_NAME=Name
+INFO_CTRL_PANEL_SCHEMA_ELEMENT_TYPE=Type
+INFO_CTRL_PANEL_PARENT_CLASS=Parent Class
+INFO_CTRL_PANEL_CHILD_CLASS=Child Class
+INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES=Required Attributes
+INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES=Optional Attributes
+
+INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED=No Schema Item Selected
+INFO_CTRL_PANEL_CATEGORY_ITEM_SELECTED=Category Item Selected
+INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED=Multiple Schema Items Selected
+
+MILD_ERR_CANNOT_DELETE_PARENT_OBJECTCLASS=ObjectClass '%s' is superior of the \
+ following classes: %s.  You must redefine these classes so that they do not \
+ inherit from objectClass '%s' before deleting it.
+MILD_ERR_CANNOT_DELETE_PARENT_ATTRIBUTE=Attribute '%s' is superior of the \
+ following attributes: %s.  You must redefine these attributes so that they do \
+ not inherit from attribute '%s' before deleting it.
+MILD_ERR_CANNOT_DELETE_ATTRIBUTE_WITH_DEPENDENCIES=Attribute '%s' is optional \
+ or required by the following objectClasses: %s.  You must redefine these \
+ classes so that they do not depend on attribute '%s' before deleting it.
+INFO_CTRL_PANEL_MANAGE_SCHEMA_TITLE=Manage Schema
+INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_TITLE=Delete Objectclasses
+INFO_CTRL_PANEL_DELETE_ATTRIBUTES_TITLE=Delete Attributes
+INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_AND_ATTRIBUTES_TITLE=Delete Objectclasses \
+ and Attributes
+INFO_CTRL_PANEL_CONFIRMATION_DELETE_SCHEMA_ELEMENTS_DETAILS=Are you sure you \
+ want to delete the elements '%s' defined in the schema?
+INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUMMARY=Deleting...
+INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_COMPLETE=Schema Definitions Deleted
+INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUCCESSFUL=The schema elements '%s' \
+ were successfully deleted
+MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Error deleting \
+ schema elements
+MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS=An error occurred \
+ deleting schema elements.  Check details for more information
+
+INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTE_TITLE=Configuration Attribute
+INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASS_TITLE=Configuration Object Class
+INFO_CTRL_PANEL_CUSTOM_ATTRIBUTE_TITLE=Custom Attribute
+INFO_CTRL_PANEL_CUSTOM_OBJECTCLASS_TITLE=Custom Object Class
+
+INFO_CTRL_PANEL_DELETE_ATTRIBUTE_BUTTON=Delete Attribute...
+INFO_CTRL_PANEL_DELETE_ATTRIBUTE_TITLE=Delete Attribute
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_ATTRIBUTE_DELETE=The server is \
+ running.  You must provide authentication to delete the attribute.
+INFO_CTRL_PANEL_CONFIRMATION_DELETE_ATTRIBUTE_DETAILS=Are you sure you want to \
+ delete the attribute '%s' defined in the schema?
+INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUMMARY=Deleting attribute '%s'...
+INFO_CTRL_PANEL_DELETING_ATTRIBUTE_COMPLETE=Attribute Deleted
+INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUCCESSFUL=The attribute '%s' was \
+ successfully deleted
+MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Error deleting \
+ attribute
+MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=An error occurred deleting \
+ attribute '%s'.  Check details for more information.
+ 
+INFO_CTRL_PANEL_DELETE_OBJECTCLASS_BUTTON=Delete Object Class...
+INFO_CTRL_PANEL_DELETE_OBJECTCLASS_TITLE=Delete Object Class
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_OBJECTCLASS_DELETE=The server is \
+ running.  You must provide authentication to delete the object class.
+INFO_CTRL_PANEL_CONFIRMATION_DELETE_OBJECTCLASS_DETAILS=Are you sure you want \
+ to delete the object class '%s' defined in the schema?
+INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUMMARY=Deleting object class '%s'...
+INFO_CTRL_PANEL_DELETING_OBJECTCLASS_COMPLETE=Object class Deleted
+INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUCCESSFUL=The object class '%s' was \
+ successfully deleted
+MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Error deleting \
+ object class
+MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS=An error occurred \
+ deleting object class '%s'.  Check details for more information.
+
+INFO_CTRL_PANEL_DELETE_BACKEND_TITLE=Delete Backend
+INFO_CTRL_PANEL_SELECT_BACKENDS_TO_DELETE=Select the Backends to Delete:
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKEND_DELETE=The server is \
+ running.  You must provide authentication to delete a backend.
+ 
+INFO_CTRL_PANEL_DELETING_BACKENDS_SUMMARY=Deleting backends...
+INFO_CTRL_PANEL_DELETING_BACKENDS_COMPLETE=Backends Deleted
+INFO_CTRL_PANEL_DELETING_BACKENDS_SUCCESSFUL=The backends were successfully \
+ deleted.
+MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=Error deleting backends
+MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_DETAILS=An error occurred deleting \
+ backends.  Check details for more information.
+INFO_CTRL_PANEL_CONFIRMATION_DELETE_BACKENDS_DETAILS=The following backends \
+ will be deleted.  All the entries defined on all the base DN's of the backend \
+ and all the index configuration will be deleted.
+INFO_CTRL_PANEL_DO_YOU_WANT_TO_CONTINUE=Do you want to continue?
+
+INFO_CTRL_PANEL_SELECT_ALL_BUTTON=Select All
+INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=Clear Selection
+INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_INDIRECT_DETAILS=The following \
+ backends will be deleted and all the configuration lost:
+
+INFO_CTRL_PANEL_DELETE_BASE_DN_TITLE=Delete Base DN
+INFO_CTRL_PANEL_SELECT_BASE_DNS_TO_DELETE=Select the Base DN's to Delete:
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BASE_DN_DELETE=The server is \
+ running.  You must provide authentication to delete a base DN.
+ 
+INFO_CTRL_PANEL_DELETING_BASE_DNS_SUMMARY=Deleting base DN's...
+INFO_CTRL_PANEL_DELETING_BASE_DNS_COMPLETE=Base DN's Deleted
+INFO_CTRL_PANEL_DELETING_BASE_DNS_SUCCESSFUL=The base DN's were successfully \
+ deleted.
+MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=Error deleting base DN's
+MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS=An error occurred deleting \
+ base DN's.  Check details for more information.
+INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_DETAILS=The following base DN's \
+ will be deleted.  All the entries defined on the base DN's will be deleted.
+INFO_CTRL_PANEL_ERROR_SEARCHING_ENTRY_TITLE=Error searching entry
+#
+# Note that the following property contains line breaks in HTML format (<br>)
+#
+MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=An error occurred searching entry \
+ '%s'.  Details:<br>%s
+ 
+INFO_CTRL_PANEL_EXPORT_LDIF_TITLE=Export LDIF
+INFO_CTRL_PANEL_EXPORT_TO_FILE_LABEL=Export to File:
+INFO_CTRL_PANEL_EXPORT_OVERWRITE_LABEL=If file exists, overwrite contents of \
+ file instead of appending.
+INFO_CTRL_PANEL_EXPORT_OPTIONS=Export Options:
+INFO_CTRL_PANEL_EXPORT_GENERATE_SIGNED_HASH=Generate a Signed Hash
+INFO_CTRL_PANEL_EXPORT_WRAP_TEXT=Wrap Text at Column
+INFO_CTRL_PANEL_EXCLUDE_OPERATIONAL_ATTRIBUTES=Exclude Operational Attributes
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=The server is \
+ running.  You must provide authentication to perform the export.
+ 
+MILD_ERR_CTRL_PANEL_NO_BACKEND_SELECTED=No backend selected.
+MILD_ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=The provided path '%s' exists \
+ and it is a directory.
+MILD_ERR_CTRL_PANEL_INVALID_WRAP_COLUMN=The value of the wrap column must be \
+ between %d and %d.
+#
+# Note that the following property contains line breaks in HTML format (<br>)
+#
+INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS=File '%s' exists and its \
+ contents will be overwritten.<br><br>Do you want to continue?
+INFO_CTRL_PANEL_EXPORTING_LDIF_SUMMARY=Exporting from backend '%s'...
+INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_SUMMARY=Export Complete
+INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_DETAILS=The export finished \
+ successfully.
+MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Error during Export
+MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS=An error occurred during the \
+ export.  Error code: %d.
+INFO_CTRL_PANEL_EXPORT_TASK_DESCRIPTION=Export of backend '%s' to file '%s'.
+
+INFO_CTRL_PANEL_IMPORT_LDIF_TITLE=Import LDIF
+INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=Data in File is Compressed (.gzip)
+INFO_CTRL_PANEL_IMPORT_TYPE_LABEL=Import Type:
+INFO_CTRL_PANEL_IMPORT_OVERWRITE_LABEL=Overwrite Any Existing Data
+INFO_CTRL_PANEL_IMPORT_APPEND_LABEL=Append to Existing Data
+INFO_CTRL_PANEL_FILE_TO_IMPORT_LABEL=File to Import:
+INFO_CTRL_PANEL_IMPORT_REPLACE_ENTRIES=Replace Entries that have Matching DN's \
+ with Imported Values
+INFO_CTRL_PANEL_SCHEMA_VALIDATION_LABEL=Schema Validation:
+INFO_CTRL_PANEL_REJECT_NOT_SCHEMA_COMPLIANT_LABEL=Reject Entries That are Not \
+ Schema-Compliant
+INFO_CTRL_PANEL_REJECTS_FILE_LABEL=Rejects File:
+INFO_CTRL_PANEL_WRITE_REJECTS_FILE_LABEL=Write Rejected Entries to a File
+INFO_CTRL_PANEL_OVERWRITE_REJECTS_FILE_LABEL=If file exists, overwrite \
+ contents of file instead of appending
+INFO_CTRL_PANEL_SKIPS_FILE_LABEL=Skips File:
+INFO_CTRL_PANEL_WRITE_SKIPS_FILE_LABEL=Write Skipped Entries to a File
+INFO_CTRL_PANEL_OVERWRITE_SKIPS_FILE_LABEL=If file exists, overwrite contents \
+ of file instead of appending
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_IMPORT=The server is \
+ running.  You must provide authentication to perform the import.
+MILD_ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=You must provide a value for the \
+ rejects file.
+MILD_ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=The rejects and skips \
+ file must have different values.
+MILD_ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=You must provide a value for the \
+ skips file.
+#
+# Note that the following property contains line breaks in HTML format (<br>)
+#
+INFO_CTRL_PANEL_CONFIRMATION_IMPORT_LDIF_DETAILS=All the data in backend '%s' \
+ will be overwritten.<br><br>Do you want to continue?
+INFO_CTRL_PANEL_IMPORTING_LDIF_SUMMARY=Importing to backend '%s'...
+INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_SUMMARY=Import Complete
+INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_DETAILS=The import finished \
+ successfully.
+MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=Error during Import
+MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_DETAILS=An error occurred during the \
+ import.  Error code: %d.
+INFO_CTRL_PANEL_IMPORT_TASK_DESCRIPTION=Import the contents of file '%s' to \
+ backend '%s'.
+INFO_CTRL_PANEL_DATA_INCLUSION_OPTIONS=Data Inclusion Options
+INFO_CTRL_PANEL_DATA_EXCLUSION_OPTIONS=Data Exclusion Options
+INFO_CTRL_PANEL_DNS_TO_INCLUDE=DN's to Include:
+INFO_CTRL_PANEL_DNS_TO_EXCLUDE=DN's to Exclude:
+INFO_CTRL_PANEL_ATTRIBUTES_TO_INCLUDE=Attributes to Include:
+INFO_CTRL_PANEL_ATTRIBUTES_TO_EXCLUDE=Attributes to Exclude:
+INFO_CTRL_PANEL_INCLUSION_FILTER=Inclusion Filter:
+INFO_CTRL_PANEL_EXCLUSION_FILTER=Exclusion Filter:
+INFO_CTRL_PANEL_SEPARATE_DNS_LINE_BREAK=Separate multiple DN's with a line \
+ break
+INFO_CTRL_PANEL_SEPARATE_ATTRIBUTES_COMMA=Separate multiple attributes with a \
+ comma (,)
+MILD_ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=The base DN '%s' is not a \
+ descendant of any of the base DNs defined in backend '%s'.
+MILD_ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=The attribute '%s' has not a \
+ valid name.
+MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=The provided value '%s' \
+ is not a valid filter.  Details: %s
+
+INFO_CTRL_PANEL_INDEX_BROWSER_RIGHT_PANEL_TITLE=View Index Properties
+INFO_CTRL_PANEL_SCHEMA_BROWSER_RIGHT_PANEL_TITLE=View Schema Element
+
+INFO_CTRL_PANEL_INDEX_PANEL_TITLE=Index Properties
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_INDEX_EDITING=The server is \
+ running.  You must provide authentication to edit the index.
+INFO_CTRL_PANEL_DELETE_INDEX_TITLE=Delete Index
+INFO_CTRL_PANEL_CONFIRMATION_INDEX_DELETE_DETAILS=Are you sure you want to \
+ delete the index '%s' defined in backend '%s'?
+INFO_CTRL_PANEL_DELETING_INDEX_SUMMARY=Deleting index...
+INFO_CTRL_PANEL_DELETING_INDEX_COMPLETE=Index Deleted
+INFO_CTRL_PANEL_DELETING_INDEX_SUCCESSFUL=The index '%s' in backend '%s' \
+ was successfully deleted.
+MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=Error deleting index
+MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_DETAILS=An error occurred deleting \
+ index '%s'.
+INFO_CTRL_PANEL_MODIFYING_INDEX_TITLE=Modifying Index
+INFO_CTRL_PANEL_MODIFYING_INDEX_SUMMARY=Modifying index %s...
+INFO_CTRL_PANEL_MODIFYING_INDEX_COMPLETE=Index Modified
+INFO_CTRL_PANEL_MODIFYING_INDEX_SUCCESSFUL=The index '%s' in backend '%s' \
+ was successfully modified.
+MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=Error modifying index
+MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS=An error occurred modifying \
+ index '%s'.
+INFO_CTRL_PANEL_MODIFY_INDEX_TASK_DESCRIPTION=Modify index '%s' in backend '%s'.
+INFO_CTRL_PANEL_MODIFYING_INDEX_PROGRESS=Modifying index '%s'
+
+INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java Settings
+INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java Home:
+INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use the value of the environment variable \
+ OPENDS_JAVA_HOME
+INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=If OPENDS_JAVA_HOME is not defined \
+ the value below will be used as fallback.
+INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Use the following value:
+INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=If the value is not found \
+ launching the command-line the value of OPENDS_JAVA_HOME will be used as \
+ fallback.
+INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Java Arguments:
+INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Use the value of the environment variable \
+ OPENDS_JAVA_ARGS
+INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=If OPENDS_JAVA_ARGS is not defined \
+ the values specified below will be used as fallback.
+INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Use the values specified below
+INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=If the value is not \
+ specified for a command-line the value of OPENDS_JAVA_ARGS will be used as \
+ fallback.
+#
+# Note that the following property must begin with <html>
+#
+INFO_CTRL_PANEL_ONLINE_COMMAND_HELP=<html>(*)The operation is executed on its \
+ own process and could benefit from more memory allocation.
+#
+# Note that the following property must begin with <html>
+#
+INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)The operation is executed on \
+ the server's process and the command-line does not require many resources.
+MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred \
+ reading the java settings.  Details: %s
+MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Error reading java \
+ settings
+INFO_CTRL_PANEL_CHECKING_JAVA_ARGUMENTS_SUMMARY=Checking provided java \
+ arguments...
+MILD_ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=Path '%s' does not exist.
+MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=Path '%s' is not a directory.  \
+ You must specify the path to the java installation to be used.
+MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=Could not find binary '%s'.  You \
+ must specify the path to the java installation to be used.
+#
+# Note that the following property contains line breaks in HTML format (<br>)
+#
+INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=The following java \
+ arguments could not be used with java binary '%s':<br>%s\
+ <br><br>The command-lines associated with those java arguments may not \
+ work.<br>Do you want to continue?
+MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking java \
+ settings
+MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error \
+ occurred checking the provided java settings.  Details: %s
+INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=Modifying Index
+INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Updating java settings...
+INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_COMPLETE=Java Settings Updated
+INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=The java settings were \
+ successfully updated.  When the command-lines are executed the new settings \
+ will be taken into account.
+MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error updating java \
+ properties
+MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=An error occurred \
+ updating java settings.
+MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=An error occurred \
+ updating java settings.  Error code: %d
+INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=Command-Line Name
+INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Java Arguments
+INFO_CTRL_PANEL_SERVER_RUNTIME_CELL=%s (Server Runtime)
+INFO_CTRL_PANEL_ONLINE_COMMAND_LINE_CELL=%s (Online) (**)
+INFO_CTRL_PANEL_OFFLINE_COMMAND_LINE_CELL=%s (Offline) (**)
+INFO_CTRL_PANEL_UPDATE_JAVA_SETTINGS_TASK_DESCRIPTION=Update Java Settings.
+INFO_CTRL_PANEL_EDIT_LDAP_ENTRY_TITLE=Edit LDAP Entry
+INFO_CTRL_PANEL_MODIFYING_ENTRY_CHANGES_TITLE=Save Changes
+INFO_CTRL_PANEL_MODIFYING_ENTRY_SUMMARY=Saving changes of entry '%s'...
+INFO_CTRL_PANEL_MODIFYING_ENTRY_COMPLETE=Entry Updated
+INFO_CTRL_PANEL_MODIFYING_ENTRY_SUCCESSFUL=The entry '%s' was successfully \
+ updated.
+MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Error saving changes
+MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=An error occurred saving \
+ changes to entry '%s'.
+MILD_ERR_CTRL_PANEL_INVALID_ENTRY=The entry is not correct.  Details: %s
+
+INFO_CTRL_PANEL_UNSAVED_CHANGES_DIALOG_TITLE=Unsaved Changes
+INFO_CTRL_PANEL_UNSAVED_CHANGES_SUMMARY=Unsaved Changes
+INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS=Save Changes to: '%s'?
+INFO_CTRL_PANEL_UNSAVED_ENTRY_CHANGES_DETAILS=Save Changes to: '%s'?
+INFO_CTRL_PANEL_DELETING_ENTRY_TITLE=Delete Entry
+INFO_CTRL_PANEL_DELETING_SUBTREE_TITLE=Delete Subtree
+INFO_CTRL_PANEL_DELETE_ENTRY_CONFIRMATION_DETAILS=Do you want to delete entry \
+ '%s'?
+INFO_CTRL_PANEL_DELETE_SUBTREE_CONFIRMATION_DETAILS=Do you want to delete \
+ subtree '%s' (including all the entries below it on the tree)?
+INFO_CTRL_PANEL_DELETING_ENTRY_COMPLETE=Entry Deleted
+INFO_CTRL_PANEL_DELETING_ENTRY_SUCCESSFUL=The entry '%s' was successfully \
+ deleted.
+MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=Error deleting entry
+MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_DETAILS=An error occurred deleting \
+ entry '%s'.
+INFO_CTRL_PANEL_DELETING_SUBTREE_SUMMARY=Deleting subtree '%s'...
+INFO_CTRL_PANEL_DELETING_SUBTREE_COMPLETE=Subtree Deleted
+INFO_CTRL_PANEL_DELETING_SUBTREE_SUCCESSFUL=The subtree '%s' was successfully \
+ deleted.
+MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=Error deleting subtree
+MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS=An error occurred deleting \
+ subtree '%s'.
+INFO_CTRL_PANEL_LDAP_FILTER=LDAP Filter:
+INFO_CTRL_PANEL_USERS_FILTER=Users
+INFO_CTRL_PANEL_GROUPS_FILTER=Groups
+INFO_CTRL_PANEL_OTHER_BASE_DN=Other...
+
+INFO_CTRL_PANEL_NON_EDITABLE_ATTRIBUTES=Non-editable Attributes:
+
+INFO_CTRL_OBJECTCLASS_DESCRIPTOR=Objectclass: %s
+INFO_CTRL_AUXILIARY_OBJECTCLASS_DESCRIPTOR=Auxiliary objectclasses: %s
+
+INFO_CTRL_PANEL_LOGIN_PANEL_TITLE=Authentication Required
+INFO_CTRL_PANEL_BIND_DN_LABEL=Bind DN:
+INFO_CTRL_PANEL_BIND_PASSWORD_LABEL=Password:
+
+#
+# Note that the following two properties contain line breaks in HTML format
+# (<br>)
+#
+INFO_CTRL_PANEL_RUNNING_TASKS_CONFIRMATION_DETAILS=The following tasks are \
+ running:<br>%s<br><br>If you exit the tasks will continue but you will have \
+ to check the error logs to see if they complete successfully.<br><br>Do you \
+ want to continue?
+
+INFO_CTRL_PANEL_MATCHING_RULE_PANEL_TITLE=Matching Rule
+INFO_CTRL_PANEL_MATCHING_RULE_DETAILS=Matching Rule Details
+INFO_CTRL_PANEL_MATCHING_RULE_NAME=Name:
+INFO_CTRL_PANEL_MATCHING_RULE_OID=OID:
+INFO_CTRL_PANEL_MATCHING_RULE_DESCRIPTION=Description:
+INFO_CTRL_PANEL_MATCHING_RULE_SYNTAX=Syntax:
+INFO_CTRL_PANEL_MATCHING_RULE_TYPE=Type:
+INFO_CTRL_PANEL_MATCHING_RULE_USED_BY=Used by Attributes:
+
+INFO_CTRL_PANEL_NO_PARENT_FOR_ATTRIBUTE=- No parent -
+INFO_CTRL_PANEL_NO_MATCHING_RULE_FOR_ATTRIBUTE=- No matching rule -
+INFO_CTRL_PANEL_NEW_ATTRIBUTE_PANEL_TITLE=New Attribute
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_ATTRIBUTE_SUMMARY=The server \
+ is running.  You must provide authentication to create an attribute in the \
+ schema.
+MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=You must provide a name for the \
+ attribute.
+MILD_ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=The provided name is not valid.  \
+ Details: %s
+MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE=The provided name '%s' \
+ already exists in the schema (defined as %s).
+MILD_ERR_CTRL_PANEL_OID_NOT_VALID=The provided OID is not valid.  Details: %s
+MILD_ERR_CTRL_PANEL_OID_ALREADY_IN_USE=The provided OID '%s' \
+ already exists in the schema (defined as %s).
+MILD_ERR_CTRL_PANEL_EMPTY_ALIAS=You have provided an empty alias.
+MILD_ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=The provided alias '%s' \
+ already exists in the schema (defined as %s).
+INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=Creating attribute '%s'...
+INFO_CTRL_PANEL_CREATING_ATTRIBUTE_COMPLETE=Attribute created in schema
+INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUCCESSFUL=The attribute '%s' was \
+ successfully created.
+MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=Error creating \
+ attribute
+MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS=An error occurred \
+ creating attribute '%s'.  Check details for more information.
+INFO_CTRL_PANEL_TYPE_ATTRIBUTE=attribute
+INFO_CTRL_PANEL_TYPE_OBJECT_CLASS=object class
+INFO_CTRL_PANEL_TYPE_MATCHING_RULE=matching rule
+INFO_CTRL_PANEL_TYPE_ATTRIBUTE_SYNTAX=syntax
+INFO_CTRL_PANEL_SYNTAX_INLINE_HELP=The syntax defines the type of value of the \
+ attribute
+INFO_CTRL_PANEL_EXTRA_OPTIONS_EXPANDER=Extra Options
+INFO_CTRL_PANEL_ATTRIBUTE_TYPE_OPTIONS_EXPANDER=Attribute Type Options
+INFO_CTRL_PANEL_MATCHING_RULE_OPTIONS_EXPANDER=Matching Rule Options
+INFO_CTRL_PANEL_SEPARATED_WITH_COMMAS_HELP=Separated with commas
+INFO_CTRL_PANEL_SCHEMA_FILE_ATTRIBUTE_HELP=The file (under 'config%sschema') \
+ where the attribute definition will be stored.
+INFO_CTRL_PANEL_MATCHING_RULE_APPROXIMATE_HELP=The matching rule to be used \
+ for approximate requests
+INFO_CTRL_PANEL_MATCHING_RULE_EQUALITY_HELP=The matching rule to be used for \
+ equality requests
+INFO_CTRL_PANEL_MATCHING_RULE_ORDERING_HELP=The matching rule to be used for \
+ ordering requests
+INFO_CTRL_PANEL_MATCHING_RULE_SUBSTRING_HELP=The matching rule to be used for \
+ substring requests
+INFO_CTRL_PANEL_DEFAULT_DEFINED_IN_SYNTAX=- Default defined in syntax (%s) -
+INFO_CTRL_PANEL_NEW_ATTRIBUTE_TASK_DESCRIPTION=Create new attribute '%s' in \
+ schema.
+INFO_CTRL_PANEL_CREATING_ATTRIBUTE_PROGRESS=Creating attribute '%s'
+INFO_CTRL_PANEL_ATTRIBUTE_NAME_LABEL=Name:
+INFO_CTRL_PANEL_ATTRIBUTE_PARENT_LABEL=Parent:
+INFO_CTRL_PANEL_ATTRIBUTE_OID_LABEL=OID:
+INFO_CTRL_PANEL_ATTRIBUTE_ALIASES_LABEL=Aliases:
+INFO_CTRL_PANEL_ATTRIBUTE_ORIGIN_LABEL=Origin:
+INFO_CTRL_PANEL_ATTRIBUTE_FILE_LABEL=File:
+INFO_CTRL_PANEL_ATTRIBUTE_DESCRIPTION_LABEL=Description:
+INFO_CTRL_PANEL_ATTRIBUTE_USAGE_LABEL=Usage:
+INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_LABEL=Parent:
+INFO_CTRL_PANEL_ATTRIBUTE_APPROXIMATE_MATCHING_RULE_LABEL=Approximate \
+ Matching Rule:
+INFO_CTRL_PANEL_ATTRIBUTE_EQUALITY_MATCHING_RULE_LABEL=Equality \
+ Matching Rule:
+INFO_CTRL_PANEL_ATTRIBUTE_ORDERING_MATCHING_RULE_LABEL=Ordering \
+ Matching Rule:
+INFO_CTRL_PANEL_ATTRIBUTE_SUBSTRING_MATCHING_RULE_LABEL=Substring \
+ Matching Rule:
+INFO_CTRL_PANEL_ATTRIBUTE_NON_MODIFIABLE_LABEL=Non Modifiable
+INFO_CTRL_PANEL_ATTRIBUTE_SINGLE_VALUED_LABEL=Single Valued
+INFO_CTRL_PANEL_ATTRIBUTE_MULTI_VALUED_LABEL=Multivalued
+INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL=Collective
+INFO_CTRL_PANEL_ATTRIBUTE_OBSOLETE_LABEL=Obsolete
+INFO_CTRL_PANEL_ATTRIBUTE_OPERATIONAL_LABEL=Operational
+
+INFO_CTRL_PANEL_NEW_BACKEND_LABEL=New Backend:
+INFO_CTRL_PANEL_NEW_BASE_DN_TITLE=New Base DN
+INFO_CTRL_PANEL_BASE_DN_EXAMPLE=For example: dc=example,dc=com
+INFO_CTRL_PANEL_DIRECTORY_DATA_LABEL=Directory Data:
+INFO_CTRL_PANEL_ONLY_CREATE_BASE_ENTRY_LABEL=Only Create Base Entry
+INFO_CTRL_PANEL_LEAVE_DATABASE_EMPTY_LABEL=Leave Database Empty
+INFO_CTRL_PANEL_IMPORT_FROM_LDIF_LABEL=Import Data From LDIF File
+INFO_CTRL_PANEL_IMPORT_AUTOMATICALLY_GENERATED_LABEL=Import Automatically \
+ Generated Example Data
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_CREATE_BASE_DN=The server is \
+ running.  You must provide authentication to create a new base DN.
+INFO_CTRL_PANEL_IMPORT_LDIF_PATH_LABEL=Path:
+INFO_CTRL_PANEL_NUMBER_OF_USER_ENTRIES_LABEL=Number of User Entries:
+MILD_ERR_NEW_BACKEND_NAME_REQUIRED=You must provide a name for the new backend.
+MILD_ERR_BACKEND_ALREADY_EXISTS=There is already an existing backend with \
+ name: %s
+MILD_ERR_NEW_BASE_DN_VALUE_REQUIRED=You must provide a value for the Base DN.
+MILD_ERR_BASE_DN_ALREADY_EXISTS=The base DN '%s' is already defined.
+MILD_ERR_BASE_DN_ANCESTOR_EXISTS=The backend already contains another base DN \
+ that is within the same hierarchical path (%s is an ancestor of the provided \
+ base DN).
+MILD_ERR_BASE_DN_DN_IS_ANCESTOR_OF=The backend already contains another base DN \
+ that is within the same hierarchical path (%s is a descendant of the provided \
+ base DN).
+MILD_ERR_NUMBER_OF_ENTRIES_INVALID=The number of user entries to generate must \
+ be between %d and %d.
+INFO_CTRL_PANEL_CREATING_BASE_DN_SUMMARY=Creating base DN  '%s'...
+INFO_CTRL_PANEL_CREATING_BASE_DN_COMPLETE=Base DN Created
+INFO_CTRL_PANEL_CREATING_BASE_DN_SUCCESSFUL=The base DN '%s' was successfully \
+ created.
+MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=Error during creation of \
+ base DN '%s'.    Check 'Details' text area for more information.
+MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS=An error occurred during \
+ the creation of the Base DN.  Error code: %d.
+INFO_CTRL_PANEL_NEW_BASE_DN_TASK_DESCRIPTION=Create new base DN '%s' in \
+ backend '%s'.
+INFO_CTRL_PANEL_CREATING_BACKEND_PROGRESS=Creating backend '%s' containing \
+ base DN '%s'
+INFO_CTRL_PANEL_CREATING_BASE_DN_PROGRESS=Creating base DN '%s' in backend \
+ '%s'
+INFO_CTRL_PANEL_CREATING_ADDITIONAL_INDEXES_PROGRESS=Creating default indexes
+
+INFO_CTRL_NEW_ORGANIZATION_PANEL_TITLE=New Organization
+MILD_ERR_CTRL_PANEL_NAME_OF_ORGANIZATION_REQUIRED=You must provide a value for \
+the name of the organization.
+INFO_CTRL_PANEL_NEW_ORGANIZATION_NAME_LABEL=Name:
+INFO_CTRL_PANEL_NEW_ORGANIZATION_DESCRIPTION_LABEL=Description:
+INFO_CTRL_PANEL_NEW_ORGANIZATION_ENTRY_DN_LABEL=Entry DN:
+
+INFO_CTRL_NEW_DOMAIN_PANEL_TITLE=New Domain
+MILD_ERR_CTRL_PANEL_NAME_OF_DOMAIN_REQUIRED=You must provide a value for the \
+ name of the domain.
+ 
+INFO_CTRL_PANEL_NEW_ENTRY_FROM_LDIF_TITLE=New Entry from LDIF
+INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=Enter LDIF syntax for the new entry:
+INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=Check Syntax
+
+INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=New Group
+MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=You must provide a value for the \
+ name of the group.
+MILD_ERR_CTRL_PANEL_MEMBER_NOT_FOUND=The entry '%s' could not be found.
+MILD_ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=The provided value as member \
+ '%s' is not valid.  Details: %s
+MILD_ERR_CTRL_PANEL_MEMBER_REQUIRED=You must provide a member for the group.
+MILD_ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED=You must provide an LDAP URL with a \
+ filter for the group.
+MILD_ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=The provided LDAP URL value is not \
+ valid.  Details: %s
+MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=The provided Reference Group \
+ could not be found.
+MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=The provided Reference Group \
+ exists but it is not a dynamic group.
+MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=The provided Dynamic Group \
+ Reference DN is not valid.  Details: %s
+INFO_CTRL_PANEL_NEW_GROUP_NAME_LABEL=Name:
+INFO_CTRL_PANEL_NEW_GROUP_DESCRIPTION_LABEL=Description:
+INFO_CTRL_PANEL_NEW_GROUP_ENTRY_DN_LABEL=Entry DN:
+INFO_CTRL_PANEL_NEW_GROUP_MEMBERS_LABEL=Members:
+INFO_CTRL_PANEL_STATIC_GROUP_LABEL=Static Group
+INFO_CTRL_PANEL_DYNAMIC_GROUP_LABEL=Dynamic Group
+INFO_CTRL_PANEL_VIRTUAL_STATIC_GROUP_LABEL=Virtual Static Group
+INFO_CTRL_PANEL_GROUP_MEMBER_DNS_LABEL=Member DNs:
+INFO_CTRL_PANEL_GROUP_FILTER_LABEL=LDAP URL:
+INFO_CTRL_PANEL_ADD_MEMBERS_BUTTON=Add Members...
+INFO_CTRL_PANEL_ADD_MEMBERS_LABEL=Add Members
+INFO_CTRL_PANEL_DYNAMIC_GROUP_REFERENCE_LABEL=Dynamic Group Reference DN:
+INFO_CTRL_PANEL_CHOOSE_REFERENCE_GROUP=Choose Reference Group
+
+
+INFO_CTRL_PANEL_NEW_INDEX_TITLE=New Index
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=The server is running.  \
+ You must provide authentication to create an index.
+MILD_ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=No attribute name selected.
+MILD_ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=The entry limit must be an \
+ integer between %d and %d.
+MILD_ERR_INFO_ONE_INDEX_TYPE_MUST_BE_SELECTED=You must select at least one \
+ index type (approximate, equality, ordering, presence or substring).
+INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUMMARY=Creating new index '%s'...
+INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_SUMMARY=Index created
+INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_DETAILS=The new index '%s' was \
+ successfully created.
+MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=Error creating index
+MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_DETAILS=An error occurred \
+ creating index.
+INFO_CTRL_PANEL_NEW_INDEX_TASK_DESCRIPTION=Create new index '%s' in backend \
+ '%s'.
+INFO_CTRL_PANEL_CREATING_NEW_INDEX_PROGRESS=Creating index '%s'
+
+INFO_CTRL_PANEL_NEW_OBJECTCLASS_PANEL_TITLE=New Object Class
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_OBJECTCLASS_SUMMARY=The \
+ server is running.  You must provide authentication to create an attribute in \
+ the schema.
+MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=You must provide a name for the \
+ object class.
+MILD_ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=The provided name is not valid.  \
+ Details: %s
+MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_ALREADY_IN_USE=The provided name '%s' \
+ already exists in the schema (defined as %s).
+INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUMMARY=Creating object class '%s'...
+INFO_CTRL_PANEL_CREATING_OBJECTCLASS_COMPLETE=Object class created in schema
+INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUCCESSFUL=The object class '%s' was \
+ successfully created.
+MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=Error creating \
+ object class
+MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS=An error occurred \
+ creating object class '%s'.  Check details for more information.
+INFO_CTRL_PANEL_OBJECTCLASS_OBSOLETE_LABEL=Obsolete
+INFO_CTRL_PANEL_OBJECTCLASS_ABSTRACT_LABEL=Abstract
+INFO_CTRL_PANEL_OBJECTCLASS_STRUCTURAL_LABEL=Structural
+INFO_CTRL_PANEL_OBJECTCLASS_AUXILIARY_LABEL=Auxiliary
+INFO_CTRL_PANEL_ADDREMOVE_AVAILABLE_ATTRIBUTES=Available Attributes:
+INFO_CTRL_PANEL_ADDREMOVE_REQUIRED_ATTRIBUTES=Required Attributes:
+INFO_CTRL_PANEL_ADDREMOVE_OPTIONAL_ATTRIBUTES=Optional Attributes:
+INFO_CTRL_PANEL_INHERITED_ATTRIBUTES_HELP=(*) Inherited Attribute
+INFO_CTRL_PANEL_SCHEMA_FILE_OBJECTCLASS_HELP=The file (under 'config%sschema') \
+ where the object class definition will be stored.
+INFO_CTRL_PANEL_NEW_OBJECTCLASS_TASK_DESCRIPTION=Create new object class '%s' \
+ in schema.
+INFO_CTRL_PANEL_CREATING_OBJECTCLASS_PROGRESS=Creating object class '%s'
+INFO_CTRL_PANEL_OBJECTCLASS_NAME_LABEL=Name:
+INFO_CTRL_PANEL_OBJECTCLASS_PARENT_LABEL=Parent:
+INFO_CTRL_PANEL_OBJECTCLASS_OID_LABEL=OID:
+INFO_CTRL_PANEL_OBJECTCLASS_ALIASES_LABEL=Aliases:
+INFO_CTRL_PANEL_OBJECTCLASS_ORIGIN_LABEL=Origin:
+INFO_CTRL_PANEL_OBJECTCLASS_FILE_LABEL=File:
+INFO_CTRL_PANEL_OBJECTCLASS_DESCRIPTION_LABEL=Description:
+INFO_CTRL_PANEL_OBJECTCLASS_TYPE_LABEL=Type:
+INFO_CTRL_PANEL_OBJECTCLASS_ATTRIBUTES_LABEL=Attributes:
+
+INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=Name:
+INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=Description:
+INFO_CTRL_PANEL_NEW_OU_ENTRY_DN_LABEL=Entry DN:
+INFO_CTRL_PANEL_NEW_OU_ADDRESS_LABEL=Address:
+INFO_CTRL_PANEL_NEW_OU_TELEPHONE_NUMBER_LABEL=Telephone Number:
+INFO_CTRL_PANEL_NEW_OU_FAX_NUMBER_LABEL=Fax Number:
+INFO_CTRL_PANEL_NEW_OU_PANEL_TITLE=New Organizational Unit
+MILD_ERR_CTRL_PANEL_NAME_OF_OU_REQUIRED=You must provide a value for the Name \
+ of the Organizational Unit.
+ 
+INFO_CTRL_PANEL_NEW_USER_FIRST_NAME_LABEL=First Name:
+INFO_CTRL_PANEL_NEW_USER_LAST_NAME_LABEL=Last Name:
+INFO_CTRL_PANEL_NEW_USER_COMMON_NAMES_LABEL=Common Name:
+INFO_CTRL_PANEL_NEW_USER_UID_LABEL=User ID:
+INFO_CTRL_PANEL_NEW_USER_PASSWORD_LABEL=Password:
+INFO_CTRL_PANEL_NEW_USER_CONFIRM_PASSWORD_LABEL=Password (Confirm):
+INFO_CTRL_PANEL_NEW_USER_EMAIL_LABEL=E-mail:
+INFO_CTRL_PANEL_NEW_USER_TELEPHONE_NUMBER_LABEL=Telephone Number:
+INFO_CTRL_PANEL_NEW_USER_FAX_NUMBER_LABEL=Fax Number:
+INFO_CTRL_PANEL_NEW_USER_NAMING_ATTRIBUTE_LABEL=Naming Attribute:
+INFO_CTRL_PANEL_NEW_USER_ENTRY_DN_LABEL=Entry DN:
+INFO_CTRL_PANEL_NEW_USER_PANEL_TITLE=New User
+MILD_ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=You must provide a value for 'Last \
+ Name\'.
+MILD_ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=You must provide a value for \
+ 'Common Name'.
+MILD_ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED=You must provide a value \
+ for the naming attribute '%s'.
+
+INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE=New VLV Index
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV=The server is running.  \
+ You must provide authentication to create a VLV index.
+INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY=Creating new VLV index '%s'...
+INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_SUMMARY=VLV Index created
+INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_DETAILS=The new VLV index \
+ '%s' was successfully created.
+MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=Error creating VLV \
+ index
+MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_DETAILS=An error occurred \
+ creating VLV index.
+INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION=Create new VLV index '%s' in \
+ backend '%s'.
+INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS=Creating VLV index '%s'
+
+INFO_CTRL_PANEL_EDIT_OBJECTCLASS_TITLE=Edit Object Class
+INFO_CTRL_PANEL_STRUCTURAL_OBJECTCLASS_LABEL=Structural Object Class:
+INFO_CTRL_PANEL_AUXILIARY_OBJECTCLASS_LABEL=Auxiliary Object Classes:
+
+INFO_CTRL_PANEL_INDEXES_LABEL=Indexes:
+INFO_CTRL_PANEL_AVAILABLE_INDEXES_LABEL=Available Indexes:
+INFO_CTRL_PANEL_SELECTED_INDEXES_LABEL=Selected Indexes:
+INFO_CTRL_PANEL_REQUIRES_REBUILD_LEGEND=(*) Requires Rebuild
+INFO_CTRL_PANEL_REBUILD_INDEXES_TITLE=Rebuild Indexes
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_DISABLE_BACKEND=The server is \
+ running.  You must provide authentication to disable the backend before \
+ rebuilding the indexes.
+MILD_ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=No Base DN's defined.
+MILD_ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=You must select a Base DN.
+MILD_ERR_CTRL_PANEL_MUST_SELECT_INDEX_TO_REBUILD=You must select at least one \
+ index to be rebuilt.
+#
+# Note that the following property contain line breaks in HTML format (<br>)
+#
+INFO_CTRL_PANEL_CONFIRM_REBUILD_INDEX_DETAILS=During the rebuilding of the \
+ indexes the backend '%s' will be disabled and none of its suffixes will be \
+ accessible.<br><br>Do you want to continue?
+MILD_ERR_CTRL_PANEL_NEW_PASSWORD_REQUIRED=You must provide a value for the new \
+ password.
+INFO_CTRL_PANEL_RESET_USER_PASSWORD_TITLE=Reset User Password
+INFO_CTRL_PANEL_RESET_USER_PASSWORD_DN_LABEL=DN:
+INFO_CTRL_PANEL_RESET_USER_PASSWORD_PWD_LABEL=Password:
+INFO_CTRL_PANEL_RESET_USER_PASSWORD_CONFIRM_LABEL=Password (confirm):
+INFO_CTRL_PANEL_RESET_USER_PASSWORD_NAME_LABEL=Name:
+INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUMMARY=Resetting user password...
+INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_SUMMARY=User Password Updated
+INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_DETAILS=The user password \
+ was successfully updated.
+MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Error updating user \
+ password
+MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=An error occurred \
+ updating user password.
+
+INFO_CTRL_PANEL_RESTORE_PANEL_TITLE=Restore from Backup
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=The server is running.  \
+ You must provide authentication to restore from backup.
+INFO_CTRL_PANEL_VERIFY_BACKUP_TITLE=Verify Backup
+INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY=Verifying contents of backup '%s'...
+INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_SUMMARY=Verify Complete
+INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_DETAILS=The verification of the \
+ backup finished successfully.
+MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=Error during Backup \
+ Verification
+MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS= An error occurred during \
+ the backup verification.  Error code: %d.
+#
+# Note that the following property contain line breaks in HTML format (<br>)
+#
+MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_TO_VERIFY=You must provide the parent \
+ directory containing the backup files.  Then click on 'Refresh' to update \
+ the list of available backups.<br>Finally select a backup from the list.
+MILD_ERR_CTRL_PANEL_REQUIRED_BACKUP_TO_VERIFY=You must select a backup from \
+ the list of available backups.
+#
+# Note that the following property contains line breaks in HTML format (<br>)
+#
+INFO_CTRL_PANEL_CONFIRM_RESTORE_DETAILS=If you continue with the restore the \
+ contents on the server will be overwritten.<br><br>Do you want to continue?
+INFO_CTRL_PANEL_RESTORING_SUMMARY=Restoring contents of backup '%s'...
+INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_SUMMARY=Restore Complete
+INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_DETAILS=The restore finished successfully
+MILD_ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=Error during Restore
+MILD_ERR_CTRL_PANEL_RESTORING_ERROR_DETAILS=An error occurred during the \
+ restore.  Error code: %d.
+INFO_CTRL_PANEL_VERIFY_TASK_DESCRIPTION=Verify the contents of  backup \
+ '%s' located in directory '%s'.
+INFO_CTRL_PANEL_RESTORE_TASK_DESCRIPTION=Restore the contents of backup '%s' \
+ located in directory '%s'.
+INFO_CTRL_PANEL_CN_FRIENDLY_NAME=Common Name
+INFO_CTRL_PANEL_OBJECTCLASS_FRIENDLY_NAME=Object Class
+INFO_CTRL_PANEL_GIVENNAME_FRIENDLY_NAME=First Name
+INFO_CTRL_PANEL_SN_FRIENDLY_NAME=Last Name
+INFO_CTRL_PANEL_UID_FRIENDLY_NAME=User ID
+INFO_CTRL_PANEL_EMPLOYEENUMBER_FRIENDLY_NAME=Employee Number
+INFO_CTRL_PANEL_USERPASSWORD_FRIENDLY_NAME=User Password
+INFO_CTRL_PANEL_AUTHPASSWORD_FRIENDLY_NAME=Auth Password
+INFO_CTRL_PANEL_MAIL_FRIENDLY_NAME=E-Mail
+INFO_CTRL_PANEL_STREET_FRIENDLY_NAME=Street Address
+INFO_CTRL_PANEL_L_FRIENDLY_NAME=City/Locality
+INFO_CTRL_PANEL_ST_FRIENDLY_NAME=State
+INFO_CTRL_PANEL_POSTALCODE_FRIENDLY_NAME=Postal Code
+INFO_CTRL_PANEL_MOBILE_FRIENDLY_NAME=Mobile Number
+INFO_CTRL_PANEL_HOMEPHONE_FRIENDLY_NAME=Telephone Number
+INFO_CTRL_PANEL_TELEPHONENUMBER_FRIENDLY_NAME=Common Name
+INFO_CTRL_PANEL_PAGER_FRIENDLY_NAME=Pager
+INFO_CTRL_PANEL_FACSIMILETELEPHONENUMBER_FRIENDLY_NAME=Fax Number
+INFO_CTRL_PANEL_DESCRIPTION_FRIENDLY_NAME=Description
+INFO_CTRL_PANEL_POSTALADDRESS_FRIENDLY_NAME=Address
+INFO_CTRL_PANEL_UNIQUEMEMBER_FRIENDLY_NAME=Members of Group
+INFO_CTRL_PANEL_MEMBERURL_FRIENDLY_NAME=LDAP URL
+INFO_CTRL_PANEL_C_FRIENDLY_NAME=Country
+INFO_CTRL_PANEL_DS_TARGET_GROUP_DN_FRIENDLY_NAME=Dynamic Group Reference DN
+INFO_CTRL_PANEL_USERCERTIFICATE_FRIENDLY_NAME=User Certificate
+INFO_CTRL_PANEL_JPEGPHOTO_FRIENDLY_NAME=JPEG Photograph
+INFO_CTRL_PANEL_SUPPORTEDPWDSCHEMES_FRIENDLY_NAME=Supported Password Schemes
+INFO_CTRL_PANEL_SUPPORTEDCONTROLS_FRIENDLY_NAME=Supported Controls
+INFO_CTRL_PANEL_SUPPORTEDLDAPVERSIONS_FRIENDLY_NAME=Supported LDAP Versions
+INFO_CTRL_PANEL_SUPPORTEDEXTENSIONS_FRIENDLY_NAME=Supported Extensions
+INFO_CTRL_PANEL_SUPPORTEDFEATURES_FRIENDLY_NAME=Supported Features
+INFO_CTRL_PANEL_VENDORNAME_FRIENDLY_NAME=Vendor Name
+INFO_CTRL_PANEL_VENDORVERSION_FRIENDLY_NAME=Vendor Version
+INFO_CTRL_PANEL_NAMINGCONTEXTS_FRIENDLY_NAME=Naming Contexts
+INFO_CTRL_PANEL_PRIVATENAMINGCONTEXTS_FRIENDLY_NAME=Private Naming Contexts
+INFO_CTRL_PANEL_NAME_LABEL=Name
+INFO_CTRL_PANEL_SHOW_ATTRS_WITH_VALUES_LABEL=Only Show Attributes with Values
+INFO_CTRL_PANEL_PASSWORD_CONFIRM_LABEL=Password (confirm):
+INFO_CTRL_PANEL_CHOOSE_ENTRIES=Choose Entries
+
+INFO_CTRL_PANEL_CONTENTS_OF_FILE=- Contents of file '%s' -
+
+MILD_ERR_LOADING_IMAGE=Error loading image
+INFO_CTRL_PANEL_THUMBNAIL_DESCRIPTION=Thumbnail
+INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=Edit...
+INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=Delete...
+INFO_CTRL_PANEL_VIEW_BUTTON_LABEL=View...
+
+INFO_CTRL_PANEL_STANDARD_ATTRIBUTE_TITLE=Standard Attribute
+INFO_CTRL_PANEL_ATTRIBUTE_DETAILS=Attribute Details
+INFO_CTRL_PANEL_REQUIRED_BY_LABEL=Required By:
+INFO_CTRL_PANEL_ALLOWED_BY_LABEL=Allowed By:
+
+INFO_CTRL_PANEL_STANDARD_OBJECTCLASS_TITLE=Standard Object Class
+INFO_CTRL_PANEL_OBJECTCLASS_DETAILS=Object Class Details
+INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES_LABEL=Required Attributes:
+INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES_LABEL=Optional Attributes:
+INFO_CTRL_PANEL_DEFINED_IN_SCHEMA_FILE=Defined in file: %s
+
+INFO_CTRL_PANEL_GENERIC_TITLE=Control Panel - %s
+INFO_CTRL_PANEL_STATUS_PANEL_TITLE=General Status
+MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Error Reading \
+ Configuration
+INFO_CTRL_PANEL_NOT_AVAILABLE_LONG_LABEL=Not Available
+INFO_CTRL_PANEL_SERVER_STATUS_TITLE_BORDER=Server Status
+INFO_CTRL_PANEL_SERVER_STATUS_LABEL=Server Status:
+INFO_CTRL_PANEL_OPEN_CONNECTIONS_LABEL=Open Connections:
+INFO_CTRL_PANEL_SERVER_DETAILS_TITLE_BORDER=Server Details
+INFO_CTRL_PANEL_HOST_NAME_LABEL=Host Name:
+INFO_CTRL_PANEL_ADMINISTRATIVE_USERS_LABEL=Administrative Users:
+INFO_CTRL_PANEL_INSTALLATION_PATH_LABEL=Installation Path:
+INFO_CTRL_PANEL_OPENDS_VERSION_LABEL=OpenDS Version:
+INFO_CTRL_PANEL_JAVA_VERSION_LABEL=Java Version:
+INFO_CTRL_PANEL_ADMIN_CONNECTOR_LABEL=Administration Connector:
+INFO_CTRL_PANEL_ADMIN_CONNECTOR_DESCRIPTION=Port %d (LDAPS)
+INFO_CTRL_PANEL_CONNECTION_HANDLERS=Connection Handlers
+INFO_CTRL_PANEL_NO_CONNECTION_HANDLER_FOUND=- No Connection Handlers Found -
+INFO_CTRL_PANEL_DATA_SOURCES=Data Sources
+INFO_CTRL_PANEL_NO_DATA_SOURCES_FOUND=- No Data Sources Found -
+
+INFO_CTRL_PANEL_WINDOWS_SERVICE_TITLE=Windows Service Configuration
+INFO_CTRL_PANEL_WINDOWS_SERVICE_PANEL_TEXT=This page indicates whether this \
+ OpenDS instance is configured to run as a Windows Service. To manage \
+ auto-start and other features, run the Windows Service Control Manager of the \
+ operating system.
+INFO_CTRL_PANEL_WINDOWS_SERVICE_INTEGRATION_LABEL=Windows Service Integration:
+INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_BUTTON=Enable
+INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_BUTTON=Disable...
+INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUMMARY=Disabling Windows Service...
+INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows Service \
+ Disabled
+INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=The Windows \
+ service was successfully disabled.
+MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error during \
+ Disabling of Windows Service
+MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS=An error occurred \
+ during the disabling of the Windows service.  Error code: %d.
+INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUMMARY=Enabling Windows Service...
+INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows Service \
+ Enabled
+INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=The Windows \
+ service was successfully enabled.
+MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error during \
+ Enabling of Windows Service
+MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS=An error occurred \
+ during the enabling of the Windows service.  Error code: %d.
+INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Enable Windows Service
+INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Disable Windows Service
+
+INFO_CTRL_PANEL_DATABASE_INDEXES=Database Indexes
+INFO_CTRL_PANEL_ATTRIBUTE_INDEXES=Attribute Indexes
+INFO_CTRL_PANEL_VLV_INDEXES=VLV Indexes
+INFO_CTRL_PANEL_ACTION_LABEL=Action:
+INFO_CTRL_PANEL_VERIFY_ENTRY_CONTEXT_ARE_INDEXES=Verify Entry Contents are \
+ Properly Indexed
+INFO_CTRL_PANEL_VERIFY_ALL_KEYS=Verify All Index Key Entry ID's are Clean and \
+ Refer to Existing Entries
+INFO_CTRL_PANEL_INDEX_LABEL=Index:
+INFO_CTRL_PANEL_VERIFY_INDEXES_PANEL_TITLE=Verify Indexes
+MILD_ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=You must select at least one \
+ index to be verified.
+MILD_ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=No indexes defined for base DN '%s'.
+MILD_ERR_CTRL_PANEL_INDEX_MUST_BE_SELECTED=You must select an index.
+INFO_CTRL_PANEL_VERIFYING_INDEXES_SUMMARY=Verifying contents of indexes in \
+ '%s'...
+INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_SUMMARY=Index Verification Complete
+INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_DETAILS=The indexes where \
+ successfully verified.
+MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Error during Index \
+ Verification
+MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS=An error occurred during \
+ the index verification.  Error code: %d.
+INFO_CTRL_PANEL_VERIFY_INDEX_TASK_DESCRIPTION=Verify indexes in '%s'.
+
+#
+# Note that the following property contains line breaks in HTML format (<br>)
+# and must begin with <html>
+#
+INFO_CTRL_PANEL_INDEX_MODIFIED_MESSAGE=<html>The index has been modified.\
+ <br>Rebuild of the indexes required (using 'Rebuild Index' or 'Import').
+INFO_CTRL_PANEL_VLV_INDEX_PANEL_TITLE=VLV Index Properties
+INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_VLV_INDEX_EDITING=The server is \
+ running.  You must provide authentication to edit the VLV index.
+INFO_CTRL_PANEL_DELETE_VLV_INDEX_TITLE=Delete VLV Index
+INFO_CTRL_PANEL_CONFIRMATION_VLV_INDEX_DELETE_DETAILS=Are you sure you want to \
+ delete the VLV index '%s' defined in backend '%s'?
+INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUMMARY=Deleting VLV index...
+INFO_CTRL_PANEL_DELETING_VLV_INDEX_COMPLETE=VLV Index Deleted
+INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUCCESSFUL=The VLV index '%s' in backend \
+ '%s' was successfully deleted.
+MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=Error deleting VLV index
+MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS=An error occurred VLV \
+ deleting index '%s'.
+INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_TITLE=Modifying VLV Index
+INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUMMARY=Modifying VLV index %s...
+INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_COMPLETE=VLV Index Modified
+INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUCCESSFUL=The VLV index '%s' in backend \
+ '%s' was successfully modified.
+MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=Error modifying VLV index
+MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS=An error occurred \
+ modifying VLV index '%s'.
+INFO_CTRL_PANEL_MODIFY_VLV_INDEX_TASK_DESCRIPTION=Modify VLV index '%s' in \
+ backend '%s'.
+INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_PROGRESS=Modifying VLV index '%s'
+
+INFO_CTRL_PANEL_AVAILABLE_LABEL=Available:
+INFO_CTRL_PANEL_SELECTED_LABEL=Selected:
+INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON=Add >
+INFO_CTRL_PANEL_ADDREMOVE_ADD_ALL_BUTTON=Add All >
+INFO_CTRL_PANEL_ADDREMOVE_REMOVE_BUTTON=< Remove
+INFO_CTRL_PANEL_ADDREMOVE_REMOVE_ALL_BUTTON=< Remove All
+
+INFO_CTRL_PANEL_OBJECTCLASS_CELL_PANEL_AUXILIARY=Auxiliary: %s
+
+INFO_CTRL_PANEL_ATTRIBUTE_USAGE_OPERATIONAL=%s (operational)
+
+INFO_CTRL_PANEL_VLV_ASCENDING_VLV_INDEX=%s (ascending)
+INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (descending)
+
+SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s
+
+INFO_CTRL_PANEL_ERROR_DIALOG_TITLE=Error
+INFO_CTRL_PANEL_PROGRESS_DONE=Done
+INFO_CTRL_PANEL_VLV_INDEX_CELL=%s - VLV Index
+

--
Gitblit v1.10.0