move all LDAP labels and help into AuthLDAP file. Internationalize LDAP error messages
This commit is contained in:
parent
1cd779a66e
commit
16e6e487f3
9 changed files with 448 additions and 423 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue