diff --git a/htdocs/compta/facture/apercu.php b/htdocs/compta/facture/apercu.php index a9bbb5d8388..7d4594f6c35 100644 --- a/htdocs/compta/facture/apercu.php +++ b/htdocs/compta/facture/apercu.php @@ -237,7 +237,7 @@ if ($_GET["facid"] > 0) else { // Facture non trouvée - print $langs->trans("ErrorBillNotFound"); + print $langs->trans("ErrorBillNotFound",$_GET["facid"]); } } @@ -250,5 +250,5 @@ print ''; $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?> diff --git a/htdocs/compta/facture/prelevement.php b/htdocs/compta/facture/prelevement.php index 575ae9fec73..05ff7b39855 100644 --- a/htdocs/compta/facture/prelevement.php +++ b/htdocs/compta/facture/prelevement.php @@ -278,7 +278,7 @@ if ($_GET["facid"] > 0) else { /* Facture non trouvée */ - print $langs->trans("ErrorBillNotFound"); + print $langs->trans("ErrorBillNotFound",$_GET["facid"]); } } @@ -286,5 +286,5 @@ print ''; $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?> diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang index 0ad4cd81864..e16a2204e74 100644 --- a/htdocs/langs/en_US/bills.lang +++ b/htdocs/langs/en_US/bills.lang @@ -42,7 +42,7 @@ BillShortStatusNotPayed=Not payed ErrorVATIntraNotConfigured=Intracommunautary VAT number not yet defined ErrorNoPaiementModeConfigured=No paiment mode yet defined ErrorCreateBankAccount=Creat a bank account then go to Setup panel of Bill module to define paiement modes -ErrorBillNotFound=Bill does not exists +ErrorBillNotFound=Bill %s does not exists BillFrom=From BillTo=To AmountInCurrency=Amount in @@ -73,3 +73,6 @@ NoOtherDraftBills=No other drafts bills RefBill=Bill ref ToBill=To bill RemainderToBill=Remainder to bill +SendBillByMail=Send bill by email +SendReminderBillByMail=Send reminder by email +RelatedCommercialProposals=Related commercial proposals diff --git a/htdocs/langs/fr_FR/bills.lang b/htdocs/langs/fr_FR/bills.lang index 24e50c1897c..588f11fa313 100644 --- a/htdocs/langs/fr_FR/bills.lang +++ b/htdocs/langs/fr_FR/bills.lang @@ -42,7 +42,7 @@ BillShortStatusNotPayed=Impay ErrorVATIntraNotConfigured=Numéro de TVA intracommunautaire pas encore configuré ErrorNoPaiementModeConfigured=Aucun mode de règlement défini ErrorCreateBankAccount=Créer un compte bancaire puis aller dans la configuration du module facture pour définir les modes de règlement -ErrorBillNotFound=Facture inexistante +ErrorBillNotFound=Facture %s inexistante BillFrom=Émetteur BillTo=Adressé à AmountInCurrency=Montants exprimés en @@ -76,3 +76,6 @@ NoOtherDraftBills=Pas d'autre facture brouillon RefBill=Réf facture ToBill=À facturer RemainderToBill=Reste à facturer +SendBillByMail=Envoyer la facture par mail +SendReminderBillByMail=Envoyer une relance par mail +RelatedCommercialProposals=Propositions commercials associées