Fix: trad

This commit is contained in:
Regis Houssin 2009-12-30 10:24:40 +00:00
parent 574ee1859f
commit d2acf7f0e8
5 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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>