Mising translation

This commit is contained in:
Laurent Destailleur 2017-01-23 10:32:14 +01:00
parent bc10246d05
commit 00ea5d3de0
3 changed files with 4 additions and 3 deletions

View File

@ -301,7 +301,7 @@ if ($object->id > 0)
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre">'; print '<tr class="liste_titre">';
print '<td colspan="3">'.$langs->trans("ProductsAndServices").'</td><td align="right">'; 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>'; print '</a></td></tr>';
//Query from product/liste.php //Query from product/liste.php

View File

@ -39,7 +39,7 @@ StatusOrderRefusedShort=Refused
StatusOrderBilledShort=Billed StatusOrderBilledShort=Billed
StatusOrderToProcessShort=To process StatusOrderToProcessShort=To process
StatusOrderReceivedPartiallyShort=Partially received StatusOrderReceivedPartiallyShort=Partially received
StatusOrderReceivedAllShort=Everything received StatusOrderReceivedAllShort=Products received
StatusOrderCanceled=Canceled StatusOrderCanceled=Canceled
StatusOrderDraft=Draft (needs to be validated) StatusOrderDraft=Draft (needs to be validated)
StatusOrderValidated=Validated StatusOrderValidated=Validated
@ -51,7 +51,7 @@ StatusOrderApproved=Approved
StatusOrderRefused=Refused StatusOrderRefused=Refused
StatusOrderBilled=Billed StatusOrderBilled=Billed
StatusOrderReceivedPartially=Partially received StatusOrderReceivedPartially=Partially received
StatusOrderReceivedAll=Everything received StatusOrderReceivedAll=All products received
ShippingExist=A shipment exists ShippingExist=A shipment exists
QtyOrdered=Qty ordered QtyOrdered=Qty ordered
ProductQtyInDraft=Product quantity into draft orders ProductQtyInDraft=Product quantity into draft orders

View File

@ -41,3 +41,4 @@ DoNotOrderThisProductToThisSupplier=Do not order
NotTheGoodQualitySupplier=Wrong quality NotTheGoodQualitySupplier=Wrong quality
ReputationForThisProduct=Reputation ReputationForThisProduct=Reputation
BuyerName=Buyer name BuyerName=Buyer name
AllProductServicePrices=All product / service prices