Fix: Translation
This commit is contained in:
parent
3aec0809e9
commit
b8c99626fe
@ -593,27 +593,7 @@ class pdf_einstein extends ModelePDFCommandes
|
||||
$pdf->SetXY ($col2x, $tab2_top + 0);
|
||||
$pdf->MultiCell($largcol2, $tab2_hl, price($object->total_ht + $object->remise), 0, 'R', 1);
|
||||
|
||||
// Remise globale
|
||||
if ($object->remise > 0)
|
||||
{
|
||||
$pdf->SetXY ($col1x, $tab2_top + $tab2_hl);
|
||||
$pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("GlobalDiscount"), 0, 'L', 1);
|
||||
|
||||
$pdf->SetXY ($col2x, $tab2_top + $tab2_hl);
|
||||
$pdf->MultiCell($largcol2, $tab2_hl, "-".$object->remise_percent."%", 0, 'R', 1);
|
||||
|
||||
$pdf->SetXY ($col1x, $tab2_top + $tab2_hl * 2);
|
||||
$pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("WithDiscountTotalHT"), 0, 'L', 1);
|
||||
|
||||
$pdf->SetXY ($col2x, $tab2_top + $tab2_hl * 2);
|
||||
$pdf->MultiCell($largcol2, $tab2_hl, price($object->total_ht), 0, 'R', 1);
|
||||
|
||||
$index = 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
$index = 0;
|
||||
}
|
||||
$index = 0;
|
||||
|
||||
// Affichage des totaux de TVA par taux (conformément à réglementation)
|
||||
$pdf->SetFillColor(248,248,248);
|
||||
|
||||
@ -757,27 +757,7 @@ class pdf_crabe extends ModelePDFFactures
|
||||
$pdf->SetXY ($col2x, $tab2_top + 0);
|
||||
$pdf->MultiCell($largcol2, $tab2_hl, price($object->total_ht + $object->remise), 0, 'R', 1);
|
||||
|
||||
// Remise globale
|
||||
if ($object->remise > 0)
|
||||
{
|
||||
$pdf->SetXY ($col1x, $tab2_top + $tab2_hl);
|
||||
$pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("GlobalDiscount"), 0, 'L', 1);
|
||||
|
||||
$pdf->SetXY ($col2x, $tab2_top + $tab2_hl);
|
||||
$pdf->MultiCell($largcol2, $tab2_hl, "-".$object->remise_percent."%", 0, 'R', 1);
|
||||
|
||||
$pdf->SetXY ($col1x, $tab2_top + $tab2_hl * 2);
|
||||
$pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("WithDiscountTotalHT"), 0, 'L', 1);
|
||||
|
||||
$pdf->SetXY ($col2x, $tab2_top + $tab2_hl * 2);
|
||||
$pdf->MultiCell($largcol2, $tab2_hl, price($object->total_ht), 0, 'R', 1);
|
||||
|
||||
$index = 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
$index = 0;
|
||||
}
|
||||
$index = 0;
|
||||
|
||||
// Affichage des totaux de TVA par taux (conformement a la reglementation)
|
||||
$pdf->SetFillColor(248,248,248);
|
||||
|
||||
@ -407,26 +407,7 @@ class pdf_huitre extends ModelePDFFactures
|
||||
$pdf->SetXY (174, $tab2_top + 0);
|
||||
$pdf->MultiCell(26, $tab2_hl, price($fac->total_ht + $fac->remise), 0, 'R', 0);
|
||||
|
||||
if ($fac->remise > 0)
|
||||
{
|
||||
$pdf->SetXY (132, $tab2_top + $tab2_hl);
|
||||
$pdf->MultiCell(42, $tab2_hl, $langs->transnoentities("GlobalDiscount"), 0, 'R', 0);
|
||||
|
||||
$pdf->SetXY (174, $tab2_top + $tab2_hl);
|
||||
$pdf->MultiCell(26, $tab2_hl, price($fac->remise), 0, 'R', 0);
|
||||
|
||||
$pdf->SetXY (132, $tab2_top + $tab2_hl * 2);
|
||||
$pdf->MultiCell(42, $tab2_hl, $langs->transnoentities("WithDiscountTotalHT"), 0, 'R', 0);
|
||||
|
||||
$pdf->SetXY (174, $tab2_top + $tab2_hl * 2);
|
||||
$pdf->MultiCell(26, $tab2_hl, price($fac->total_ht), 0, 'R', 0);
|
||||
|
||||
$index = 3;
|
||||
}
|
||||
else
|
||||
{
|
||||
$index = 1;
|
||||
}
|
||||
|
||||
$pdf->SetXY (132, $tab2_top + $tab2_hl * $index);
|
||||
$pdf->MultiCell(42, $tab2_hl, $langs->transnoentities("TotalVAT"), 0, 'R', 0);
|
||||
|
||||
@ -540,26 +540,7 @@ class pdf_oursin extends ModelePDFFactures
|
||||
$pdf->SetXY ($col2x, $tab2_top + 0);
|
||||
$pdf->MultiCell(26, $tab2_hl, price($fac->total_ht + $fac->remise), 0, 'R', 0);
|
||||
|
||||
if ($fac->remise > 0)
|
||||
{
|
||||
$pdf->SetXY ($col1x, $tab2_top + $tab2_hl);
|
||||
$pdf->MultiCell($col2x-$col1x, $tab2_hl, $langs->transnoentities("GlobalDiscount"), 0, 'L', 0);
|
||||
|
||||
$pdf->SetXY ($col2x, $tab2_top + $tab2_hl);
|
||||
$pdf->MultiCell(26, $tab2_hl, "-".$fac->remise_percent."%", 0, 'R', 0);
|
||||
|
||||
$pdf->SetXY ($col1x, $tab2_top + $tab2_hl * 2);
|
||||
$pdf->MultiCell($col2x-$col1x, $tab2_hl, $langs->transnoentities("WithDiscountTotalHT"), 0, 'L', 0);
|
||||
|
||||
$pdf->SetXY ($col2x, $tab2_top + $tab2_hl * 2);
|
||||
$pdf->MultiCell(26, $tab2_hl, price($fac->total_ht), 0, 'R', 0);
|
||||
|
||||
$index = 3;
|
||||
}
|
||||
else
|
||||
{
|
||||
$index = 1;
|
||||
}
|
||||
$index = 1;
|
||||
|
||||
$pdf->SetXY ($col1x, $tab2_top + $tab2_hl * $index);
|
||||
$pdf->MultiCell($col2x-$col1x, $tab2_hl, $langs->transnoentities("TotalVAT"), 0, 'L', 0);
|
||||
|
||||
@ -605,27 +605,7 @@ class pdf_propale_azur extends ModelePDFPropales
|
||||
$pdf->SetXY ($col2x, $tab2_top + 0);
|
||||
$pdf->MultiCell($largcol2, $tab2_hl, price($object->total_ht + $object->remise), 0, 'R', 1);
|
||||
|
||||
// Remise globale
|
||||
if ($object->remise > 0)
|
||||
{
|
||||
$pdf->SetXY ($col1x, $tab2_top + $tab2_hl);
|
||||
$pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("GlobalDiscount"), 0, 'L', 1);
|
||||
|
||||
$pdf->SetXY ($col2x, $tab2_top + $tab2_hl);
|
||||
$pdf->MultiCell($largcol2, $tab2_hl, "-".$object->remise_percent."%", 0, 'R', 1);
|
||||
|
||||
$pdf->SetXY ($col1x, $tab2_top + $tab2_hl * 2);
|
||||
$pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("WithDiscountTotalHT"), 0, 'L', 1);
|
||||
|
||||
$pdf->SetXY ($col2x, $tab2_top + $tab2_hl * 2);
|
||||
$pdf->MultiCell($largcol2, $tab2_hl, price($object->total_ht), 0, 'R', 1);
|
||||
|
||||
$index = 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
$index = 0;
|
||||
}
|
||||
$index = 0;
|
||||
|
||||
// Affichage des totaux de TVA par taux (conformément à réglementation)
|
||||
$pdf->SetFillColor(248,248,248);
|
||||
|
||||
@ -208,30 +208,28 @@ DefaultValue=Default value
|
||||
DefaultGlobalValue=Global value
|
||||
Price=Price
|
||||
UnitPrice=Unit price
|
||||
UnitPriceHT=Unit price HT
|
||||
UnitPriceTTC=Unit price TTC
|
||||
UnitPriceHT=Unit price (excl. VAT)
|
||||
UnitPriceTTC=Unit price (incl. VAT)
|
||||
PriceU=U.P.
|
||||
PriceUHT=U.P. HT
|
||||
PriceUTTC=U.P. TTC
|
||||
PriceUHT=U.P.
|
||||
PriceUTTC=U.P. (incl. VAT)
|
||||
Amount=Amount
|
||||
AmountInvoice=Invoice amount
|
||||
AmountPayment=Payment amount
|
||||
AmountHT=Amount HT
|
||||
AmountTTC=Amount TTC
|
||||
AmountHT=Amount (excl. VAT)
|
||||
AmountTTC=Amount (incl. VAT)
|
||||
AmountVAT=Amount VAT
|
||||
AmountTotal=Total amount
|
||||
AmountAverage=Average amount
|
||||
Percentage=Pourcentage
|
||||
Total=Total
|
||||
SubTotal=Subtotal
|
||||
TotalHT=Total HT
|
||||
TotalTTC=Total TTC
|
||||
TotalHT=Total (excl. VAT)
|
||||
TotalTTC=Total (incl. VAT)
|
||||
TotalVAT=Total VAT
|
||||
TotalHTAfterDiscounts=Total HT with discounts
|
||||
TotalTTCAfterDiscounts=Total TTC with discounts
|
||||
IncludedVAT=Included VAT
|
||||
TTC=TTC
|
||||
HT=HT
|
||||
HT=(excl. VAT)
|
||||
TTC=(incl. VAT)
|
||||
VAT=VAT
|
||||
Average=Average
|
||||
Sum=Sum
|
||||
|
||||
@ -227,11 +227,9 @@ SubTotal=Subtotal
|
||||
TotalHT=Importe
|
||||
TotalTTC=Totat
|
||||
TotalVAT=Total IVA
|
||||
TotalHTAfterDiscounts=Importe con descuentos
|
||||
TotalTTCAfterDiscounts=Total con descuentos
|
||||
IncludedVAT=IVA incluido
|
||||
TTC=Total
|
||||
HT=Importe
|
||||
TTC=Total
|
||||
VAT=IVA
|
||||
Average=Media
|
||||
Sum=Suma
|
||||
|
||||
@ -189,8 +189,6 @@ SubTotal=Sous-total
|
||||
TotalHT=Total HT
|
||||
TotalTTC=Total TTC
|
||||
TotalVAT=Total TVA
|
||||
TotalHTAfterDiscounts=Total HT avec réductions
|
||||
TotalTTCAfterDiscounts=Total TTC avec réductions
|
||||
IncludedVAT=TVA incluse
|
||||
VAT=TVA
|
||||
Average=Moyenne
|
||||
|
||||
@ -228,11 +228,9 @@ SubTotal=Sous-total
|
||||
TotalHT=Total HT
|
||||
TotalTTC=Total TTC
|
||||
TotalVAT=Total TVA
|
||||
TotalHTAfterDiscounts=Total HT après remise
|
||||
TotalTTCAfterDiscounts=Total TTC après remise
|
||||
IncludedVAT=Dont TVA
|
||||
TTC=TTC
|
||||
HT=HT
|
||||
TTC=TTC
|
||||
VAT=TVA
|
||||
Average=Moyenne
|
||||
Sum=Somme
|
||||
|
||||
@ -117,10 +117,11 @@ Price=Pre
|
||||
UnitPrice=Preço unitário
|
||||
PriceU=U.P.
|
||||
PriceUHT=U.P. HT
|
||||
PriceUTTC=U.P. TTC
|
||||
Amount=Quantidade
|
||||
AmountHT=Valor HT
|
||||
AmountTTC=Valor TTC
|
||||
AmountVAT=Valor VAT
|
||||
AmountVAT=Valor IVA
|
||||
AmountTotal=Valor total
|
||||
AmountAverage=Valor médio
|
||||
Total=Total
|
||||
@ -128,6 +129,8 @@ SubTotal=Sub-total
|
||||
TotalHT=Total HT
|
||||
TotalTTC=Total TTC
|
||||
TotalVAT=Total IVA
|
||||
HT=HT
|
||||
TTC=TTC
|
||||
VAT=IVA
|
||||
Average=Média
|
||||
Sum=Soma
|
||||
|
||||
Loading…
Reference in New Issue
Block a user