add a lang variable for donation module
This commit is contained in:
parent
91cce069bc
commit
48d9ee8b00
@ -44,7 +44,7 @@ class html_cerfafr extends ModeleDon
|
|||||||
|
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
$this->name = "cerfafr";
|
$this->name = "cerfafr";
|
||||||
$this->description = "Modele de recu de dons";
|
$this->description = $langs->trans('DonationsReceiptModel');
|
||||||
|
|
||||||
// Dimension page pour format A4
|
// Dimension page pour format A4
|
||||||
$this->type = 'html';
|
$this->type = 'html';
|
||||||
|
|||||||
@ -1040,6 +1040,7 @@ YouCanUseDOL_DATA_ROOT= Vous pouvez utiliser DOL_DATA_ROOT/dolibarr.log pour un
|
|||||||
ErrorUnknownSyslogConstant= La constante %s n'est pas une constante syslog connue
|
ErrorUnknownSyslogConstant= La constante %s n'est pas une constante syslog connue
|
||||||
##### Donations #####= undefined
|
##### Donations #####= undefined
|
||||||
DonationsSetup= Configuration du module Dons
|
DonationsSetup= Configuration du module Dons
|
||||||
|
DonationsReceiptModel= Modèle de reçu de dons
|
||||||
##### Barcode #####= undefined
|
##### Barcode #####= undefined
|
||||||
BarcodeSetup= Configuration des codes-barres
|
BarcodeSetup= Configuration des codes-barres
|
||||||
PaperFormatModule= Modules de format d'impression
|
PaperFormatModule= Modules de format d'impression
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user