From 50c662df0991513185cc2c079a4283ddd669b3dc Mon Sep 17 00:00:00 2001
From: jpikus <jpikus@localhost>
Date: Mon, 14 Sep 2009 15:37:06 +0000
Subject: [PATCH] update l10n generated files 

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

diff --git a/opends/src/admin/messages/GlobalCfgDefn.properties b/opends/src/admin/messages/GlobalCfgDefn.properties
index 5d32c25..e2aa7f4 100644
--- a/opends/src/admin/messages/GlobalCfgDefn.properties
+++ b/opends/src/admin/messages/GlobalCfgDefn.properties
@@ -63,13 +63,13 @@
 property.single-structural-objectclass-behavior.syntax.enumeration.value.accept.synopsis=The Directory Server silently accepts entries that do not contain exactly one structural object class. Certain schema features that depend on the entry's structural class may not behave as expected.
 property.single-structural-objectclass-behavior.syntax.enumeration.value.reject.synopsis=The Directory Server rejects entries that do not contain exactly one structural object class.
 property.single-structural-objectclass-behavior.syntax.enumeration.value.warn.synopsis=The Directory Server accepts entries that do not contain exactly one structural object class, but also logs a warning message to the error log. Certain schema features that depend on the entry's structural class may not behave as expected.
-property.size-limit.synopsis=Specifies the maximum number of entries that the Directory Server should return to the client durin a search operation.
+property.size-limit.synopsis=Specifies the maximum number of entries that can be returned to the client during a single search operation.
 property.size-limit.description=A value of 0 indicates that no size limit is enforced. Note that this is the default server-wide limit, but it may be overridden on a per-user basis using the ds-rlim-size-limit operational attribute.
 property.smtp-server.synopsis=Specifies the address (and optional port number) for a mail server that can be used to send email messages via SMTP.
 property.smtp-server.description=It may be an IP address or resolvable hostname, optionally followed by a colon and a port number.
 property.smtp-server.default-behavior.alias.synopsis=If no values are defined, then the server cannot send email via SMTP.
 property.smtp-server.syntax.string.pattern.synopsis=A hostname, optionally followed by a ":" followed by a port number.
-property.time-limit.synopsis=Specifies the maximum length of time that the Directory Server should spend processing a search operation.
+property.time-limit.synopsis=Specifies the maximum length of time that should be spent processing a single search operation.
 property.time-limit.description=A value of 0 seconds indicates that no time limit is enforced. Note that this is the default server-wide time limit, but it may be overridden on a per-user basis using the ds-rlim-time-limit operational attribute.
 property.workflow-configuration-mode.synopsis=Specifies the workflow configuration mode (auto vs. manual).
 property.workflow-configuration-mode.syntax.enumeration.value.auto.synopsis=In the "auto" configuration mode, there is no workflow configuration. The workflows are created automatically based on the backend configuration. There is one workflow per backend base DN.

--
Gitblit v1.10.0