Add lang for invalid password

This commit is contained in:
Miles Lott 2002-03-04 03:10:57 +00:00
parent be67e0d962
commit 6d81d7547c
2 changed files with 4 additions and 3 deletions

View File

@ -115,7 +115,7 @@
}
else
{
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = 'Invalid password';
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = lang('Invalid password');
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = '';
return False;
}
@ -154,7 +154,7 @@
}
else
{
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = 'Invalid password';
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = lang('Invalid password');
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = '';
return False;
}
@ -168,7 +168,7 @@
}
else
{
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = 'Invalid password';
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = lang('Invalid password');
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = '';
return False;
}

View File

@ -102,6 +102,7 @@ install Applications setup en Install Applications
installed setup en installed
install language setup en Install Language
install setup en Install
invalid password setup en Invalid password
is broken setup en is broken
is disabled setup en is disabled
ldap account import/export setup en LDAP account import/export