diff --git a/htdocs/langs/en_US/categories.lang b/htdocs/langs/en_US/categories.lang
index b0a752f36eb..4483fe4f012 100644
--- a/htdocs/langs/en_US/categories.lang
+++ b/htdocs/langs/en_US/categories.lang
@@ -1,6 +1,7 @@
# Dolibarr language file - en_US - categories
Categorie=Category
-Categories=categories
+categories=categories
+TheCategorie=The catégorie
In=In
AddIn=Add in
modify=modify
@@ -27,4 +28,7 @@ ErrSameCatSelected=You selected the same category several times
ErrForgotCat=You forgot to choose the category
ErrForgotField=You forgot to inform the fields
ErrCatAlreadyExists=This name is already used
-AddProductToCat=Add this product to a category?
\ No newline at end of file
+AddProductToCat=Add this product to a category?
+ImpossibleAddCat=Impossible to add the category
+ImpossibleAssociateCategory=Impossible to associate the category to
+WasAddedSuccessfully=was added successfully.
\ No newline at end of file
diff --git a/htdocs/langs/fr_FR/categories.lang b/htdocs/langs/fr_FR/categories.lang
index 4ff242e4c9b..7982f080931 100644
--- a/htdocs/langs/fr_FR/categories.lang
+++ b/htdocs/langs/fr_FR/categories.lang
@@ -1,6 +1,7 @@
# Dolibarr language file - fr_FR - categories
Categorie=Catégorie
-Categories=catégorie(s)
+categories=catégorie(s)
+TheCategorie=La catégorie
In=Dans
AddIn=Ajouter dans
modify=modifier
@@ -28,3 +29,6 @@ ErrForgotCat=Vous avez oubli
ErrForgotField=Vous avez oublié de renseigner le champs
ErrCatAlreadyExists=Ce nom est déjà utilisé
AddProductToCat=Ajouter ce produit à une catégorie ?
+ImpossibleAddCat=Impossible d'ajouter la catégorie
+ImpossibleAssociateCategory=Impossible d'associer la catégorie à
+WasAddedSuccessfully=a été ajoutée avec succès.