Trad: Traduction message erreur Facture non trouv
This commit is contained in:
parent
c8b2f29f3c
commit
c9fa454809
@ -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 '</div>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
||||
llxFooter('$Date$ - $Revision$');
|
||||
?>
|
||||
|
||||
@ -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 '</div>';
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
||||
llxFooter('$Date$ - $Revision$');
|
||||
?>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user