Skip to content
Snippets Groups Projects
Commit 4e164b0f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Trad: Traduction facture fournisseur

parent 1f4d707d
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ require("./pre.inc.php"); ...@@ -33,6 +33,7 @@ require("./pre.inc.php");
require("./paiementfourn.class.php"); require("./paiementfourn.class.php");
$langs->load("bills"); $langs->load("bills");
$langs->load("suppliers");
$langs->load("companies"); $langs->load("companies");
/* /*
...@@ -194,11 +195,6 @@ if ($_GET["action"] == 'add_ligne') ...@@ -194,11 +195,6 @@ if ($_GET["action"] == 'add_ligne')
} }
/*
*
*/
/* /*
* *
...@@ -449,7 +445,7 @@ else ...@@ -449,7 +445,7 @@ else
$h=0; $h=0;
$head[$h][0] = "fiche.php?facid=".$fac->id; $head[$h][0] = "fiche.php?facid=".$fac->id;
$head[$h][1] = $langs->trans("Bill").': '.$fac->ref; $head[$h][1] = $langs->trans("SupplierBill").': '.$fac->ref;
$hselected = $h; $hselected = $h;
$h++; $h++;
...@@ -462,7 +458,7 @@ else ...@@ -462,7 +458,7 @@ else
*/ */
if ($_GET["action"] == 'valid') if ($_GET["action"] == 'valid')
{ {
$html->form_confirm("fiche.php?facid=$fac->id",$langs->trans("ValidateBill"),"Etes-vous sr de vouloir valider cette facture ?","confirm_valid"); $html->form_confirm("fiche.php?facid=$fac->id",$langs->trans("ValidateBill"),$langs->trans("ConfirmValidateBill"),"confirm_valid");
print '<br />'; print '<br />';
} }
......
...@@ -8,6 +8,8 @@ BillsSuppliersUnpayed=Unpayed suppliers' bills ...@@ -8,6 +8,8 @@ BillsSuppliersUnpayed=Unpayed suppliers' bills
BillsUnpayed=Unpayed BillsUnpayed=Unpayed
BillsStatistics=Bills statistics BillsStatistics=Bills statistics
CardBill=Bill card CardBill=Bill card
SupplierBill=Supplier bill
SupplierBills=suppliers bills
Payment=Payment Payment=Payment
Payments=Payments Payments=Payments
ReceibedPayments=Received payments ReceibedPayments=Received payments
......
...@@ -8,6 +8,8 @@ BillsSuppliersUnpayed=Factures fournisseurs impay ...@@ -8,6 +8,8 @@ BillsSuppliersUnpayed=Factures fournisseurs impay
BillsUnpayed=Impayes BillsUnpayed=Impayes
BillsStatistics=Statistiques factures BillsStatistics=Statistiques factures
CardBill=Fiche facture CardBill=Fiche facture
SupplierBill=Facture fournisseur
SupplierBills=Factures fournisseurs
Payment=Paiement Payment=Paiement
Payments=Paiements Payments=Paiements
ReceivedPayments=Paiements reus ReceivedPayments=Paiements reus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment