diff --git a/htdocs/langs/en_US/commercial.lang b/htdocs/langs/en_US/commercial.lang index bcd58942d18..3c4a5ab3c3e 100644 --- a/htdocs/langs/en_US/commercial.lang +++ b/htdocs/langs/en_US/commercial.lang @@ -19,6 +19,7 @@ TaskRDV=Rendez-vous TaskRDVWith=Rendez-vous with %s ShowTask=Show task ShowAction=Show action +ActionsReport=Actions report SalesRepresentative=Sales representative SalesRepresentatives=Sales representatives SalesRepresentativeFollowUp=Sales representative (follow-up) diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang index 6229a27735b..4e20989870f 100644 --- a/htdocs/langs/en_US/main.lang +++ b/htdocs/langs/en_US/main.lang @@ -260,6 +260,8 @@ AmountInCurrency=Amount in %s currency Example=Example NoExample=No example FindBug=Report a bug +NbOfCustomers=Number of customers +NbOfLines=Number of lines # Countries CountryFR=France CountryBE=Belgium diff --git a/htdocs/langs/fr_FR/commercial.lang b/htdocs/langs/fr_FR/commercial.lang index abc535708fb..0dd145ceeb0 100644 --- a/htdocs/langs/fr_FR/commercial.lang +++ b/htdocs/langs/fr_FR/commercial.lang @@ -19,6 +19,7 @@ TaskRDV=Rendez-vous TaskRDVWith=Rendez-vous avec %s ShowTask=Afficher tache ShowAction=Afficher action +ActionsReport=Rapport des actions SalesRepresentative=Commercial SalesRepresentatives=Commerciaux SalesRepresentativeFollowUp=Commercial (suivi) diff --git a/htdocs/langs/fr_FR/main.lang b/htdocs/langs/fr_FR/main.lang index 9a536c85bd5..2ab8b8c0f9c 100644 --- a/htdocs/langs/fr_FR/main.lang +++ b/htdocs/langs/fr_FR/main.lang @@ -260,6 +260,8 @@ AmountInCurrency=Montants exprim Example=Exemple NoExample=Pas d'exemple FindBug=Signaler un bug +NbOfCustomers=Nombre de clients +NbOfLines=Nombre de lignes # Countries CountryFR=France CountryBE=Belgique