Another fix for missing trad.
This commit is contained in:
parent
9ec0cd1322
commit
0806ffc52d
@ -49,7 +49,7 @@ class box_clients extends ModeleBoxes {
|
||||
global $langs;
|
||||
$langs->load("boxes");
|
||||
|
||||
$this->boxlabel=$langs->trans("BoxLastCustomers");
|
||||
$this->boxlabel=$langs->trans("BoxLastModifiedCustomers");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -8,10 +8,10 @@ BoxLastCustomerBills=Last customer's invoices
|
||||
BoxOldestUnpaidCustomerBills=Oldest unpaid customer's invoices
|
||||
BoxOldestUnpaidSupplierBills=Oldest unpaid supplier's invoices
|
||||
BoxLastProposals=Last commercial proposals
|
||||
BoxLastProspects=Last prospects
|
||||
BoxLastCustomers=Last customers
|
||||
BoxLastProspects=Last modified prospects
|
||||
BoxLastCustomers=Last modified customers
|
||||
BoxLastSuppliers=Last modified suppliers
|
||||
BoxLastCustomerOrders=Last customer orders
|
||||
BoxLastSuppliers=Last suppliers
|
||||
BoxLastBooks=Last books
|
||||
BoxLastActions=Last actions
|
||||
BoxLastContracts=Last contracts
|
||||
|
||||
@ -8,10 +8,10 @@ BoxLastCustomerBills=Dernières factures clients
|
||||
BoxOldestUnpaidCustomerBills=Plus anciennes factures clients impayées
|
||||
BoxOldestUnpaidSupplierBills=Plus anciennes factures fournisseurs impayées
|
||||
BoxLastProposals=Dernières propositions commerciales
|
||||
BoxLastProspects=Derniers prospects
|
||||
BoxLastCustomers=Derniers clients
|
||||
BoxLastProspects=Derniers prospects modifiés
|
||||
BoxLastCustomers=Derniers clients modifiés
|
||||
BoxLastSuppliers=Derniers fournisseurs modifiées
|
||||
BoxLastCustomerOrders=Dernières commandes
|
||||
BoxLastSuppliers=Derniers fournisseurs
|
||||
BoxLastBooks=Derniers livres
|
||||
BoxLastActions=Dernières actions
|
||||
BoxLastContracts=Derniers contrats
|
||||
|
||||
Loading…
Reference in New Issue
Block a user