Fix some minor error spelling

This commit is contained in:
Philippe Grand 2010-06-26 16:52:54 +00:00
parent 8a53f55ddd
commit a38c4ea18b
3 changed files with 12 additions and 6 deletions

View File

@ -5,6 +5,11 @@
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand>
<name>org.eclipse.dltk.core.scriptbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand> <buildCommand>
<name>org.eclipse.php.core.PhpIncrementalProjectBuilder</name> <name>org.eclipse.php.core.PhpIncrementalProjectBuilder</name>
<arguments> <arguments>

View File

@ -133,7 +133,7 @@ class box_factures_fourn extends ModeleBoxes {
$i++; $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 { else {
dol_print_error($db); dol_print_error($db);

View File

@ -46,12 +46,13 @@ NoRecordedCustomers=Pas de client enregistré
BoxTitleLastActionsToDo=Les %s dernières actions à faire BoxTitleLastActionsToDo=Les %s dernières actions à faire
BoxTitleLastContracts=Les %s derniers contrats BoxTitleLastContracts=Les %s derniers contrats
NoActionsToDo=Pas d'action à faire 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 NoRecordedProposals=Pas de proposition commerciale enregistrée
NoRecordedInvoices=Pas de facture clients enregistrée NoRecordedInvoices=Pas de facture client enregistrée
NoUnpaidCustomerBills=Pas de facture clients impayée NoUnpaidCustomerBills=Pas de facture client impayée
NoRecordedSupplierInvoices=Pas de facture fournisseurs enregistrée NoRecordedSupplierInvoices=Pas de facture fournisseur enregistrée
NoUnpaidSupplierBills=Pas de facture fournisseurs impayée NoUnpaidSupplierBills=Pas de facture fournisseur impayée
NoModifiedSupplierBills=Pas de facture fournisseur modifiée
NoRecordedProducts=Pas de produit/service enregistré NoRecordedProducts=Pas de produit/service enregistré
NoRecordedProspects=Pas de prospect enregistré NoRecordedProspects=Pas de prospect enregistré
NoContractedProducts=Pas de produit/service contracté NoContractedProducts=Pas de produit/service contracté