mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 11:08:34 +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->SetTitle($outputlangs->convToOutputCharset($object->ref));
|
||||
$pdf->SetSubject($outputlangs->transnoentities("StockTransferProFormat"));
|
||||
$pdf->SetSubject($outputlangs->transnoentities("StockTransferSheetProforma"));
|
||||
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
||||
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
||||
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("StockTransfer"));
|
||||
|
||||
@@ -271,7 +271,8 @@ totalTaxIncl=Total (tax incl.)
|
||||
clickToClose=Click to close
|
||||
sidebarCategories=Categories
|
||||
noSubCat=NoSubCat
|
||||
specialPromo=Specials promotions
|
||||
specialPromo=Promotions
|
||||
allSpecials=All promotions
|
||||
newProducts=New products
|
||||
allNewProducts= All new products
|
||||
view=View:
|
||||
|
||||
Reference in New Issue
Block a user