Fix: problme de traduction
This commit is contained in:
parent
0ea9529b23
commit
4318d86409
@ -382,7 +382,7 @@ class pdf_crabe extends ModelePDFFactures
|
||||
{
|
||||
$pdf->SetXY($this->marge_gauche, 227);
|
||||
$pdf->SetFont('Arial','B',8);
|
||||
$pdf->MultiCell(90, 3, $outputlangs->trans('PaymentByChequeOrderedTo').' '.$mysoc->nom.' '.$outputlangs->trans('SendTo').':',0,'L',0);
|
||||
$pdf->MultiCell(90, 3, $outputlangs->trans('PaymentByChequeOrderedToShort').' '.$mysoc->nom.' '.$outputlangs->trans('SendTo').':',0,'L',0);
|
||||
$pdf->SetXY($this->marge_gauche, 231);
|
||||
$pdf->SetFont('Arial','',8);
|
||||
$pdf->MultiCell(80, 3, $mysoc->adresse_full, 0, 'L', 0);
|
||||
|
||||
@ -188,6 +188,7 @@ TeleFax=Fax
|
||||
PrettyLittleSentence=Accepte le réglement des sommes dues par chèques libellés à mon nom en ma qualité de Membre d'une Association de Gestion agréée par l'Administration Fiscale.
|
||||
IntracommunityVATNumber=Intracommunity number of VAT
|
||||
PaymentByChequeOrderedTo=Cheque payment are payable to %s send to
|
||||
PaymentByChequeOrderedToShort=Cheque payment are payable to
|
||||
SendTo=envoyé à
|
||||
PaymentByTransferOnThisBankAccount=Payment by transfer on the following bank account
|
||||
VATIsNotUsedForInvoice=* TVA non applicable art-293B du CGI
|
||||
|
||||
@ -188,7 +188,7 @@ TeleFax=T
|
||||
PrettyLittleSentence=Accepte le règlement des sommes dues par chèques libellés à mon nom en ma qualité de Membre d'une Association de Gestion agréée par l'Administration Fiscale.
|
||||
IntracommunityVATNumber=Numéro de TVA intracommunautaire
|
||||
PaymentByChequeOrderedTo=Règlement par chèque à l'ordre de %s envoyé à
|
||||
PaymentByChequeOrderedToShort=Règlement par chèque à l'ordre
|
||||
PaymentByChequeOrderedToShort=Règlement par chèque à l'ordre de
|
||||
SendTo=envoyé à
|
||||
PaymentByTransferOnThisBankAccount=Règlement par virement sur le compte bancaire suivant
|
||||
VATIsNotUsedForInvoice=* TVA non applicable art-293B du CGI
|
||||
|
||||
Loading…
Reference in New Issue
Block a user