From be198604a7835d18b483e790ad13ba85ec990c67 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 14 May 2007 00:31:23 +0000 Subject: [PATCH] Trad: Termes plus parlant --- htdocs/langs/en_US/products.lang | 3 +++ htdocs/langs/fr_FR/products.lang | 2 ++ htdocs/product/categorie.php | 2 +- htdocs/product/fournisseurs.php | 19 ++++++++++--------- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang index fe6ebdecba5..e794bea6ffd 100644 --- a/htdocs/langs/en_US/products.lang +++ b/htdocs/langs/en_US/products.lang @@ -110,3 +110,6 @@ NoStockForThisProduct=No stock for this product Restock=Restock Weight=Weight ProductSpecial=Special +QtyMin=Quantity minimum +PriceHTQty=Price HT for this quantity + diff --git a/htdocs/langs/fr_FR/products.lang b/htdocs/langs/fr_FR/products.lang index cf8d2feb152..ec7ad5618d9 100644 --- a/htdocs/langs/fr_FR/products.lang +++ b/htdocs/langs/fr_FR/products.lang @@ -110,3 +110,5 @@ NoStockForThisProduct=Pas de stock pour ce produit Restock=Réassort Weight=Poids ProductSpecial=Special +QtyMin=Quantité minimum +PriceHTQty=Prix HT pour la quantité diff --git a/htdocs/product/categorie.php b/htdocs/product/categorie.php index 91aaa7d2c3a..f949c8d28c3 100644 --- a/htdocs/product/categorie.php +++ b/htdocs/product/categorie.php @@ -153,7 +153,7 @@ if ($_GET["id"] || $_GET["ref"]) // Formulaire ajout dans une categorie if ($user->rights->produit->creer) { - + print '
'; print '
'; print ''; print ''; - print ''; } - print ''; + print ''; + print ''; $quantity = $_GET["qty"] ? $_GET["qty"] : "1"; print ''; - print ''; + print ''; print ''; - print ''; print ''; print '
'; diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php index 490632c1c86..1edbe523c3c 100644 --- a/htdocs/product/fournisseurs.php +++ b/htdocs/product/fournisseurs.php @@ -230,22 +230,23 @@ if ($_GET["id"] || $_GET["ref"]) $product->fetch_fourn_data($_GET["id_fourn"]); print ''; } else { - print '
'.$langs->trans("Supplier").''; + print '
'.$langs->trans("Supplier").''; $html=new Form($db); $html->select_societes('','id_fourn','fournisseur=1'); print '
'.$langs->trans("Ref").''; - print ''; - print '
'.$langs->trans("Qty").'
'.$langs->trans("Ref").''; + print ''; + print ''.$langs->trans("QtyMin").''.$langs->trans("Price").''.$langs->trans("PriceHTQty").'
 '; + print '
'; + print '   '; print '
'; @@ -281,8 +282,8 @@ if ($_GET["id"] || $_GET["ref"]) print ''; print $langs->trans("Suppliers").''; print ''.$langs->trans("Ref").''; - print ''.$langs->trans("Qty").''; - print ''.$langs->trans("BuyingPrice").''; + print ''.$langs->trans("QtyMin").''; + print ''.$langs->trans("PriceHTQty").''; print ''.$langs->trans("UnitPrice").''; print ' '; print '';