diff --git a/phpgwapi/inc/class.setup.inc.php b/phpgwapi/inc/class.setup.inc.php index 49aaba9b59..1f58ac3cf4 100644 --- a/phpgwapi/inc/class.setup.inc.php +++ b/phpgwapi/inc/class.setup.inc.php @@ -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; } diff --git a/setup/lang/phpgw_en.lang b/setup/lang/phpgw_en.lang index 089856ec5e..13941478f1 100644 --- a/setup/lang/phpgw_en.lang +++ b/setup/lang/phpgw_en.lang @@ -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