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