From 26ee3ae2c28bd0bd87dc6496679b79115ab7987f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 26 May 2005 01:23:11 +0000 Subject: [PATCH] Trad: Oubli trraduction --- htdocs/includes/menus/barre_top/default.php | 2 +- htdocs/includes/menus/barre_top/eldy.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/menus/barre_top/default.php b/htdocs/includes/menus/barre_top/default.php index f79547e2c37..c55afa36acd 100644 --- a/htdocs/includes/menus/barre_top/default.php +++ b/htdocs/includes/menus/barre_top/default.php @@ -162,7 +162,7 @@ class MenuTop { $chaine=""; if ($conf->produit->enabled) { $chaine.=$langs->trans("Products"); } if ($conf->produit->enabled && $conf->service->enabled) { $chaine.="/"; } - if ($conf->service->enabled) { $chaine.="Services"; } + if ($conf->service->enabled) { $chaine.=$langs->("Services"); } print 'atarget?" target=$this->atarget":"").'>'.$chaine.''; diff --git a/htdocs/includes/menus/barre_top/eldy.php b/htdocs/includes/menus/barre_top/eldy.php index 84684ccb4ac..d1976386980 100644 --- a/htdocs/includes/menus/barre_top/eldy.php +++ b/htdocs/includes/menus/barre_top/eldy.php @@ -126,7 +126,7 @@ class MenuTop { $chaine=""; if ($conf->produit->enabled) { $chaine.=$langs->trans("Products"); } if ($conf->produit->enabled && $conf->service->enabled) { $chaine.="/"; } - if ($conf->service->enabled) { $chaine.="Services"; } + if ($conf->service->enabled) { $chaine.=$langs->trans("Services"); } if ($user->rights->produit->lire) print 'atarget?" target=$this->atarget":"").'>'.$chaine.'';