diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang
index 686e6a034f9d9a11f0c8ed23400907df898846ac..caa6f50946938a28d1f1b5dbf314c38b683b7d5c 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 22ec1f3dc6a08c68d50c933e5f9351b2c4d23e03..1da756c9f3cb36e508eae4824ffb3a51216559e8 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.