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