move all LDAP labels and help into AuthLDAP file. Internationalize LDAP error messages

This commit is contained in:
Colin Kuskie 2005-06-12 04:36:41 +00:00
parent 1cd779a66e
commit 16e6e487f3
9 changed files with 448 additions and 423 deletions

View file

@ -119,7 +119,7 @@ sub getErrorMessage {
my $errorCode = $_[0] || $class->{_error};
return "" unless $errorCode;
my $i18nCode = "LDAPLink_".$errorCode;
return WebGUI::International::get($i18nCode);
return WebGUI::International::get($i18nCode,"AuthLDAP");
}
#-------------------------------------------------------------------
@ -310,4 +310,4 @@ sub recurseProperty {
}
}
1;
1;