From 1d5f9c9484a47d91ab2c4cf3796e5b1effca89ec Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 18 Apr 2007 14:15:39 +0000
Subject: [PATCH] The following changes have two main goals:
---
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties b/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
index a4d5750..ef8ad05 100644
--- a/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
+++ b/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
@@ -86,9 +86,15 @@
backendid-column=Backend ID
basedn-column=Base DN
number-entries-column=Entries
+synchronized-column=Synchronization
+missing-changes-column=Missing Changes
+age-of-oldest-missing-change-column=<html>Age of Oldest<br>Missing \
+Change (hh:mm:ss)
+age-of-oldest-missing-change-column-cli=Age of Oldest Missing Change (hh:mm:ss)
enabled-label=Enabled
disabled-label=Disabled
unknown-label=--
+not-applicable-label=--
ldap-protocol-label=LDAP
ldaps-protocol-label=LDAPS
jmx-protocol-label=JMX
@@ -99,10 +105,13 @@
This could be caused because there is not an enabled LDAP port to retrieve \
monitoring information or because you do not have read rights on the \
configuration file.
+number-entries-multiple-suffixes-in-db={0} (for all base DNs in {1})
error-reading-config-ldap=Error reading data from server. Try \
re-authenticating.\nDetails: {0}
no-dbs-found=-No LDAP Databases Found-
no-listeners-found=-No Listener Ports Found-
+suffix-synchronized-label=Enabled
+suffix-not-synchronized-label=Disabled
#
# Progress Dialog
@@ -138,7 +147,6 @@
login-pwd-label=Administrative User Password:
login-pwd-tooltip=Enter the password of the \
Administrative User account that will used to retrieve monitoring information
-ok-button-label=OK
login-dialog-server-not-running-msg=The Directory Server is not running. \
Click OK to continue to the Status Panel.
login-dialog-server-not-running-title=Directory Server not Running
--
Gitblit v1.10.0