Mising translation
This commit is contained in:
parent
bc10246d05
commit
00ea5d3de0
@ -301,7 +301,7 @@ if ($object->id > 0)
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td colspan="3">'.$langs->trans("ProductsAndServices").'</td><td align="right">';
|
||||
print '<a class="notasortlink" href="'.DOL_URL_ROOT.'/fourn/product/list.php?fourn_id='.$object->id.'">'.$langs->trans("All").' <span class="badge">'.$object->nbOfProductRefs().'</span>';
|
||||
print '<a class="notasortlink" href="'.DOL_URL_ROOT.'/fourn/product/list.php?fourn_id='.$object->id.'">'.$langs->trans("AllProductServicePrices").' <span class="badge">'.$object->nbOfProductRefs().'</span>';
|
||||
print '</a></td></tr>';
|
||||
|
||||
//Query from product/liste.php
|
||||
|
||||
@ -39,7 +39,7 @@ StatusOrderRefusedShort=Refused
|
||||
StatusOrderBilledShort=Billed
|
||||
StatusOrderToProcessShort=To process
|
||||
StatusOrderReceivedPartiallyShort=Partially received
|
||||
StatusOrderReceivedAllShort=Everything received
|
||||
StatusOrderReceivedAllShort=Products received
|
||||
StatusOrderCanceled=Canceled
|
||||
StatusOrderDraft=Draft (needs to be validated)
|
||||
StatusOrderValidated=Validated
|
||||
@ -51,7 +51,7 @@ StatusOrderApproved=Approved
|
||||
StatusOrderRefused=Refused
|
||||
StatusOrderBilled=Billed
|
||||
StatusOrderReceivedPartially=Partially received
|
||||
StatusOrderReceivedAll=Everything received
|
||||
StatusOrderReceivedAll=All products received
|
||||
ShippingExist=A shipment exists
|
||||
QtyOrdered=Qty ordered
|
||||
ProductQtyInDraft=Product quantity into draft orders
|
||||
|
||||
@ -41,3 +41,4 @@ DoNotOrderThisProductToThisSupplier=Do not order
|
||||
NotTheGoodQualitySupplier=Wrong quality
|
||||
ReputationForThisProduct=Reputation
|
||||
BuyerName=Buyer name
|
||||
AllProductServicePrices=All product / service prices
|
||||
|
||||
Loading…
Reference in New Issue
Block a user