diff --git a/htdocs/langs/fr_FR/products.lang b/htdocs/langs/fr_FR/products.lang index 67976028d82..97a385304dc 100644 --- a/htdocs/langs/fr_FR/products.lang +++ b/htdocs/langs/fr_FR/products.lang @@ -1,6 +1,5 @@ # Dolibarr language file - fr_FR - products ProductServiceCard=Fiche produit/service -ProductCard=Fiche produit Products=Produits Services=Services Product=Produit @@ -70,7 +69,6 @@ ListOfStockMovements=Liste des mouvements de stock NoPhotoYet=Pas de photo disponible pour l'instant BuiingPrice=Prix d'achat SupplierCard=Fiche fournisseur -ProductCard=Fiche produit CommercialCard=Fiche commerciale AllWays=Chemin pour trouver votre produit dans le stock NoCat=Votre produit n'appartient à aucune catégorie diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php index 94833a00254..a0273b59faf 100644 --- a/htdocs/product/stock/product.php +++ b/htdocs/product/stock/product.php @@ -48,7 +48,7 @@ $types[0] = $langs->trans("Product"); $types[1] = $langs->trans("Service"); -llxHeader("","",$langs->trans("ProductCard")); +llxHeader("","",$langs->trans("CardProduct0")); if ($_POST["action"] == "create_stock") { @@ -168,7 +168,7 @@ if ($_GET["id"] || $_GET["ref"]) $head[$h][1] = $langs->trans('Documents'); $h++; - dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type).' : '.$product->ref); + dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type); print($mesg);