Skip to content
Snippets Groups Projects
Commit 1cbe3761 authored by Regis Houssin's avatar Regis Houssin
Browse files

Ajout traduction

parent dbfcdda3
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,14 @@ if ( $db->query($sql) ) ...@@ -86,7 +86,14 @@ if ( $db->query($sql) )
$num = $db->num_rows(); $num = $db->num_rows();
$i = 0; $i = 0;
print_barre_liste("Demandes de prlvements traiter", $page, "demandes.php", $urladd, $sortfield, $sortorder, '', $num); if (! $statut)
{
print_barre_liste(.$langs->trans("RequestStandingOrderToTreat")., $page, "demandes.php", $urladd, $sortfield, $sortorder, '', $num);
}
else
{
print_barre_liste(.$langs->trans("RequestStandingOrderTreated")., $page, "demandes.php", $urladd, $sortfield, $sortorder, '', $num);
}
print '<table class="liste" width="100%">'; print '<table class="liste" width="100%">';
print '<tr class="liste_titre">'; print '<tr class="liste_titre">';
......
...@@ -11,3 +11,5 @@ WithdrawalReceiptShort=Receipt ...@@ -11,3 +11,5 @@ WithdrawalReceiptShort=Receipt
LastWithdrawalReceipts=Last %s withdrawal receipts LastWithdrawalReceipts=Last %s withdrawal receipts
WithdrawedBills=Withdrawed invoices WithdrawedBills=Withdrawed invoices
WithdrawalsLines=Withdrawals lines WithdrawalsLines=Withdrawals lines
RequestStandingOrderToTreat=Request for standing orders to treat
RequestStandingOrderTreated=Request for standing orders treated
...@@ -11,3 +11,5 @@ WithdrawalReceiptShort=Bon ...@@ -11,3 +11,5 @@ WithdrawalReceiptShort=Bon
LastWithdrawalReceipts=Les %s derniers bons de traitement LastWithdrawalReceipts=Les %s derniers bons de traitement
WithdrawedBills=Factures prleves WithdrawedBills=Factures prleves
WithdrawalsLines=Lignes de prlvements WithdrawalsLines=Lignes de prlvements
RequestStandingOrderToTreat=Demandes de prlvements traiter
RequestStandingOrderTreated=Demandes de prlvements traites
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment