mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
Add lang for invalid password
This commit is contained in:
parent
be67e0d962
commit
6d81d7547c
@ -115,7 +115,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = 'Invalid password';
|
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = lang('Invalid password');
|
||||||
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = '';
|
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = '';
|
||||||
return False;
|
return False;
|
||||||
}
|
}
|
||||||
@ -154,7 +154,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = 'Invalid password';
|
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = lang('Invalid password');
|
||||||
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = '';
|
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = '';
|
||||||
return False;
|
return False;
|
||||||
}
|
}
|
||||||
@ -168,7 +168,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = 'Invalid password';
|
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = lang('Invalid password');
|
||||||
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = '';
|
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = '';
|
||||||
return False;
|
return False;
|
||||||
}
|
}
|
||||||
|
@ -102,6 +102,7 @@ install Applications setup en Install Applications
|
|||||||
installed setup en installed
|
installed setup en installed
|
||||||
install language setup en Install Language
|
install language setup en Install Language
|
||||||
install setup en Install
|
install setup en Install
|
||||||
|
invalid password setup en Invalid password
|
||||||
is broken setup en is broken
|
is broken setup en is broken
|
||||||
is disabled setup en is disabled
|
is disabled setup en is disabled
|
||||||
ldap account import/export setup en LDAP account import/export
|
ldap account import/export setup en LDAP account import/export
|
||||||
|
Loading…
Reference in New Issue
Block a user