Skip to content
Snippets Groups Projects
Commit ce02f05d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Translation of dashboard

parent 8d41cc36
Branches
Tags
No related merge requests found
...@@ -487,7 +487,7 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu ...@@ -487,7 +487,7 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
$langs->load("users"); $langs->load("users");
// Home - dashboard // Home - dashboard
$newmenu->add("/index.php?mainmenu=home&leftmenu=home", $langs->trans("Home"), 0, 1, '', $mainmenu, 'home'); $newmenu->add("/index.php?mainmenu=home&leftmenu=home", $langs->trans("Dashboard"), 0, 1, '', $mainmenu, 'home');
// Setup // Setup
$newmenu->add("/admin/index.php?mainmenu=home&leftmenu=setup", $langs->trans("Setup"), 0, $user->admin, '', $mainmenu, 'setup'); $newmenu->add("/admin/index.php?mainmenu=home&leftmenu=setup", $langs->trans("Setup"), 0, $user->admin, '', $mainmenu, 'setup');
......
...@@ -700,6 +700,7 @@ Test=Test ...@@ -700,6 +700,7 @@ Test=Test
Element=Element Element=Element
NoPhotoYet=No pictures available yet NoPhotoYet=No pictures available yet
HomeDashboard=Home summary HomeDashboard=Home summary
Dashboard=Dashboard
Deductible=Deductible Deductible=Deductible
from=from from=from
toward=toward toward=toward
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment