forked from extern/egroupware
Added translation of 'Logout'
This commit is contained in:
parent
20c7697009
commit
0a566e4635
@ -1169,7 +1169,7 @@
|
||||
$GLOBALS['phpgw_info']['navbar']['about']['icon'] = $this->image('phpgwapi',Array('about','nonav'));
|
||||
$GLOBALS['phpgw_info']['navbar']['about']['icon_hover'] = $this->image_on('phpgwapi',Array('about','nonav'),'-over');
|
||||
|
||||
$GLOBALS['phpgw_info']['navbar']['logout']['title'] = 'Logout';
|
||||
$GLOBALS['phpgw_info']['navbar']['logout']['title'] = lang('Logout');
|
||||
$GLOBALS['phpgw_info']['navbar']['logout']['url'] = $GLOBALS['phpgw']->link('/logout.php');
|
||||
$GLOBALS['phpgw_info']['navbar']['logout']['icon'] = $this->image('phpgwapi',Array('logout','nonav'));
|
||||
$GLOBALS['phpgw_info']['navbar']['logout']['icon_hover'] = $this->image_on('phpgwapi',Array('logout','nonav'),'-over');
|
||||
|
Loading…
Reference in New Issue
Block a user