mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Add lang for logout message
This commit is contained in:
parent
79d886e345
commit
be67e0d962
@ -128,8 +128,8 @@
|
||||
/* config logout */
|
||||
setcookie('ConfigPW','');
|
||||
setcookie('ConfigDomain','');
|
||||
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = lang('You have successfully logged out');
|
||||
setcookie('ConfigLang','');
|
||||
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = 'You have successfully logged out';
|
||||
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = '';
|
||||
|
||||
return False;
|
||||
@ -138,7 +138,8 @@
|
||||
{
|
||||
/* header admin logout */
|
||||
setcookie('HeaderPW','');
|
||||
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = 'You have successfully logged out';
|
||||
$GLOBALS['phpgw_info']['setup']['HeaderLoginMSG'] = lang('You have successfully logged out');
|
||||
setcookie('ConfigLang','');
|
||||
$GLOBALS['phpgw_info']['setup']['ConfigLoginMSG'] = '';
|
||||
|
||||
return False;
|
||||
|
@ -233,4 +233,5 @@ your database is working, but you dont have any applications installed setup en
|
||||
your tables are current setup en Your tables are current
|
||||
your tables may be altered and you may lose data setup en Your tables may be altered and you may lose data.
|
||||
your tables will be dropped and you will lose data setup en Your tables will be dropped and you will lose data !!
|
||||
you have successfully logged out setup en You have successfully logged out
|
||||
you should either uninstall and then reinstall it, or attempt manual repairs setup en You should either uninstall and then reinstall it, or attempt manual repairs
|
||||
|
Loading…
Reference in New Issue
Block a user