diff --git a/htdocs/langs/en_US/commercial.lang b/htdocs/langs/en_US/commercial.lang index 75510d1070d..9b4d0c7de77 100644 --- a/htdocs/langs/en_US/commercial.lang +++ b/htdocs/langs/en_US/commercial.lang @@ -1,13 +1,14 @@ # Dolibarr language file - en_US - commercial Commercial=Commercial CommercialArea=Commercial area +CommercialCard=Commercial card Customer=Customer Customers=Customers Prospect=Prospect Prospects=Prospects DeleteAction=Delete a task -AddAction=Add task -AddAnAction=Add a task +AddAction=Add action +AddAnAction=Add an action AddActionRendezVous=Add a Rendez-Vous task ConfirmDeleteAction=Are you sure you want to delete this task ? CardAction=Task card @@ -17,6 +18,7 @@ ActionOnContact=Task about contact TaskRDV=Rendez-vous TaskRDVWith=Rendez-vous with %s ShowTask=Show task +ShowAction=Show action SalesRepresentative=Sales representative SalesRepresentatives=Sales representatives SalesRepresentativeFollowUp=Sales representative (follow-up) diff --git a/htdocs/langs/en_US/install.lang b/htdocs/langs/en_US/install.lang index 314687ff1fe..4b9176f81af 100644 --- a/htdocs/langs/en_US/install.lang +++ b/htdocs/langs/en_US/install.lang @@ -56,4 +56,5 @@ LoginAlreadyExists=Already exists DolibarrAdminLogin=Dolibarr admin login FailedToCreateAdminLogin=Failed to create Dolibarr administator account. AdminLoginAlreadyExists=Dolibarr administrator account '%s' already exists. -WarningRemoveInstallDir=Warning, for security reasons, once install is finished, you have to removed the install directory. \ No newline at end of file +WarningRemoveInstallDir=Warning, for security reasons, once install is finished, you have to removed the install directory. +ThisPHPDoesNotSupportTypeBase=This PHP system does not support interfaces to access database type %s \ No newline at end of file diff --git a/htdocs/langs/fr_FR/commercial.lang b/htdocs/langs/fr_FR/commercial.lang index c68ad0e6481..4e8e689d2cf 100644 --- a/htdocs/langs/fr_FR/commercial.lang +++ b/htdocs/langs/fr_FR/commercial.lang @@ -1,6 +1,7 @@ # Dolibarr language file - fr_FR - commercial Commercial=Commercial CommercialArea=Espace commercial +CommercialCard=Fiche commerciale Customer=Client Customers=Clients Prospect=Prospect @@ -16,7 +17,8 @@ ActionOnCompany=Action concernant la soci ActionOnContact=Action concernant le contact TaskRDV=Rendez-vous TaskRDVWith=Rendez-vous avec %s -ShowTask=Afficher action +ShowTask=Afficher tache +ShowAction=Afficher action SalesRepresentative=Commercial SalesRepresentatives=Commerciaux SalesRepresentativeFollowUp=Commercial (suivi) diff --git a/htdocs/langs/fr_FR/install.lang b/htdocs/langs/fr_FR/install.lang index a78e19806dc..cd4b3af2978 100644 --- a/htdocs/langs/fr_FR/install.lang +++ b/htdocs/langs/fr_FR/install.lang @@ -56,4 +56,5 @@ LoginAlreadyExists=Existe d DolibarrAdminLogin=Login de l'administrateur Dolibarr FailedToCreateAdminLogin=Echec de la création du compte administrateur Dolibarr. AdminLoginAlreadyExists=Compte administrateur Dolibarr '%s' déjà existant. -WarningRemoveInstallDir=Attention, pour des raisons de sécurité, une fois l'installation terminé, il est nécessaire de supprimer le répertoire install. \ No newline at end of file +WarningRemoveInstallDir=Attention, pour des raisons de sécurité, une fois l'installation terminé, il est nécessaire de supprimer le répertoire install. +ThisPHPDoesNotSupportTypeBase=Le système PHP ne supporta pas les interfaces d'accès pour les base %s \ No newline at end of file