diff --git a/lam-0.4/templates/lists/listdomains.php b/lam-0.4/templates/lists/listdomains.php index 362a27aa..cee3c073 100644 --- a/lam-0.4/templates/lists/listdomains.php +++ b/lam-0.4/templates/lists/listdomains.php @@ -98,7 +98,7 @@ if (! $_GET['norefresh']) { $attrs = $attr_array; $sr = @ldap_search($_SESSION["ldap"]->server(), $dom_suffix, $filter, $attrs); if (ldap_errno($_SESSION["ldap"]->server()) == 4) { - StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), "See README.openldap to solve this problem."); + StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), _("See README.openldap.txt to solve this problem.")); } if ($sr) { $dom_info = ldap_get_entries($_SESSION["ldap"]->server, $sr); diff --git a/lam-0.4/templates/lists/listgroups.php b/lam-0.4/templates/lists/listgroups.php index fb161a01..e6eee111 100644 --- a/lam-0.4/templates/lists/listgroups.php +++ b/lam-0.4/templates/lists/listgroups.php @@ -158,7 +158,7 @@ if (! $_GET['norefresh']) { $attrs = $attr_array; $sr = @ldap_search($_SESSION["ldap"]->server(), $grp_suffix, $filter, $attrs); if (ldap_errno($_SESSION["ldap"]->server()) == 4) { - StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), "See README.openldap to solve this problem."); + StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), _("See README.openldap.txt to solve this problem.")); } if ($sr) { $grp_info = ldap_get_entries($_SESSION["ldap"]->server, $sr); diff --git a/lam-0.4/templates/lists/listhosts.php b/lam-0.4/templates/lists/listhosts.php index 9258444b..87a03130 100644 --- a/lam-0.4/templates/lists/listhosts.php +++ b/lam-0.4/templates/lists/listhosts.php @@ -162,7 +162,7 @@ if (! $_GET['norefresh']) { $attrs = $attr_array; $sr = @ldap_search($_SESSION["ldap"]->server(), $hst_suffix, $filter, $attrs); if (ldap_errno($_SESSION["ldap"]->server()) == 4) { - StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), "See README.openldap to solve this problem."); + StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), _("See README.openldap.txt to solve this problem.")); } if ($sr) { $hst_info = ldap_get_entries($_SESSION["ldap"]->server, $sr); diff --git a/lam-0.4/templates/lists/listusers.php b/lam-0.4/templates/lists/listusers.php index 7bfc0674..2eed6984 100644 --- a/lam-0.4/templates/lists/listusers.php +++ b/lam-0.4/templates/lists/listusers.php @@ -200,7 +200,7 @@ else { $attrs = $attr_array; $sr = @ldap_search($_SESSION["ldap"]->server(), $usr_suffix, $filter, $attrs); if (ldap_errno($_SESSION["ldap"]->server()) == 4) { - StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), "See README.openldap to solve this problem."); + StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), _("See README.openldap.txt to solve this problem.")); } if ($sr) { $userinfo = ldap_get_entries ($_SESSION["ldap"]->server, $sr); diff --git a/lam/templates/lists/listdomains.php b/lam/templates/lists/listdomains.php index 362a27aa..cee3c073 100644 --- a/lam/templates/lists/listdomains.php +++ b/lam/templates/lists/listdomains.php @@ -98,7 +98,7 @@ if (! $_GET['norefresh']) { $attrs = $attr_array; $sr = @ldap_search($_SESSION["ldap"]->server(), $dom_suffix, $filter, $attrs); if (ldap_errno($_SESSION["ldap"]->server()) == 4) { - StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), "See README.openldap to solve this problem."); + StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), _("See README.openldap.txt to solve this problem.")); } if ($sr) { $dom_info = ldap_get_entries($_SESSION["ldap"]->server, $sr); diff --git a/lam/templates/lists/listgroups.php b/lam/templates/lists/listgroups.php index 890d6006..39323018 100644 --- a/lam/templates/lists/listgroups.php +++ b/lam/templates/lists/listgroups.php @@ -159,7 +159,7 @@ if (! $_GET['norefresh']) { $attrs = $attr_array; $sr = @ldap_search($_SESSION["ldap"]->server(), $grp_suffix, $filter, $attrs); if (ldap_errno($_SESSION["ldap"]->server()) == 4) { - StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), "See README.openldap to solve this problem."); + StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), _("See README.openldap.txt to solve this problem.")); } if ($sr) { $grp_info = ldap_get_entries($_SESSION["ldap"]->server, $sr); diff --git a/lam/templates/lists/listhosts.php b/lam/templates/lists/listhosts.php index f5cd5389..c53b08d3 100644 --- a/lam/templates/lists/listhosts.php +++ b/lam/templates/lists/listhosts.php @@ -157,7 +157,7 @@ if (! $_GET['norefresh']) { $attrs = $attr_array; $sr = @ldap_search($_SESSION["ldap"]->server(), $hst_suffix, $filter, $attrs); if (ldap_errno($_SESSION["ldap"]->server()) == 4) { - StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), "See README.openldap to solve this problem."); + StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), _("See README.openldap.txt to solve this problem.")); } if ($sr) { $hst_info = ldap_get_entries($_SESSION["ldap"]->server, $sr); diff --git a/lam/templates/lists/listusers.php b/lam/templates/lists/listusers.php index 8e040fc4..679f29f7 100644 --- a/lam/templates/lists/listusers.php +++ b/lam/templates/lists/listusers.php @@ -201,7 +201,7 @@ else { $attrs = $attr_array; $sr = @ldap_search($_SESSION["ldap"]->server(), $usr_suffix, $filter, $attrs); if (ldap_errno($_SESSION["ldap"]->server()) == 4) { - StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), "See README.openldap to solve this problem."); + StatusMessage("WARN", _("LDAP sizelimit exceeded, not all entries are shown."), _("See README.openldap.txt to solve this problem.")); } if ($sr) { $userinfo = ldap_get_entries ($_SESSION["ldap"]->server, $sr);