mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
add check to prevent compile error in translation tools
add initial kinyarwanda language
This commit is contained in:
parent
c9432e9b81
commit
a12070b61f
@ -96,5 +96,11 @@
|
|||||||
$file['phpInfo'] = "javascript:openwindow('" . $GLOBALS['egw']->link('/admin/phpinfo.php') . "')";
|
$file['phpInfo'] = "javascript:openwindow('" . $GLOBALS['egw']->link('/admin/phpinfo.php') . "')";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if($GLOBALS['egw_info']['flags']['currentapp'] =='admin')
|
||||||
|
{
|
||||||
|
$menu_title = 'Administration';
|
||||||
|
$file = array();
|
||||||
|
|
||||||
display_sidebox($appname,$menu_title,$file);
|
display_sidebox($appname,$menu_title,$file);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
1
admin/setup/egw_rw.lang
Normal file
1
admin/setup/egw_rw.lang
Normal file
@ -0,0 +1 @@
|
|||||||
|
email address admin rw email
|
Loading…
Reference in New Issue
Block a user