mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
Fix translations
This commit is contained in:
@@ -291,7 +291,7 @@ class pdf_eagle_proforma extends ModelePDFStockTransfer
|
|||||||
$pdf->SetDrawColor(128, 128, 128);
|
$pdf->SetDrawColor(128, 128, 128);
|
||||||
|
|
||||||
$pdf->SetTitle($outputlangs->convToOutputCharset($object->ref));
|
$pdf->SetTitle($outputlangs->convToOutputCharset($object->ref));
|
||||||
$pdf->SetSubject($outputlangs->transnoentities("StockTransferProFormat"));
|
$pdf->SetSubject($outputlangs->transnoentities("StockTransferSheetProforma"));
|
||||||
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
||||||
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
||||||
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("StockTransfer"));
|
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("StockTransfer"));
|
||||||
|
|||||||
@@ -271,7 +271,8 @@ totalTaxIncl=Total (tax incl.)
|
|||||||
clickToClose=Click to close
|
clickToClose=Click to close
|
||||||
sidebarCategories=Categories
|
sidebarCategories=Categories
|
||||||
noSubCat=NoSubCat
|
noSubCat=NoSubCat
|
||||||
specialPromo=Specials promotions
|
specialPromo=Promotions
|
||||||
|
allSpecials=All promotions
|
||||||
newProducts=New products
|
newProducts=New products
|
||||||
allNewProducts= All new products
|
allNewProducts= All new products
|
||||||
view=View:
|
view=View:
|
||||||
|
|||||||
Reference in New Issue
Block a user