diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index bf63be82a32..12d79c9a806 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -209,14 +209,17 @@ WebCalSetupSaved=Webcalendar setup saved successfully. WebCalTestOk=Connection to server '%s' on database '%s' with user '%s' successfull. WebCalTestKo1=Connection to server '%s' succeed but database '%s' could not be reached. WebCalTestKo2=Connection to server '%s' with user '%s' failed. +##### Bills ##### +BillsSetup=Bills module setup ##### Clicktodial setup ##### ClickToDialSetup=Click To Dial module setup +##### Interventions ##### +InterventionsSetup=Interventions module setup ##### LDAP setup #### LDAPSetup=LDAP Setup LDAPServer=LDAP Server ##### Propal ##### PropalSetup=Commercial proposals module setup -##### Bills ##### -BillsSetup=Bills module setup -##### Interventions ##### -InterventionsSetup=Interventions module setup +##### Sendings ##### +SendingsSetup=Sending module setup +SendingsReceiptModel=Sending receipt model \ No newline at end of file diff --git a/htdocs/langs/en_US/sendings.lang b/htdocs/langs/en_US/sendings.lang new file mode 100644 index 00000000000..ad51d36a6a4 --- /dev/null +++ b/htdocs/langs/en_US/sendings.lang @@ -0,0 +1,6 @@ +# Dolibarr language file - en_US - sendings +Sending=Sending +Sendings=Sendings +ListOfSendings=List of sendings +SendingMethod=Sending method +SendingReceipt=Sending receipt diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang index 40784220ac9..87face9ceea 100644 --- a/htdocs/langs/fr_FR/admin.lang +++ b/htdocs/langs/fr_FR/admin.lang @@ -209,14 +209,17 @@ WebCalSetupSaved=Les identifiants Webcalendar ont WebCalTestOk=La connection au serveur '%s' sur la base '%s' par le user '%s' a réussi. WebCalTestKo1=La connection au serveur '%s' a réussi mais la base '%s' n'a pu être accédée. WebCalTestKo2=La connection au serveur '%s' par le user '%s' à échoué. +##### Bills ##### +BillsSetup=Configuration du module Factures ##### Clicktodial setup ##### ClickToDialSetup=Configuration du module Click To Dial +##### Interventions ##### +InterventionsSetup=Configuration du module Interventions ##### LDAP setup ##### LDAPSetup=Configuration du module LDAP LDAPServer=Serveur LDAP ##### Propal ##### PropalSetup=Configuration du module Propositions Commerciales -##### Bills ##### -BillsSetup=Configuration du module Factures -##### Interventions ##### -InterventionsSetup=Configuration du module Interventions \ No newline at end of file +##### Sendings ##### +SendingsSetup=Configuration du module Expédition/Livraisons +SendingsReceiptModel=Modèle du bordereau de livraison \ No newline at end of file diff --git a/htdocs/langs/fr_FR/sendings.lang b/htdocs/langs/fr_FR/sendings.lang new file mode 100644 index 00000000000..58cd78d7e75 --- /dev/null +++ b/htdocs/langs/fr_FR/sendings.lang @@ -0,0 +1,6 @@ +# Dolibarr language file - fr_FR - sendings +Sending=Envoi +Sendings=Envois +ListOfSendings=Liste des envois +SendingMethod=Méthode de livraison +SendingReceipt=Bordereau de livraison \ No newline at end of file