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
|
else
|
||||||
{
|
{
|
||||||
// Facture non trouvée
|
// Facture non trouvée
|
||||||
print $langs->trans("ErrorBillNotFound");
|
print $langs->trans("ErrorBillNotFound",$_GET["facid"]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -250,5 +250,5 @@ print '</div>';
|
|||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
llxFooter('$Date$ - $Revision$');
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -278,7 +278,7 @@ if ($_GET["facid"] > 0)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* Facture non trouvée */
|
/* Facture non trouvée */
|
||||||
print $langs->trans("ErrorBillNotFound");
|
print $langs->trans("ErrorBillNotFound",$_GET["facid"]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -286,5 +286,5 @@ print '</div>';
|
|||||||
|
|
||||||
$db->close();
|
$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
|
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
|
|||||||
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
|
|||||||
ErrorVATIntraNotConfigured=Numéro de TVA intracommunautaire pas encore configuré
|
ErrorVATIntraNotConfigured=Numéro de TVA intracommunautaire pas encore configuré
|
||||||
ErrorNoPaiementModeConfigured=Aucun mode de règlement défini
|
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
|
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
|
BillFrom=Émetteur
|
||||||
BillTo=Adressé à
|
BillTo=Adressé à
|
||||||
AmountInCurrency=Montants exprimés en
|
AmountInCurrency=Montants exprimés en
|
||||||
@ -76,3 +76,6 @@ NoOtherDraftBills=Pas d'autre facture brouillon
|
|||||||
RefBill=Réf facture
|
RefBill=Réf 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 associées
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user