diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index bf63be82a32146b343bcd1055180b8b12f5923dd..12d79c9a806b894e90d0f7371b5575d6e1387039 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 0000000000000000000000000000000000000000..ad51d36a6a42606e4e85b5b0baca7ae342c77023 --- /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 40784220ac906461dda0cc1757afb3455ce4943a..87face9ceea1119097b70d51a823cc1ff77777d8 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 0000000000000000000000000000000000000000..58cd78d7e75b4afe334923a420040a7b57c20277 --- /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