Fix: Traduction manquante

This commit is contained in:
Laurent Destailleur 2005-03-19 19:12:50 +00:00
parent 27f44e759f
commit 2512ed770f
3 changed files with 6 additions and 4 deletions

View File

@ -63,4 +63,5 @@ RemainderToTake=Remainder to take
CreateDraft=Create draft
SendBillRef=Send bill %s
SendReminderBillRef=Send bill %s (reminder)
NoOtherBills=No other drafts bills
NoDraftBills=No drafts bills
NoOtherDraftBills=No other drafts bills

View File

@ -66,4 +66,5 @@ SendReminderBillRef=Relance facture %s
ShowBill=Afficher facture
StandingOrders=Prélèvements
StandingOrder=Prélèvement
NoOtherBills=Pas d'autres factures brouillons
NoDraftBills=Pas de factures brouillons
NoOtherDraftBills=Pas d'autres factures brouillons

View File

@ -851,7 +851,7 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->envente)
print "</table>";
}
else {
print $langs->trans("NoBills");
print $langs->trans("NoDraftBills");
}
$db->free($result);
}
@ -902,7 +902,7 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->envente)
print "</table>";
}
else {
print $langs->trans("NoOtherBills");
print $langs->trans("NoOtherDraftBills");
}
$db->free($result);
}