Ajout traduction
This commit is contained in:
parent
dbfcdda34d
commit
1cbe37616e
@ -86,7 +86,14 @@ if ( $db->query($sql) )
|
||||
$num = $db->num_rows();
|
||||
$i = 0;
|
||||
|
||||
print_barre_liste("Demandes de prélèvements à 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 '<tr class="liste_titre">';
|
||||
|
||||
@ -11,3 +11,5 @@ WithdrawalReceiptShort=Receipt
|
||||
LastWithdrawalReceipts=Last %s withdrawal receipts
|
||||
WithdrawedBills=Withdrawed invoices
|
||||
WithdrawalsLines=Withdrawals lines
|
||||
RequestStandingOrderToTreat=Request for standing orders to treat
|
||||
RequestStandingOrderTreated=Request for standing orders treated
|
||||
|
||||
@ -11,3 +11,5 @@ WithdrawalReceiptShort=Bon
|
||||
LastWithdrawalReceipts=Les %s derniers bons de traitement
|
||||
WithdrawedBills=Factures prélevées
|
||||
WithdrawalsLines=Lignes de prélèvements
|
||||
RequestStandingOrderToTreat=Demandes de prélèvements à traiter
|
||||
RequestStandingOrderTreated=Demandes de prélèvements traitées
|
||||
|
||||
Loading…
Reference in New Issue
Block a user