Fix: Traduction manquante
This commit is contained in:
parent
27f44e759f
commit
2512ed770f
@ -63,4 +63,5 @@ RemainderToTake=Remainder to take
|
|||||||
CreateDraft=Create draft
|
CreateDraft=Create draft
|
||||||
SendBillRef=Send bill %s
|
SendBillRef=Send bill %s
|
||||||
SendReminderBillRef=Send bill %s (reminder)
|
SendReminderBillRef=Send bill %s (reminder)
|
||||||
NoOtherBills=No other drafts bills
|
NoDraftBills=No drafts bills
|
||||||
|
NoOtherDraftBills=No other drafts bills
|
||||||
|
|||||||
@ -66,4 +66,5 @@ SendReminderBillRef=Relance facture %s
|
|||||||
ShowBill=Afficher facture
|
ShowBill=Afficher facture
|
||||||
StandingOrders=Prélèvements
|
StandingOrders=Prélèvements
|
||||||
StandingOrder=Prélèvement
|
StandingOrder=Prélèvement
|
||||||
NoOtherBills=Pas d'autres factures brouillons
|
NoDraftBills=Pas de factures brouillons
|
||||||
|
NoOtherDraftBills=Pas d'autres factures brouillons
|
||||||
@ -851,7 +851,7 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->envente)
|
|||||||
print "</table>";
|
print "</table>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
print $langs->trans("NoBills");
|
print $langs->trans("NoDraftBills");
|
||||||
}
|
}
|
||||||
$db->free($result);
|
$db->free($result);
|
||||||
}
|
}
|
||||||
@ -902,7 +902,7 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->envente)
|
|||||||
print "</table>";
|
print "</table>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
print $langs->trans("NoOtherBills");
|
print $langs->trans("NoOtherDraftBills");
|
||||||
}
|
}
|
||||||
$db->free($result);
|
$db->free($result);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user