Fix some minor error spelling
This commit is contained in:
parent
8a53f55ddd
commit
a38c4ea18b
5
.project
5
.project
@ -5,6 +5,11 @@
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.dltk.core.scriptbuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.php.core.PhpIncrementalProjectBuilder</name>
|
||||
<arguments>
|
||||
|
||||
@ -133,7 +133,7 @@ class box_factures_fourn extends ModeleBoxes {
|
||||
$i++;
|
||||
}
|
||||
|
||||
if ($num==0) $this->info_box_contents[$i][0] = array('td' => 'align="center"','text'=>$langs->trans("NoUnpaidCustomerBills"));
|
||||
if ($num==0) $this->info_box_contents[$i][0] = array('td' => 'align="center"','text'=>$langs->trans("NoModifiedSupplierBills"));
|
||||
}
|
||||
else {
|
||||
dol_print_error($db);
|
||||
|
||||
@ -46,12 +46,13 @@ NoRecordedCustomers=Pas de client enregistré
|
||||
BoxTitleLastActionsToDo=Les %s dernières actions à faire
|
||||
BoxTitleLastContracts=Les %s derniers contrats
|
||||
NoActionsToDo=Pas d'action à faire
|
||||
NoRecordedOrders=Pas de commande clients enregistrée
|
||||
NoRecordedOrders=Pas de commande client enregistrée
|
||||
NoRecordedProposals=Pas de proposition commerciale enregistrée
|
||||
NoRecordedInvoices=Pas de facture clients enregistrée
|
||||
NoUnpaidCustomerBills=Pas de facture clients impayée
|
||||
NoRecordedSupplierInvoices=Pas de facture fournisseurs enregistrée
|
||||
NoUnpaidSupplierBills=Pas de facture fournisseurs impayée
|
||||
NoRecordedInvoices=Pas de facture client enregistrée
|
||||
NoUnpaidCustomerBills=Pas de facture client impayée
|
||||
NoRecordedSupplierInvoices=Pas de facture fournisseur enregistrée
|
||||
NoUnpaidSupplierBills=Pas de facture fournisseur impayée
|
||||
NoModifiedSupplierBills=Pas de facture fournisseur modifiée
|
||||
NoRecordedProducts=Pas de produit/service enregistré
|
||||
NoRecordedProspects=Pas de prospect enregistré
|
||||
NoContractedProducts=Pas de produit/service contracté
|
||||
Loading…
Reference in New Issue
Block a user