Skip to content
Snippets Groups Projects
Commit c9fa4548 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Trad: Traduction message erreur Facture non trouv

parent c8b2f29f
Branches
Tags
No related merge requests found
...@@ -237,7 +237,7 @@ if ($_GET["facid"] > 0) ...@@ -237,7 +237,7 @@ if ($_GET["facid"] > 0)
else else
{ {
// Facture non trouve // Facture non trouve
print $langs->trans("ErrorBillNotFound"); print $langs->trans("ErrorBillNotFound",$_GET["facid"]);
} }
} }
...@@ -250,5 +250,5 @@ print '</div>'; ...@@ -250,5 +250,5 @@ print '</div>';
$db->close(); $db->close();
llxFooter("<em>Derni&egrave;re modification $Date$ r&eacute;vision $Revision$</em>"); llxFooter('$Date$ - $Revision$');
?> ?>
...@@ -278,7 +278,7 @@ if ($_GET["facid"] > 0) ...@@ -278,7 +278,7 @@ if ($_GET["facid"] > 0)
else else
{ {
/* Facture non trouve */ /* Facture non trouve */
print $langs->trans("ErrorBillNotFound"); print $langs->trans("ErrorBillNotFound",$_GET["facid"]);
} }
} }
...@@ -286,5 +286,5 @@ print '</div>'; ...@@ -286,5 +286,5 @@ print '</div>';
$db->close(); $db->close();
llxFooter("<em>Derni&egrave;re modification $Date$ r&eacute;vision $Revision$</em>"); llxFooter('$Date$ - $Revision$');
?> ?>
...@@ -42,7 +42,7 @@ BillShortStatusNotPayed=Not payed ...@@ -42,7 +42,7 @@ BillShortStatusNotPayed=Not payed
ErrorVATIntraNotConfigured=Intracommunautary VAT number not yet defined ErrorVATIntraNotConfigured=Intracommunautary VAT number not yet defined
ErrorNoPaiementModeConfigured=No paiment mode 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 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 BillFrom=From
BillTo=To BillTo=To
AmountInCurrency=Amount in AmountInCurrency=Amount in
...@@ -73,3 +73,6 @@ NoOtherDraftBills=No other drafts bills ...@@ -73,3 +73,6 @@ NoOtherDraftBills=No other drafts bills
RefBill=Bill ref RefBill=Bill ref
ToBill=To bill ToBill=To bill
RemainderToBill=Remainder to bill RemainderToBill=Remainder to bill
SendBillByMail=Send bill by email
SendReminderBillByMail=Send reminder by email
RelatedCommercialProposals=Related commercial proposals
...@@ -42,7 +42,7 @@ BillShortStatusNotPayed=Impay ...@@ -42,7 +42,7 @@ BillShortStatusNotPayed=Impay
ErrorVATIntraNotConfigured=Numro de TVA intracommunautaire pas encore configur ErrorVATIntraNotConfigured=Numro de TVA intracommunautaire pas encore configur
ErrorNoPaiementModeConfigured=Aucun mode de rglement dfini ErrorNoPaiementModeConfigured=Aucun mode de rglement dfini
ErrorCreateBankAccount=Crer un compte bancaire puis aller dans la configuration du module facture pour dfinir les modes de rglement ErrorCreateBankAccount=Crer un compte bancaire puis aller dans la configuration du module facture pour dfinir les modes de rglement
ErrorBillNotFound=Facture inexistante ErrorBillNotFound=Facture %s inexistante
BillFrom=metteur BillFrom=metteur
BillTo=Adress BillTo=Adress
AmountInCurrency=Montants exprims en AmountInCurrency=Montants exprims en
...@@ -76,3 +76,6 @@ NoOtherDraftBills=Pas d'autre facture brouillon ...@@ -76,3 +76,6 @@ NoOtherDraftBills=Pas d'autre facture brouillon
RefBill=Rf facture RefBill=Rf facture
ToBill= facturer ToBill= facturer
RemainderToBill=Reste facturer RemainderToBill=Reste facturer
SendBillByMail=Envoyer la facture par mail
SendReminderBillByMail=Envoyer une relance par mail
RelatedCommercialProposals=Propositions commercials associes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment