Fix: trad
This commit is contained in:
parent
574ee1859f
commit
d2acf7f0e8
@ -83,7 +83,6 @@ DeleteBill=Delete invoice
|
|||||||
SearchACustomerInvoice=Search for a customer invoice
|
SearchACustomerInvoice=Search for a customer invoice
|
||||||
SearchASupplierInvoice=Search for a supplier invoice
|
SearchASupplierInvoice=Search for a supplier invoice
|
||||||
CancelBill=Cancel an invoice
|
CancelBill=Cancel an invoice
|
||||||
SendByMail=Send by EMail
|
|
||||||
SendRemindByMail=Send reminder by EMail
|
SendRemindByMail=Send reminder by EMail
|
||||||
DoPayment=Do payment
|
DoPayment=Do payment
|
||||||
DoPaymentBack=Do payment back
|
DoPaymentBack=Do payment back
|
||||||
|
|||||||
@ -476,6 +476,7 @@ CloseWindow=Close window
|
|||||||
Question=Question
|
Question=Question
|
||||||
Response=Response
|
Response=Response
|
||||||
Priority=Priority
|
Priority=Priority
|
||||||
|
SendByMail=Send by EMail
|
||||||
MailSentBy=Email sent by
|
MailSentBy=Email sent by
|
||||||
TextUsedInTheMessageBody=Email body
|
TextUsedInTheMessageBody=Email body
|
||||||
SendAcknowledgementByMail=Send Ack. by email
|
SendAcknowledgementByMail=Send Ack. by email
|
||||||
|
|||||||
@ -80,7 +80,6 @@ DeleteBill=Supprimer facture
|
|||||||
SearchACustomerInvoice=Rechercher une facture client
|
SearchACustomerInvoice=Rechercher une facture client
|
||||||
SearchASupplierInvoice=Rechercher une facture fournisseur
|
SearchASupplierInvoice=Rechercher une facture fournisseur
|
||||||
CancelBill=Annuler une facture
|
CancelBill=Annuler une facture
|
||||||
SendByMail=Envoyer par mail
|
|
||||||
SendRemindByMail=Envoyer rappel
|
SendRemindByMail=Envoyer rappel
|
||||||
DoPayment=Émettre réglement
|
DoPayment=Émettre réglement
|
||||||
DoPaymentBack=Émettre remboursement
|
DoPaymentBack=Émettre remboursement
|
||||||
|
|||||||
@ -475,6 +475,7 @@ CloseWindow=Fermer fenêtre
|
|||||||
Question=Question
|
Question=Question
|
||||||
Response=Réponse
|
Response=Réponse
|
||||||
Priority=Priorité
|
Priority=Priorité
|
||||||
|
SendByMail=Envoyer par mail
|
||||||
MailSentBy=Mail envoyé par
|
MailSentBy=Mail envoyé par
|
||||||
TextUsedInTheMessageBody=Corps du mail
|
TextUsedInTheMessageBody=Corps du mail
|
||||||
SendAcknowledgementByMail=Envoi A.R. par mail
|
SendAcknowledgementByMail=Envoi A.R. par mail
|
||||||
|
|||||||
@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
<ul class="pageitem">
|
<ul class="pageitem">
|
||||||
<li class="form">
|
<li class="form">
|
||||||
<input name="input Button" {$disabled} type="submit" value="{$langs->trans('SendNewPassword')}" />
|
<input name="input Button" {$disabled} type="submit" value="{$langs->trans('SendByMail')}" />
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user