Fix duplicate translation
This commit is contained in:
parent
87c596a934
commit
92e7d7bb26
@ -170,7 +170,7 @@ $amountcust=$langs->trans("AmountHT");
|
||||
$vatcust=$langs->trans("VATReceived");
|
||||
$namecust=$langs->trans("Name");
|
||||
if ($mysoc->tva_assuj) {
|
||||
$vatcust.=' ('.$langs->trans("ToPay").')';
|
||||
$vatcust.=' ('.$langs->trans("StatusToPay").')';
|
||||
}
|
||||
|
||||
// Suppliers invoices
|
||||
|
||||
@ -185,7 +185,7 @@ $productcust=$langs->trans("Description");
|
||||
$namerate=$langs->trans("VATRate");
|
||||
$amountcust=$langs->trans("AmountHT");
|
||||
if ($mysoc->tva_assuj) {
|
||||
$vatcust.=' ('.$langs->trans("ToPay").')';
|
||||
$vatcust.=' ('.$langs->trans("StatusToPay").')';
|
||||
}
|
||||
$elementsup=$langs->trans("SuppliersInvoices");
|
||||
$productsup=$langs->trans("Description");
|
||||
|
||||
@ -173,7 +173,7 @@ $amountcust=$langs->trans("AmountHT");
|
||||
$vatcust=$langs->trans("VATReceived");
|
||||
$namecust=$langs->trans("Name");
|
||||
if ($mysoc->tva_assuj) {
|
||||
$vatcust.=' ('.$langs->trans("ToPay").')';
|
||||
$vatcust.=' ('.$langs->trans("VATToPay").')';
|
||||
}
|
||||
|
||||
// Suppliers invoices
|
||||
|
||||
@ -2340,7 +2340,7 @@ class ExpenseReport extends CommonObject
|
||||
{
|
||||
$response->warning_delay=$conf->expensereport->payment->warning_delay/60/60/24;
|
||||
$response->label=$langs->trans("ExpenseReportsToPay");
|
||||
$response->labelShort=$langs->trans("ToPay");
|
||||
$response->labelShort=$langs->trans("StatusToPay");
|
||||
$response->url=DOL_URL_ROOT.'/expensereport/list.php?mainmenu=hrm&statut=5';
|
||||
}
|
||||
$response->img=img_object('', "trip");
|
||||
|
||||
@ -2203,7 +2203,7 @@ class FactureFournisseur extends CommonInvoice
|
||||
$response = new WorkboardResponse();
|
||||
$response->warning_delay=$conf->facture->fournisseur->warning_delay/60/60/24;
|
||||
$response->label=$langs->trans("SupplierBillsToPay");
|
||||
$response->labelShort=$langs->trans("ToPay");
|
||||
$response->labelShort=$langs->trans("StatusToPay");
|
||||
|
||||
$response->url=DOL_URL_ROOT.'/fourn/facture/list.php?search_status=1&mainmenu=billing&leftmenu=suppliers_bills';
|
||||
$response->img=img_object($langs->trans("Bills"), "bill");
|
||||
|
||||
@ -63,7 +63,7 @@ LT2SupplierES=IRPF purchases
|
||||
LT2CustomerIN=SGST sales
|
||||
LT2SupplierIN=SGST purchases
|
||||
VATCollected=VAT collected
|
||||
ToPay=To pay
|
||||
StatusToPay=To pay
|
||||
SpecialExpensesArea=Area for all special payments
|
||||
SocialContribution=Social or fiscal tax
|
||||
SocialContributions=Social or fiscal taxes
|
||||
|
||||
@ -412,6 +412,7 @@ DefaultTaxRate=Default tax rate
|
||||
Average=Average
|
||||
Sum=Sum
|
||||
Delta=Delta
|
||||
StatusToPay=To pay
|
||||
RemainToPay=Remain to pay
|
||||
Module=Module/Application
|
||||
Modules=Modules/Applications
|
||||
|
||||
@ -11,7 +11,6 @@ YourEMail=Email to receive payment confirmation
|
||||
Creditor=Creditor
|
||||
PaymentCode=Payment code
|
||||
PayBoxDoPayment=Pay with Paybox
|
||||
ToPay=Do payment
|
||||
YouWillBeRedirectedOnPayBox=You will be redirected on secured Paybox page to input you credit card information
|
||||
Continue=Next
|
||||
ToOfferALinkForOnlinePayment=URL for %s payment
|
||||
|
||||
Loading…
Reference in New Issue
Block a user