summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f097ed2)
raw | patch | inline | side by side (parent: f097ed2)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 16:27:10 +0000 (16:27 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 16:27:10 +0000 (16:27 +0000) |
include/setup_checks.inc | patch | blob | history |
index bb614f1e6374a8f82c8fbad70b10e84b45bcebdb..09242c6fedf5920692b83c45ae016a37f3aabc1c 100644 (file)
--- a/include/setup_checks.inc
+++ b/include/setup_checks.inc
// Output the Error
if($withoutput)
{
- print_red (_("Can't bind to the specified LDAP server! Please make sure that is reachable for GOsa."));
+ print_red (_("Can't bind to the specified LDAP server! Please make sure that it is reachable for GOsa."));
$smarty->assign ("content", get_template_path('setup_step3.tpl'));
$smarty->assign ("uri", validate($uri));
}
{
$fault = true;
if($withoutput)
- print_red (_("Can't bind to the specified LDAP server!. Please make sure that is reachable for GOsa."));
+ print_red (_("Can't bind to the specified LDAP server!. Please make sure that it is reachable for GOsa."));
}
elseif(! $r = @ldap_bind ($ds))
{
$fault = true;
if($withoutput)
- print_red (_("Can't bind to the specified LDAP server! Please make sure that is reachable for GOsa."));
+ print_red (_("Can't bind to the specified LDAP server! Please make sure that it is reachable for GOsa."));
}
else
{