From 0d23fe48fd23f16c36f28d14c87ea5ad299e5108 Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Fri, 7 Apr 2006 14:57:25 +0000 Subject: [PATCH] =?UTF-8?q?ajout=20d'un=20bouton=20supprimer=20sur=20la=20?= =?UTF-8?q?fiche=20produit=20uniquement=20accessible=20si=20le=20produit?= =?UTF-8?q?=20=20n'a=20jamais=20=E9t=E9=20utilis=E9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/langs/en_US/products.lang | 5 ++++- htdocs/langs/fr_FR/products.lang | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang index 686e6a034f9..caa6f509469 100644 --- a/htdocs/langs/en_US/products.lang +++ b/htdocs/langs/en_US/products.lang @@ -85,4 +85,7 @@ CategoryFilter=Category filter ProductToAddSearch=Search product to add AddDel=Add/Delete Quantity=Quantity -NoMatchFound=No match found \ No newline at end of file +NoMatchFound=No match found +DeleteProduct=Delete a product/service +ConfirmDeleteProduct=Are you sure you want to delete this product/service ? +ProductDeleted=Product/Service "%s" deleted from database. \ No newline at end of file diff --git a/htdocs/langs/fr_FR/products.lang b/htdocs/langs/fr_FR/products.lang index 22ec1f3dc6a..1da756c9f3c 100644 --- a/htdocs/langs/fr_FR/products.lang +++ b/htdocs/langs/fr_FR/products.lang @@ -96,3 +96,6 @@ Quantity=Quantit NoMatchFound=Aucun r�sultat n'a �t� trouv� ProductAssociationList=Liste des produits/services associ�s : nom du produit/service (quantit� affect�e) ErrorAssociationIsFatherOfThis=L'un des produits s�lectionn�s est parent du produit en cours +DeleteProduct=Supprimer un produit/service +ConfirmDeleteProduct=Etes-vous s�r de vouloir supprimer ce produit/service ? +ProductDeleted=Le produit/service "%s" � �t� supprim� de la base. -- GitLab